jamespot-react-components 1.3.113 → 1.3.115

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 (450) hide show
  1. package/CLAUDE.md +7 -7
  2. package/dist/jamespot-react-components.cjs +1835 -1513
  3. package/dist/jamespot-react-components.js +25512 -24028
  4. package/dist/src/components/404/JRC404.d.ts +1 -1
  5. package/dist/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +1 -1
  6. package/dist/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +1 -1
  7. package/dist/src/components/Common/Article/ArticleCard.d.ts +1 -1
  8. package/dist/src/components/Common/FastCss.d.ts +1 -1
  9. package/dist/src/components/Common/JRCConditionalWrapper.d.ts +2 -2
  10. package/dist/src/components/Common/LimitHeight.d.ts +1 -1
  11. package/dist/src/components/Common/LimitLines.d.ts +1 -1
  12. package/dist/src/components/Common/SkipToContent.d.ts +1 -1
  13. package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts +1 -1
  14. package/dist/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +1 -1
  15. package/dist/src/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -1
  16. package/dist/src/components/Drives/JRCDriveDropbox.d.ts +1 -1
  17. package/dist/src/components/Drives/JRCDriveMSGraph.d.ts +1 -1
  18. package/dist/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -1
  19. package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -2
  20. package/dist/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +1 -1
  21. package/dist/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +1 -1
  22. package/dist/src/components/Drives/components/DriveAccountHeader.d.ts +1 -1
  23. package/dist/src/components/Drives/components/DriveIsEmpty.d.ts +1 -1
  24. package/dist/src/components/Drives/components/EntityAvatar.d.ts +1 -1
  25. package/dist/src/components/Drives/components/EntityItem.d.ts +3 -3
  26. package/dist/src/components/Drives/components/EntityItemSelection.d.ts +1 -1
  27. package/dist/src/components/Drives/components/EntityItemTitle.d.ts +1 -1
  28. package/dist/src/components/Drives/drive.style.d.ts +3 -3
  29. package/dist/src/components/Editors/EditorDisplay.d.ts +1 -1
  30. package/dist/src/components/Editors/EditorDisplayInput.d.ts +1 -1
  31. package/dist/src/components/Editors/components/Editor.style.d.ts +11 -9
  32. package/dist/src/components/Editors/components/EditorButtonToggle.d.ts +1 -1
  33. package/dist/src/components/Editors/components/EditorCheckbox.d.ts +1 -1
  34. package/dist/src/components/Editors/components/EditorColorPicker.d.ts +1 -1
  35. package/dist/src/components/Editors/components/EditorImageUpload.d.ts +1 -1
  36. package/dist/src/components/Editors/components/EditorInput.d.ts +1 -1
  37. package/dist/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -1
  38. package/dist/src/components/Editors/components/EditorInputGroup.d.ts +1 -1
  39. package/dist/src/components/Editors/components/EditorInputGroups.d.ts +1 -1
  40. package/dist/src/components/Editors/components/EditorInputNumber.d.ts +1 -1
  41. package/dist/src/components/Editors/components/EditorInputToggle.d.ts +1 -1
  42. package/dist/src/components/Editors/components/EditorInputToggleSelect.d.ts +1 -1
  43. package/dist/src/components/Editors/components/EditorPositionToggle.d.ts +1 -1
  44. package/dist/src/components/Editors/components/EditorRichText.d.ts +1 -1
  45. package/dist/src/components/Editors/components/EditorRichTextDialog.d.ts +1 -1
  46. package/dist/src/components/Editors/components/EditorSelect.d.ts +1 -1
  47. package/dist/src/components/Editors/components/EditorUploader.d.ts +1 -1
  48. package/dist/src/components/Form/Common/ClickAwayListener.d.ts +1 -1
  49. package/dist/src/components/Form/Common/FormHelper.d.ts +1 -1
  50. package/dist/src/components/Form/Common/FormLabel.d.ts +1 -1
  51. package/dist/src/components/Form/Common/FormMessageFeedback.d.ts +1 -1
  52. package/dist/src/components/Form/Input/Common/JRCFormErrors.d.ts +1 -1
  53. package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
  54. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +3 -3
  55. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +1 -1
  56. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +1 -1
  57. package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +5 -3
  58. package/dist/src/components/Form/Input/JRCInputColor/AlphaRange.d.ts +1 -1
  59. package/dist/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -1
  60. package/dist/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -1
  61. package/dist/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -1
  62. package/dist/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -1
  63. package/dist/src/components/Form/Input/JRCInputColor/DragArea.d.ts +1 -1
  64. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -1
  65. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +22 -5
  66. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +1 -1
  67. package/dist/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +1 -1
  68. package/dist/src/components/Form/Input/JRCInputDateMulti/JRCInputDateMulti.d.ts +1 -1
  69. package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
  70. package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -1
  71. package/dist/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -1
  72. package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +1 -1
  73. package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +1 -1
  74. package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +7 -5
  75. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +1 -1
  76. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +24 -12
  77. package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPosition.d.ts +1 -1
  78. package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPositionRaw.d.ts +1 -1
  79. package/dist/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +1 -1
  80. package/dist/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -1
  81. package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.d.ts +1 -1
  82. package/dist/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +1 -1
  83. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -2
  84. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
  85. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +54 -9
  86. package/dist/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +1 -1
  87. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +1 -1
  88. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +48 -8
  89. package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +1 -1
  90. package/dist/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +1 -1
  91. package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +1 -1
  92. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -1
  93. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -1
  94. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -1
  95. package/dist/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +1 -1
  96. package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +1 -1
  97. package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -1
  98. package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
  99. package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -1
  100. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -1
  101. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +1 -1
  102. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +82 -31
  103. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
  104. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -1
  105. package/dist/src/components/Form/Input/JRCStyledInput.d.ts +16 -7
  106. package/dist/src/components/JRCAlbum/JRCAlbum.d.ts +1 -1
  107. package/dist/src/components/JRCAlbum/components/AlbumItem.d.ts +1 -1
  108. package/dist/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -1
  109. package/dist/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -1
  110. package/dist/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -1
  111. package/dist/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -1
  112. package/dist/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -1
  113. package/dist/src/components/JRCAlbum/styles.d.ts +20 -14
  114. package/dist/src/components/JRCAlert/JRCAlert.d.ts +1 -1
  115. package/dist/src/components/JRCAppAvatar/JRCAppAvatar.d.ts +1 -1
  116. package/dist/src/components/JRCAppContainer/JRCAppContainer.d.ts +1 -1
  117. package/dist/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -1
  118. package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
  119. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -1
  120. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -2
  121. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +71 -21
  122. package/dist/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +1 -1
  123. package/dist/src/components/JRCAttachments/JRCAttachments.d.ts +1 -1
  124. package/dist/src/components/JRCAudience/JRCAudience.d.ts +1 -1
  125. package/dist/src/components/JRCAudience/JRCAudienceAvatar.d.ts +1 -1
  126. package/dist/src/components/JRCAvatar/JRCAvatar.d.ts +1 -1
  127. package/dist/src/components/JRCAvatars/JRCAvatars.d.ts +1 -1
  128. package/dist/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -1
  129. package/dist/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -1
  130. package/dist/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -1
  131. package/dist/src/components/JRCButton/Button.d.ts +23 -3
  132. package/dist/src/components/JRCButton/JRCButton.stories.d.ts +1 -1
  133. package/dist/src/components/JRCButton/JRCValidationButton.d.ts +1 -1
  134. package/dist/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +1 -1
  135. package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +2 -2
  136. package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +32 -7
  137. package/dist/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -1
  138. package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +8 -2
  139. package/dist/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
  140. package/dist/src/components/JRCCalendar/JRCCalendarContentEvent.d.ts +1 -1
  141. package/dist/src/components/JRCCalendar/JRCCalendarEvent.d.ts +1 -1
  142. package/dist/src/components/JRCCalendar/JRCCalendarEventSubscribe.d.ts +1 -1
  143. package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +1 -1
  144. package/dist/src/components/JRCCalendar/JRCCalendarPlaceHolderEvent.d.ts +1 -1
  145. package/dist/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -1
  146. package/dist/src/components/JRCCard/JRCCard.d.ts +1 -1
  147. package/dist/src/components/JRCCard/JRCCardImg.d.ts +5 -3
  148. package/dist/src/components/JRCCollapse/JRCCollapse.d.ts +1 -1
  149. package/dist/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
  150. package/dist/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +1 -1
  151. package/dist/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +1 -1
  152. package/dist/src/components/JRCColumnRight/JRCColumnRight.d.ts +1 -1
  153. package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
  154. package/dist/src/components/JRCCommentsBloc/JRCComment.d.ts +1 -1
  155. package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +1 -1
  156. package/dist/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -1
  157. package/dist/src/components/JRCCommentsBloc/components/EditComment.d.ts +1 -1
  158. package/dist/src/components/JRCCommentsBloc/components/JRCNewComment.d.ts +1 -1
  159. package/dist/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +1 -1
  160. package/dist/src/components/JRCCropImage/JRCCropImage.d.ts +1 -1
  161. package/dist/src/components/JRCDate/JRCDate.d.ts +1 -1
  162. package/dist/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
  163. package/dist/src/components/JRCDate/JRCDateObject.d.ts +1 -1
  164. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
  165. package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
  166. package/dist/src/components/JRCDot/JRCDot.d.ts +1 -1
  167. package/dist/src/components/JRCDragNDrop/Draggable.d.ts +1 -1
  168. package/dist/src/components/JRCDragNDrop/DraggableRow.d.ts +1 -1
  169. package/dist/src/components/JRCDragNDrop/JRCDndOneLevel.d.ts +1 -1
  170. package/dist/src/components/JRCDragNDrop/OneLevelMainDraggable.d.ts +1 -1
  171. package/dist/src/components/JRCDragNDrop/OneLevelMainDropzone.d.ts +1 -1
  172. package/dist/src/components/JRCDragNDrop/OneLevelStackDraggable.d.ts +1 -1
  173. package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +44 -12
  174. package/dist/src/components/JRCDragNDrop/styles.d.ts +92 -30
  175. package/dist/src/components/JRCDropDown/JRCDropDown.d.ts +1 -1
  176. package/dist/src/components/JRCEditor/JRCEditor.d.ts +1 -1
  177. package/dist/src/components/JRCEditor/JRCModalSchedule.d.ts +1 -1
  178. package/dist/src/components/JRCFile/JRCFile.d.ts +1 -1
  179. package/dist/src/components/JRCFile/JRCFileApplication.d.ts +1 -1
  180. package/dist/src/components/JRCFile/JRCFileAudio.d.ts +1 -1
  181. package/dist/src/components/JRCFile/JRCFileAvatar.d.ts +1 -1
  182. package/dist/src/components/JRCFile/JRCFileFolder.d.ts +1 -1
  183. package/dist/src/components/JRCFile/JRCFileImage.d.ts +1 -1
  184. package/dist/src/components/JRCFile/JRCFileVideo.d.ts +1 -1
  185. package/dist/src/components/JRCFileOpen/JRCFileOpen.d.ts +1 -1
  186. package/dist/src/components/JRCFileRow/JRCFileRow.d.ts +1 -1
  187. package/dist/src/components/JRCFileRow/JRCFileRow.styles.d.ts +16 -10
  188. package/dist/src/components/JRCFileViewer/JRCFileViewer.d.ts +1 -1
  189. package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -15
  190. package/dist/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -1
  191. package/dist/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +1 -1
  192. package/dist/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +1 -1
  193. package/dist/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +1 -1
  194. package/dist/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +1 -1
  195. package/dist/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +1 -1
  196. package/dist/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +1 -1
  197. package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +19 -1
  198. package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +1 -1
  199. package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.stories.d.ts +1 -1
  200. package/dist/src/components/JRCFolders/JRCFolders.d.ts +1 -1
  201. package/dist/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
  202. package/dist/src/components/JRCFolders/JRCFoldersGallery.d.ts +13 -7
  203. package/dist/src/components/JRCFolders/JRCFoldersList.d.ts +1 -1
  204. package/dist/src/components/JRCFolders/components/DocumentList.d.ts +1 -1
  205. package/dist/src/components/JRCFolders/components/FileLittleList.d.ts +1 -1
  206. package/dist/src/components/JRCFolders/components/FolderList.d.ts +1 -1
  207. package/dist/src/components/JRCFolders/styles.d.ts +29 -21
  208. package/dist/src/components/JRCFolders/types.d.ts +1 -0
  209. package/dist/src/components/JRCFolders/useFilebankApi.d.ts +2 -4
  210. package/dist/src/components/JRCFolders/useFilebankSearchApi.d.ts +2 -3
  211. package/dist/src/components/JRCGifSelector/JRCGifSelector.d.ts +5 -3
  212. package/dist/src/components/JRCGrid/JRCGrid.d.ts +1 -1
  213. package/dist/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -4
  214. package/dist/src/components/JRCGroupList/JRCGroupList.d.ts +1 -1
  215. package/dist/src/components/JRCGroups/JRCGroups.d.ts +1 -1
  216. package/dist/src/components/JRCIcon/JRCIcon.d.ts +1 -1
  217. package/dist/src/components/JRCIconSelectionModal/JRCIconSelectionModal.d.ts +1 -1
  218. package/dist/src/components/JRCImg/JRCImg.d.ts +1 -1
  219. package/dist/src/components/JRCList/JRCList.d.ts +1 -1
  220. package/dist/src/components/JRCList/JRCList.styles.d.ts +25 -12
  221. package/dist/src/components/JRCLoadMore/JRCLoadMore.d.ts +1 -1
  222. package/dist/src/components/JRCLoader/JRCLoader.d.ts +1 -1
  223. package/dist/src/components/JRCLoader/JRCSkeleton.d.ts +1 -1
  224. package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.d.ts +2 -0
  225. package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.stories.d.ts +9 -0
  226. package/dist/src/components/JRCMediaCarousel/MediaCarouselSlide.d.ts +3 -0
  227. package/dist/src/components/JRCMediaCarousel/const.d.ts +2 -0
  228. package/dist/src/components/JRCMediaCarousel/styles.d.ts +7 -0
  229. package/dist/src/components/JRCMediaCarousel/types.d.ts +7 -0
  230. package/dist/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +1 -1
  231. package/dist/src/components/JRCMenu/JRCMenu.d.ts +1 -1
  232. package/dist/src/components/JRCMenu/JRCMenu.stories.d.ts +2 -2
  233. package/dist/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
  234. package/dist/src/components/JRCMessage/JRCMessage.d.ts +1 -1
  235. package/dist/src/components/JRCMetas/JRCMetas.d.ts +1 -1
  236. package/dist/src/components/JRCModal/JRCModal.styles.d.ts +39 -16
  237. package/dist/src/components/JRCModal/JRCModalContent.d.ts +3 -3
  238. package/dist/src/components/JRCModal/JRCModalContentForm.d.ts +1 -1
  239. package/dist/src/components/JRCModal/templates/JRCModal.d.ts +1 -1
  240. package/dist/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -1
  241. package/dist/src/components/JRCModalImg/JRCModalImg.d.ts +1 -1
  242. package/dist/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
  243. package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
  244. package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +4 -2
  245. package/dist/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -1
  246. package/dist/src/components/JRCObjectList/JRCObjectList.d.ts +1 -1
  247. package/dist/src/components/JRCPagination/JRCPagination.d.ts +1 -1
  248. package/dist/src/components/JRCProgressBar/JRCProgressBar.d.ts +1 -1
  249. package/dist/src/components/JRCProvider/JRCProvider.d.ts +2 -2
  250. package/dist/src/components/JRCPublishButton/JRCPublishButton.d.ts +1 -1
  251. package/dist/src/components/JRCPublishButton/PublishButtonEntry.d.ts +1 -1
  252. package/dist/src/components/JRCQRCode/JRCQRCode.d.ts +1 -1
  253. package/dist/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +1 -1
  254. package/dist/src/components/JRCRateStars/JRCRateStars.d.ts +1 -1
  255. package/dist/src/components/JRCRateStars/JRCRateStars.styles.d.ts +3 -3
  256. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +24 -9
  257. package/dist/src/components/JRCSidePanelModal/SidePanel.d.ts +1 -1
  258. package/dist/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -1
  259. package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
  260. package/dist/src/components/JRCSlider/JRCSlider.d.ts +1 -1
  261. package/dist/src/components/JRCSlider/components/SliderArrows.d.ts +1 -1
  262. package/dist/src/components/JRCSlider/components/SliderDots.d.ts +1 -1
  263. package/dist/src/components/JRCStyledHref/JRCStyledHref.d.ts +1 -1
  264. package/dist/src/components/JRCTabs/JRCTabs.d.ts +3 -3
  265. package/dist/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
  266. package/dist/src/components/JRCTag/JRCTag.d.ts +1 -1
  267. package/dist/src/components/JRCTooltip/JRCTooltip.d.ts +1 -1
  268. package/dist/src/components/JRCTypo/JRCTypo.d.ts +7 -7
  269. package/dist/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -6
  270. package/dist/src/components/JRCTypography/JRCTypography.d.ts +1 -1
  271. package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +11 -2
  272. package/dist/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -1
  273. package/dist/src/components/JRCUserList/JRCUserList.d.ts +1 -1
  274. package/dist/src/components/JRCUserPopup/JRCUserPopup.d.ts +1 -1
  275. package/dist/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -1
  276. package/dist/src/components/JRCUsers/JRCUsers.d.ts +1 -1
  277. package/dist/src/components/Stepper/JRCFadeStepper.d.ts +1 -1
  278. package/dist/src/components/Stepper/JRCImageStepper.d.ts +1 -1
  279. package/dist/src/components/Stepper/JRCStepper.d.ts +1 -1
  280. package/dist/src/components/Stepper/JRCStepper.stories.d.ts +1 -1
  281. package/dist/src/components/Stepper/JRCStepper.style.d.ts +5 -3
  282. package/dist/src/components/Templates/AppColumn.d.ts +1 -1
  283. package/dist/src/components/Templates/JRCAppColumn.d.ts +1 -1
  284. package/dist/src/components/Templates/JRCAppTab.d.ts +1 -1
  285. package/dist/src/components/Templates/JRCBase.template.d.ts +1 -1
  286. package/dist/src/components/Templates/JRCColumn.d.ts +1 -1
  287. package/dist/src/components/Templates/JRCMainColumn.d.ts +1 -1
  288. package/dist/src/components/Templates/JRCPanel.d.ts +1 -1
  289. package/dist/src/components/Templates/JRCStepperPage.d.ts +1 -1
  290. package/dist/src/components/Templates/MainColumn.d.ts +1 -1
  291. package/dist/src/components/Templates/template.styles.d.ts +61 -31
  292. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility.d.ts +1 -1
  293. package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor.d.ts +1 -1
  294. package/dist/src/components/Widgets/JRCWidgetApplication/AppPickerModal.d.ts +12 -0
  295. package/dist/src/components/Widgets/JRCWidgetApplication/AppTile.d.ts +9 -0
  296. package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.const.d.ts +39 -0
  297. package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.d.ts +8 -0
  298. package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.stories.d.ts +7 -0
  299. package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.utils.d.ts +20 -0
  300. package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplicationEditor.d.ts +8 -0
  301. package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButton.d.ts +1 -1
  302. package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButtonEditor.d.ts +1 -1
  303. package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +1 -1
  304. package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -1
  305. package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImage.d.ts +1 -1
  306. package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImageEditor.d.ts +1 -1
  307. package/dist/src/components/Widgets/JRCWidgetArticleImage/styles.d.ts +4 -2
  308. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditor.d.ts +1 -1
  309. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlide.d.ts +1 -1
  310. package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +1 -1
  311. package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderImage.d.ts +1 -1
  312. package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlide.d.ts +1 -1
  313. package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlideTitle.d.ts +1 -1
  314. package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +1 -1
  315. package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -1
  316. package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +1 -1
  317. package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +1 -1
  318. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +1 -1
  319. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +1 -1
  320. package/dist/src/components/Widgets/JRCWidgetBirthday/BirthdayCard.d.ts +1 -1
  321. package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthday.d.ts +1 -1
  322. package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthdayEditor.d.ts +1 -1
  323. package/dist/src/components/Widgets/JRCWidgetBirthday/TemplatePreview.d.ts +1 -1
  324. package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -1
  325. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +1 -1
  326. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -1
  327. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +14 -8
  328. package/dist/src/components/Widgets/JRCWidgetCharts/ChartsSeriesModal.d.ts +1 -1
  329. package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetCharts.d.ts +1 -1
  330. package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetChartsEditor.d.ts +1 -1
  331. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -1
  332. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +1 -1
  333. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +1 -1
  334. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +1 -1
  335. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +1 -1
  336. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +1 -1
  337. package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +1 -1
  338. package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContact.d.ts +1 -1
  339. package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContactEditor.d.ts +1 -1
  340. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +1 -1
  341. package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -1
  342. package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +7 -5
  343. package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownEvent.d.ts +1 -1
  344. package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownNumbers.d.ts +1 -1
  345. package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdown.d.ts +1 -1
  346. package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdownEditor.d.ts +1 -1
  347. package/dist/src/components/Widgets/JRCWidgetCountdown/ModalArticleList.d.ts +1 -1
  348. package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCover.d.ts +1 -1
  349. package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
  350. package/dist/src/components/Widgets/JRCWidgetDocuments/JRCWidgetDocumentsEditor.d.ts +2 -2
  351. package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetDocumentSelection.d.ts +4 -4
  352. package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetModalSelection.d.ts +1 -1
  353. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -1
  354. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -1
  355. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -1
  356. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -1
  357. package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +1 -1
  358. package/dist/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -1
  359. package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +1 -1
  360. package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -1
  361. package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -1
  362. package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -1
  363. package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +12 -8
  364. package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbed.d.ts +1 -1
  365. package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbedEditor.d.ts +1 -1
  366. package/dist/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -1
  367. package/dist/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +1 -1
  368. package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlockler.d.ts +1 -1
  369. package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlocklerEditor.d.ts +1 -1
  370. package/dist/src/components/Widgets/JRCWidgetIcon.d.ts +1 -1
  371. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -1
  372. package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -1
  373. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -1
  374. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -1
  375. package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -1
  376. package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteo.d.ts +1 -1
  377. package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteoEditor.d.ts +1 -1
  378. package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflash.d.ts +1 -1
  379. package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflashEditor.d.ts +1 -1
  380. package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashActions.d.ts +2 -2
  381. package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashBannerCard.d.ts +1 -1
  382. package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashCoverCard.d.ts +1 -1
  383. package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashEmptyState.d.ts +1 -1
  384. package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashImageCard.d.ts +1 -1
  385. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +1 -1
  386. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +11 -7
  387. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +1 -1
  388. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -1
  389. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -1
  390. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +14 -6
  391. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -1
  392. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -1
  393. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +1 -1
  394. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +1 -1
  395. package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparator.d.ts +1 -1
  396. package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparatorEditor.d.ts +1 -1
  397. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditor.d.ts +1 -1
  398. package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditorSlide.d.ts +1 -1
  399. package/dist/src/components/Widgets/JRCWidgetSlider/components/CoverSliderSlide.d.ts +1 -1
  400. package/dist/src/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.d.ts +1 -1
  401. package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItem.d.ts +1 -1
  402. package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItemRespondents.d.ts +1 -1
  403. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +1 -1
  404. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +15 -11
  405. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +1 -1
  406. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +1 -1
  407. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +29 -18
  408. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +1 -1
  409. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -1
  410. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +1 -1
  411. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +1 -1
  412. package/dist/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +1 -1
  413. package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +1 -1
  414. package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -1
  415. package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +1 -1
  416. package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +1 -1
  417. package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +1 -1
  418. package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -1
  419. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +1 -1
  420. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -1
  421. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +1 -1
  422. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -1
  423. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -1
  424. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -1
  425. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -1
  426. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -1
  427. package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -1
  428. package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +1 -1
  429. package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -1
  430. package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -1
  431. package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -1
  432. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetText.d.ts +1 -1
  433. package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +1 -1
  434. package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
  435. package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +1 -1
  436. package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +1 -1
  437. package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +1 -1
  438. package/dist/src/components/Widgets/JRCWidgetYoutube/JRCWidgetYoutubeEditor.d.ts +1 -1
  439. package/dist/src/components/Widgets/WidgetCalendar/WidgetCalendarEditor.d.ts +1 -1
  440. package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +2 -2
  441. package/dist/src/components/Widgets/components/WidgetAvatarList.d.ts +1 -1
  442. package/dist/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -1
  443. package/dist/src/components/Widgets/context/provider.d.ts +1 -1
  444. package/dist/src/components/Widgets/styles.d.ts +18 -11
  445. package/dist/src/components/index.d.ts +3 -0
  446. package/dist/src/hooks/index.d.ts +0 -1
  447. package/dist/src/styles/Theme.stories.d.ts +1 -1
  448. package/dist/src/translation/lang.json.d.ts +23 -4
  449. package/package.json +34 -34
  450. package/dist/src/hooks/useThemeContext.d.ts +0 -1
package/CLAUDE.md CHANGED
@@ -12,7 +12,7 @@ src/
12
12
  │ ├── JRC{Name}.stories.tsx # Story Storybook
13
13
  │ ├── JRC{Name}.styles.tsx # Optionnel : styled-components séparés
14
14
  │ └── JRC{Name}.test.tsx # Optionnel : test Jest unitaire
15
- ├── hooks/ # useDebounce, useThemeContext, …
15
+ ├── hooks/ # useDebounce, useAbortController, …
16
16
  ├── styles/
17
17
  │ ├── theme.tsx # ThemeType + initTheme()
18
18
  │ └── styled-components.d.ts # Augmentation DefaultTheme
@@ -29,12 +29,12 @@ src/
29
29
 
30
30
  ### Cycle de vie des composants
31
31
 
32
- | Préfixe / dossier | Statut | Obligation tests |
33
- |-------------------|--------|------------------|
34
- | `0-RGAA/Category/` | conforme | tests d'interaction + 100% statement |
35
- | `untested/` | en cours | doit viser conformité |
36
- | `BETA_` (dans `Beta/`) | expérimental | aucune |
37
- | `Deprecated_` (dans `Deprecated/`) | à supprimer | aucune |
32
+ | Préfixe / dossier | Statut | Obligation tests |
33
+ | ---------------------------------- | ------------ | ------------------------------------ |
34
+ | `0-RGAA/Category/` | conforme | tests d'interaction + 100% statement |
35
+ | `untested/` | en cours | doit viser conformité |
36
+ | `BETA_` (dans `Beta/`) | expérimental | aucune |
37
+ | `Deprecated_` (dans `Deprecated/`) | à supprimer | aucune |
38
38
 
39
39
  ### Conventions Storybook spécifiques
40
40