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.
- package/CLAUDE.md +7 -7
- package/dist/jamespot-react-components.cjs +1835 -1513
- package/dist/jamespot-react-components.js +25512 -24028
- package/dist/src/components/404/JRC404.d.ts +1 -1
- package/dist/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +1 -1
- package/dist/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +1 -1
- package/dist/src/components/Common/Article/ArticleCard.d.ts +1 -1
- package/dist/src/components/Common/FastCss.d.ts +1 -1
- package/dist/src/components/Common/JRCConditionalWrapper.d.ts +2 -2
- package/dist/src/components/Common/LimitHeight.d.ts +1 -1
- package/dist/src/components/Common/LimitLines.d.ts +1 -1
- package/dist/src/components/Common/SkipToContent.d.ts +1 -1
- package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts +1 -1
- package/dist/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +1 -1
- package/dist/src/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -1
- package/dist/src/components/Drives/JRCDriveDropbox.d.ts +1 -1
- package/dist/src/components/Drives/JRCDriveMSGraph.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -2
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +1 -1
- package/dist/src/components/Drives/components/DriveAccountHeader.d.ts +1 -1
- package/dist/src/components/Drives/components/DriveIsEmpty.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityAvatar.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityItem.d.ts +3 -3
- package/dist/src/components/Drives/components/EntityItemSelection.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityItemTitle.d.ts +1 -1
- package/dist/src/components/Drives/drive.style.d.ts +3 -3
- package/dist/src/components/Editors/EditorDisplay.d.ts +1 -1
- package/dist/src/components/Editors/EditorDisplayInput.d.ts +1 -1
- package/dist/src/components/Editors/components/Editor.style.d.ts +11 -9
- package/dist/src/components/Editors/components/EditorButtonToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorCheckbox.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorColorPicker.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorImageUpload.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInput.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputGroup.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputGroups.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputNumber.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputToggleSelect.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorPositionToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorRichText.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorRichTextDialog.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorSelect.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorUploader.d.ts +1 -1
- package/dist/src/components/Form/Common/ClickAwayListener.d.ts +1 -1
- package/dist/src/components/Form/Common/FormHelper.d.ts +1 -1
- package/dist/src/components/Form/Common/FormLabel.d.ts +1 -1
- package/dist/src/components/Form/Common/FormMessageFeedback.d.ts +1 -1
- package/dist/src/components/Form/Input/Common/JRCFormErrors.d.ts +1 -1
- package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +3 -3
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +5 -3
- package/dist/src/components/Form/Input/JRCInputColor/AlphaRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/DragArea.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +22 -5
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateMulti/JRCInputDateMulti.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +7 -5
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +24 -12
- package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPosition.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPositionRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +54 -9
- package/dist/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +48 -8
- package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +82 -31
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCStyledInput.d.ts +16 -7
- package/dist/src/components/JRCAlbum/JRCAlbum.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumItem.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -1
- package/dist/src/components/JRCAlbum/styles.d.ts +20 -14
- package/dist/src/components/JRCAlert/JRCAlert.d.ts +1 -1
- package/dist/src/components/JRCAppAvatar/JRCAppAvatar.d.ts +1 -1
- package/dist/src/components/JRCAppContainer/JRCAppContainer.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -1
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +71 -21
- package/dist/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +1 -1
- package/dist/src/components/JRCAttachments/JRCAttachments.d.ts +1 -1
- package/dist/src/components/JRCAudience/JRCAudience.d.ts +1 -1
- package/dist/src/components/JRCAudience/JRCAudienceAvatar.d.ts +1 -1
- package/dist/src/components/JRCAvatar/JRCAvatar.d.ts +1 -1
- package/dist/src/components/JRCAvatars/JRCAvatars.d.ts +1 -1
- package/dist/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -1
- package/dist/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -1
- package/dist/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -1
- package/dist/src/components/JRCButton/Button.d.ts +23 -3
- package/dist/src/components/JRCButton/JRCButton.stories.d.ts +1 -1
- package/dist/src/components/JRCButton/JRCValidationButton.d.ts +1 -1
- package/dist/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +1 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +2 -2
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +32 -7
- package/dist/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -1
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +8 -2
- package/dist/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarContentEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarEventSubscribe.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarPlaceHolderEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -1
- package/dist/src/components/JRCCard/JRCCard.d.ts +1 -1
- package/dist/src/components/JRCCard/JRCCardImg.d.ts +5 -3
- package/dist/src/components/JRCCollapse/JRCCollapse.d.ts +1 -1
- package/dist/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
- package/dist/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +1 -1
- package/dist/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +1 -1
- package/dist/src/components/JRCColumnRight/JRCColumnRight.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/JRCComment.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/EditComment.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/JRCNewComment.d.ts +1 -1
- package/dist/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +1 -1
- package/dist/src/components/JRCCropImage/JRCCropImage.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDate.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDateObject.d.ts +1 -1
- package/dist/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
- package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
- package/dist/src/components/JRCDot/JRCDot.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/Draggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/DraggableRow.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/JRCDndOneLevel.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelMainDraggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelMainDropzone.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelStackDraggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +44 -12
- package/dist/src/components/JRCDragNDrop/styles.d.ts +92 -30
- package/dist/src/components/JRCDropDown/JRCDropDown.d.ts +1 -1
- package/dist/src/components/JRCEditor/JRCEditor.d.ts +1 -1
- package/dist/src/components/JRCEditor/JRCModalSchedule.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFile.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileApplication.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileAudio.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileAvatar.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileFolder.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileImage.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileVideo.d.ts +1 -1
- package/dist/src/components/JRCFileOpen/JRCFileOpen.d.ts +1 -1
- package/dist/src/components/JRCFileRow/JRCFileRow.d.ts +1 -1
- package/dist/src/components/JRCFileRow/JRCFileRow.styles.d.ts +16 -10
- package/dist/src/components/JRCFileViewer/JRCFileViewer.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -15
- package/dist/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +1 -1
- package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +19 -1
- package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolders.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFoldersGallery.d.ts +13 -7
- package/dist/src/components/JRCFolders/JRCFoldersList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/DocumentList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/FileLittleList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/FolderList.d.ts +1 -1
- package/dist/src/components/JRCFolders/styles.d.ts +29 -21
- package/dist/src/components/JRCFolders/types.d.ts +1 -0
- package/dist/src/components/JRCFolders/useFilebankApi.d.ts +2 -4
- package/dist/src/components/JRCFolders/useFilebankSearchApi.d.ts +2 -3
- package/dist/src/components/JRCGifSelector/JRCGifSelector.d.ts +5 -3
- package/dist/src/components/JRCGrid/JRCGrid.d.ts +1 -1
- package/dist/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -4
- package/dist/src/components/JRCGroupList/JRCGroupList.d.ts +1 -1
- package/dist/src/components/JRCGroups/JRCGroups.d.ts +1 -1
- package/dist/src/components/JRCIcon/JRCIcon.d.ts +1 -1
- package/dist/src/components/JRCIconSelectionModal/JRCIconSelectionModal.d.ts +1 -1
- package/dist/src/components/JRCImg/JRCImg.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.styles.d.ts +25 -12
- package/dist/src/components/JRCLoadMore/JRCLoadMore.d.ts +1 -1
- package/dist/src/components/JRCLoader/JRCLoader.d.ts +1 -1
- package/dist/src/components/JRCLoader/JRCSkeleton.d.ts +1 -1
- package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.d.ts +2 -0
- package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.stories.d.ts +9 -0
- package/dist/src/components/JRCMediaCarousel/MediaCarouselSlide.d.ts +3 -0
- package/dist/src/components/JRCMediaCarousel/const.d.ts +2 -0
- package/dist/src/components/JRCMediaCarousel/styles.d.ts +7 -0
- package/dist/src/components/JRCMediaCarousel/types.d.ts +7 -0
- package/dist/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +1 -1
- package/dist/src/components/JRCMenu/JRCMenu.d.ts +1 -1
- package/dist/src/components/JRCMenu/JRCMenu.stories.d.ts +2 -2
- package/dist/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
- package/dist/src/components/JRCMessage/JRCMessage.d.ts +1 -1
- package/dist/src/components/JRCMetas/JRCMetas.d.ts +1 -1
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +39 -16
- package/dist/src/components/JRCModal/JRCModalContent.d.ts +3 -3
- package/dist/src/components/JRCModal/JRCModalContentForm.d.ts +1 -1
- package/dist/src/components/JRCModal/templates/JRCModal.d.ts +1 -1
- package/dist/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +4 -2
- package/dist/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -1
- package/dist/src/components/JRCObjectList/JRCObjectList.d.ts +1 -1
- package/dist/src/components/JRCPagination/JRCPagination.d.ts +1 -1
- package/dist/src/components/JRCProgressBar/JRCProgressBar.d.ts +1 -1
- package/dist/src/components/JRCProvider/JRCProvider.d.ts +2 -2
- package/dist/src/components/JRCPublishButton/JRCPublishButton.d.ts +1 -1
- package/dist/src/components/JRCPublishButton/PublishButtonEntry.d.ts +1 -1
- package/dist/src/components/JRCQRCode/JRCQRCode.d.ts +1 -1
- package/dist/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +1 -1
- package/dist/src/components/JRCRateStars/JRCRateStars.d.ts +1 -1
- package/dist/src/components/JRCRateStars/JRCRateStars.styles.d.ts +3 -3
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +24 -9
- package/dist/src/components/JRCSidePanelModal/SidePanel.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCSlider/JRCSlider.d.ts +1 -1
- package/dist/src/components/JRCSlider/components/SliderArrows.d.ts +1 -1
- package/dist/src/components/JRCSlider/components/SliderDots.d.ts +1 -1
- package/dist/src/components/JRCStyledHref/JRCStyledHref.d.ts +1 -1
- package/dist/src/components/JRCTabs/JRCTabs.d.ts +3 -3
- package/dist/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
- package/dist/src/components/JRCTag/JRCTag.d.ts +1 -1
- package/dist/src/components/JRCTooltip/JRCTooltip.d.ts +1 -1
- package/dist/src/components/JRCTypo/JRCTypo.d.ts +7 -7
- package/dist/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -6
- package/dist/src/components/JRCTypography/JRCTypography.d.ts +1 -1
- package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +11 -2
- package/dist/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -1
- package/dist/src/components/JRCUserList/JRCUserList.d.ts +1 -1
- package/dist/src/components/JRCUserPopup/JRCUserPopup.d.ts +1 -1
- package/dist/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -1
- package/dist/src/components/JRCUsers/JRCUsers.d.ts +1 -1
- package/dist/src/components/Stepper/JRCFadeStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCImageStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.stories.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +5 -3
- package/dist/src/components/Templates/AppColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCAppColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCAppTab.d.ts +1 -1
- package/dist/src/components/Templates/JRCBase.template.d.ts +1 -1
- package/dist/src/components/Templates/JRCColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCMainColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCPanel.d.ts +1 -1
- package/dist/src/components/Templates/JRCStepperPage.d.ts +1 -1
- package/dist/src/components/Templates/MainColumn.d.ts +1 -1
- package/dist/src/components/Templates/template.styles.d.ts +61 -31
- package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetApplication/AppPickerModal.d.ts +12 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/AppTile.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.const.d.ts +39 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.d.ts +8 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.stories.d.ts +7 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.utils.d.ts +20 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplicationEditor.d.ts +8 -0
- package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButton.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButtonEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImageEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/styles.d.ts +4 -2
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlideTitle.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/BirthdayCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthday.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthdayEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/TemplatePreview.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +14 -8
- package/dist/src/components/Widgets/JRCWidgetCharts/ChartsSeriesModal.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetCharts.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetChartsEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContact.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContactEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +7 -5
- package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownEvent.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownNumbers.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdown.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdownEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/ModalArticleList.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCover.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetDocuments/JRCWidgetDocumentsEditor.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetDocumentSelection.d.ts +4 -4
- package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetModalSelection.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +12 -8
- package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbed.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbedEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlockler.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlocklerEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetIcon.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteo.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteoEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflash.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflashEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashActions.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashBannerCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashCoverCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashEmptyState.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashImageCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +11 -7
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +14 -6
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparator.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparatorEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditorSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/components/CoverSliderSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItem.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItemRespondents.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +15 -11
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +29 -18
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetYoutube/JRCWidgetYoutubeEditor.d.ts +1 -1
- package/dist/src/components/Widgets/WidgetCalendar/WidgetCalendarEditor.d.ts +1 -1
- package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +2 -2
- package/dist/src/components/Widgets/components/WidgetAvatarList.d.ts +1 -1
- package/dist/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -1
- package/dist/src/components/Widgets/context/provider.d.ts +1 -1
- package/dist/src/components/Widgets/styles.d.ts +18 -11
- package/dist/src/components/index.d.ts +3 -0
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/styles/Theme.stories.d.ts +1 -1
- package/dist/src/translation/lang.json.d.ts +23 -4
- package/package.json +34 -34
- 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,
|
|
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
|
|
33
|
-
|
|
34
|
-
| `0-RGAA/Category/`
|
|
35
|
-
| `untested/`
|
|
36
|
-
| `BETA_` (dans `Beta/`)
|
|
37
|
-
| `Deprecated_` (dans `Deprecated/`) | à supprimer
|
|
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
|
|