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.
- package/dist/index.d.ts +2 -0
- package/dist/jamespot-react-components.js +6771 -0
- package/dist/jamespot-react-components.mjs +50881 -0
- package/dist/src/components/Common/BorderRadius.d.ts +2 -0
- package/{build → dist}/src/components/Common/DashedFocusBorder.d.ts +2 -2
- package/{build → dist}/src/components/Common/FastCss.d.ts +1 -1
- package/{build → dist}/src/components/Common/JRCConditionalWrapper.d.ts +1 -2
- package/dist/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
- package/dist/src/components/Common/LimitLines.d.ts +4 -0
- package/dist/src/components/Common/SROnly.d.ts +1 -0
- package/dist/src/components/Common/SkipToContent.d.ts +1 -0
- package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +10 -0
- package/{build/src/components/Form/Common/ClickAwayListener.d.ts → dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts} +2 -1
- package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
- package/{build → dist}/src/components/Drives/components/EntityItem.d.ts +2 -2
- package/dist/src/components/Drives/drive.style.d.ts +3 -0
- package/dist/src/components/Editors/components/Editor.style.d.ts +6 -0
- package/{build → dist}/src/components/Editors/components/EditorInput.d.ts +3 -1
- package/dist/src/components/Form/Common/ClickAwayListener.d.ts +7 -0
- package/{build → dist}/src/components/Form/Common/ClickAwayListener.stories.d.ts +1 -0
- package/{build → dist}/src/components/Form/Common/FormMessageFeedback.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +18 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +2 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +2 -0
- package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +2 -1
- package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -0
- package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -2
- package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTimeRaw.d.ts +9 -0
- package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +2 -2
- package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +6 -0
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +21 -0
- package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +4 -4
- package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +37 -0
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +15 -0
- package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -4
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +4 -4
- package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +3 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +337 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCStyledInput.d.ts +3 -3
- package/dist/src/components/JRCAlbum/styles.d.ts +27 -0
- package/dist/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
- package/{build → dist}/src/components/JRCAnimatedContainer.d.ts +1 -1
- package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -0
- package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +54 -0
- package/{build → dist}/src/components/JRCAttachments/JRCAttachments.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCAvatar/JRCAvatar.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCButton/Button.d.ts +6 -6
- package/{build → dist}/src/components/JRCButton/JRCButton.d.ts +5 -5
- package/dist/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
- package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -1
- package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +1 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +30 -0
- package/dist/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +6 -0
- package/{build → dist}/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
- package/{build → dist}/src/components/JRCCalendar/JRCCalendarEvent.d.ts +3 -2
- package/{build → dist}/src/components/JRCCalendar/JRCCalendarModal.d.ts +7 -3
- package/{build → dist}/src/components/JRCCalendar/types.d.ts +4 -1
- package/{build → dist}/src/components/JRCCard/JRCCard.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCard/JRCCardImg.d.ts +1 -1
- package/{build → dist}/src/components/JRCCard/JRCCardImg.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
- package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCropImage/JRCCropImage.d.ts +0 -1
- package/{build → dist}/src/components/JRCCropImage/JRCCropImage.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +2 -2
- package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/styles.d.ts +50 -0
- package/dist/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
- package/dist/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
- package/dist/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
- package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -0
- package/{build → dist}/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
- package/{build → dist}/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/styles.d.ts +16 -0
- package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.d.ts +1 -1
- package/{build → dist}/src/components/JRCGrid/JRCGrid.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCGroupList/JRCGroupList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCHref/JRCHref.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCHtml/JRCHtml.d.ts +2 -2
- package/{build → dist}/src/components/JRCHtml/JRCHtml.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCIconButton/JRCIconButton.d.ts +2 -2
- package/{build → dist}/src/components/JRCIconButton/JRCIconButton.stories.d.ts +1 -1
- package/dist/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
- package/{build → dist}/src/components/JRCList/JRCList.d.ts +1 -1
- package/{build → dist}/src/components/JRCList/JRCList.stories.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.styles.d.ts +30 -0
- package/dist/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
- package/{build → dist}/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -1
- package/dist/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +35 -0
- package/{build → dist}/src/components/JRCModal/JRCModalLayout.d.ts +2 -2
- package/dist/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
- package/dist/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
- package/{build → dist}/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -0
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
- package/{build → dist}/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -1
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +2 -0
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +1 -1
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +17 -0
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.d.ts +1 -1
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/common.d.ts +1 -0
- package/{build → dist}/src/components/JRCTabs/JRCTabs.d.ts +2 -3
- package/{build → dist}/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCTag/JRCTag.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -7
- package/{build → dist}/src/components/JRCTypo/JRCTypo.d.ts +7 -7
- package/{build → dist}/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
- package/{build → dist}/src/components/JRCUserList/JRCUserList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +4 -0
- package/dist/src/components/Templates/AppColumn.d.ts +3 -0
- package/{build → dist}/src/components/Templates/JRCAppColumn.d.ts +1 -1
- package/{build → dist}/src/components/Templates/JRCAppTab.d.ts +1 -1
- package/{build → dist}/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -1
- package/dist/src/components/Templates/JRCContainer.d.ts +2 -0
- package/dist/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
- package/dist/src/components/Templates/MainColumn.d.ts +2 -0
- package/dist/src/components/Templates/template.styles.d.ts +337 -0
- package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +1 -1
- package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +1 -1
- package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -2
- package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +11 -0
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +6 -0
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +10 -0
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -0
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +7 -0
- package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +13 -0
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +24 -0
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +56 -0
- package/dist/src/components/Widgets/const.test.d.ts +1 -0
- package/{build → dist}/src/components/Widgets/context/provider.d.ts +1 -1
- package/dist/src/components/Widgets/styles.d.ts +16 -0
- package/dist/src/components/Widgets/utils.test.d.ts +1 -0
- package/dist/src/components/api/jamespot/mock_jamespot.d.ts +5 -0
- package/{build → dist}/src/components/index.d.ts +73 -72
- package/{build → dist}/src/hooks/UseKeyPress.d.ts +1 -1
- package/{build → dist}/src/index.d.ts +2 -18
- package/dist/src/translation/index.d.ts +2 -0
- package/dist/src/translation/lang.json.d.ts +399 -0
- package/{build → dist}/src/utils/index.d.ts +1 -1
- package/dist/src/utils/utils.array.test.d.ts +1 -0
- package/dist/src/utils/utils.color.test.d.ts +1 -0
- package/dist/src/utils/utils.date.test.d.ts +1 -0
- package/{build → dist}/src/utils/utils.files.d.ts +2 -2
- package/dist/src/utils/utils.html.test.d.ts +1 -0
- package/{build → dist}/src/utils/utils.object.d.ts +0 -1
- package/dist/src/utils/utils.object.test.d.ts +1 -0
- package/dist/src/utils/utils.regexp.test.d.ts +1 -0
- package/dist/src/utils/utils.string.test.d.ts +1 -0
- package/dist/src/utils/utils.time.test.d.ts +1 -0
- package/package.json +48 -52
- package/README.internal.md +0 -16
- package/build/assets/404.6ddcf23842aa398fdb2521ed61e26426.png +0 -0
- package/build/assets/ai.0bd1828cb6ec10ad92d900c710079cac.png +0 -0
- package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +0 -4
- package/build/assets/default.2ca3180f8cdd6f14c4184439f06173cb.png +0 -0
- package/build/assets/docx.d99aeeb833c328dc360bb2dc1d99126f.png +0 -0
- package/build/assets/gif.605d1d151a01356b376d5c4ac2f40d19.png +0 -0
- package/build/assets/group-background.daf782321c7f65cde0fc3d5918d27762.png +0 -0
- package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
- package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
- package/build/assets/mp3.c4f6cf8e048c8d1fd70ea5676f9e35bb.png +0 -0
- package/build/assets/mp4.c631e40ab77a5009bec629505396f88b.png +0 -0
- package/build/assets/pdf.25c19fbb11dacc87994bdce830d7e5ed.png +0 -0
- package/build/assets/pptx.fc266e95afba9abd862da4d909e1ad68.png +0 -0
- package/build/assets/psd.cca4c1ac52e6e24770486bf5bc6d6ff9.png +0 -0
- package/build/assets/svg.21a77099744d94b9214c52043ef39d95.png +0 -0
- package/build/assets/ttf.28668a6c059779e01fe7dc66dd70ef40.png +0 -0
- package/build/assets/txt.d0b32e515641b99e8e31165279361eb4.png +0 -0
- package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +0 -1
- package/build/assets/xlsx.a3b00a8cd84f504b94d1cfc617b4080f.png +0 -0
- package/build/assets/zip.b8f8ab347fc92f763a2d44617a82b66e.png +0 -0
- package/build/jamespot-react-components.js +0 -5879
- package/build/jamespot-react-components.js.LICENSE.txt +0 -138
- package/build/jamespot-react-components.js.map +0 -1
- package/build/jest.config.d.ts +0 -3
- package/build/jest.setup.d.ts +0 -1
- package/build/src/components/Common/BorderRadius.d.ts +0 -2
- package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +0 -4
- package/build/src/components/Common/LimitLines.d.ts +0 -4
- package/build/src/components/Common/SROnly.d.ts +0 -1
- package/build/src/components/Common/SkipToContent.d.ts +0 -1
- package/build/src/components/Drives/drive.style.d.ts +0 -3
- package/build/src/components/Editors/components/Editor.style.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +0 -7
- package/build/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +0 -18
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +0 -1
- package/build/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +0 -21
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +0 -37
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +0 -15
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +0 -9
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +0 -337
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +0 -4
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +0 -4
- package/build/src/components/JRCAlbum/styles.d.ts +0 -27
- package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +0 -8
- package/build/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +0 -2
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +0 -8
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +0 -30
- package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +0 -7
- package/build/src/components/JRCCalendar/CalendarStyle.d.ts +0 -6
- package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +0 -1
- package/build/src/components/JRCDragNDrop/styles.d.ts +0 -50
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +0 -4
- package/build/src/components/JRCFile/JRCFile.stories.d.ts +0 -4
- package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +0 -4
- package/build/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +0 -15
- package/build/src/components/JRCFolders/styles.d.ts +0 -16
- package/build/src/components/JRCImg/JRCImg.stories.d.ts +0 -6
- package/build/src/components/JRCList/JRCList.styles.d.ts +0 -30
- package/build/src/components/JRCList/JRCListMockData.stories.d.ts +0 -4
- package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +0 -8
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +0 -35
- package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +0 -4
- package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +0 -4
- package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +0 -7
- package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +0 -3
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +0 -2
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +0 -17
- package/build/src/components/JRCSkeleton/common.d.ts +0 -1
- package/build/src/components/Stepper/JRCStepper.style.d.ts +0 -4
- package/build/src/components/Templates/AppColumn.d.ts +0 -3
- package/build/src/components/Templates/JRCContainer.d.ts +0 -2
- package/build/src/components/Templates/JRCTemplate.stories.d.ts +0 -6
- package/build/src/components/Templates/MainColumn.d.ts +0 -2
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +0 -11
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +0 -6
- package/build/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +0 -10
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +0 -3
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +0 -9
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +0 -7
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +0 -13
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +0 -6
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +0 -24
- package/build/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +0 -9
- package/build/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +0 -56
- package/build/src/components/Widgets/styles.d.ts +0 -16
- package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -5
- package/build/src/translation/index.d.ts +0 -2
- package/externals.json +0 -13
- package/jest.config.ts +0 -24
- package/tsconfig.build.json +0 -15
- /package/{build → dist}/src/components/404/index.d.ts +0 -0
- /package/{build → dist}/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +0 -0
- /package/{build → dist}/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +0 -0
- /package/{build → dist}/src/components/Common/Article/ArticleCard.d.ts +0 -0
- /package/{build → dist}/src/components/Common/DashedFocusBorder.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Common/JRCConditionalWrapper.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +0 -0
- /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/Dropbox/DropboxDocuments.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/JRCDriveDropbox.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/JRCDriveMSGraph.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/DriveAccountHeader.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/DriveIsEmpty.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityItemSelection.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityItemTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/drive.const.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/drive.types.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/hooks.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorButtonToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorColorPicker.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorImageUpload.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputImage.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorPositionToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorSelect.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorUploader.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormHelper.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormLabel.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormMessageFeedback.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/useFormControls.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/Checkbox.type.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/DragArea.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputImage/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/GifsExtension/GifsExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumItem.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX1.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX2.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX3.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX4.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX5.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/const.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlert/JRCAlert.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppContainer/JRCAppContainer.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAttachments/JRCAttachments.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAudience/JRCAudience.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAudience/JRCAudienceAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatar/JRCAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCButton.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCButtonConfig.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCValidationButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonFile/JRCButtonFile.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/JRCCalendar.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/JRCEventStatusButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/useResponseStatus.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCard/JRCCard.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCollapse/JRCCollapse.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnRight/JRCColumnRight.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/JRCComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/EditComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/NewComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDate/JRCDate.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/DndProvider.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/Draggable.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/Droppable.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/index.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFile.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileApplication.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileAudio.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileFolder.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileImage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileVideo.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileOpen/JRCFileOpen.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewer.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFlex/JRCFlexBox.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/JRCFolders.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/components/FileLittleList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/utils.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGrid/JRCGrid.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroupList/JRCGroupList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroups/JRCGroups.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroups/JRCGroups.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCHref/JRCHref.d.ts +0 -0
- /package/{build → dist}/src/components/JRCIcon/JRCIcon.d.ts +0 -0
- /package/{build → dist}/src/components/JRCIcon/JRCIcon.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCImg/JRCImg.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCLoader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCLoader.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCSkeleton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMenu/JRCMenu.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMenuItem/JRCMenuItem.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMessage/JRCMessage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/JRCModalContent.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/JRCModalContentForm.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModal.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModalForm.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModalImg/JRCModalImg.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModalUserList/JRCModalUserList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCObjectList/JRCObjectList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPagination/JRCPagination.d.ts +0 -0
- /package/{build → dist}/src/components/JRCProgressBar/JRCProgressBar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/PublishButtonEntry.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSidePanelModal/SidePanel.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSidePanelModal/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTag/JRCTag.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCBaseTooltip.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypo/JRCTypo.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserList/JRCUserList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUsers/JRCUsers.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUsers/JRCUsers.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Pages/JRCPageNotLogged.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCFadeStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCImageStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCStepper.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCBase.template.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCMainColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCPanel.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCStepperPage.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCTwoColumns.template.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/template.type.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/template.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetIcon.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/types.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/utils.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/const.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/ensure.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/pagination.d.ts +0 -0
- /package/{build/src/utils/utils.date.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts} +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/types.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/utils.d.ts +0 -0
- /package/{build/src/utils/utils.object.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/utils.test.d.ts} +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/components/WidgetAvatarList.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/components/WidgetMissingToken.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/const.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/context/hooks.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/utils.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mockApiWrapper.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/application/application.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/datasource/datasource.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/file/file.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/network/network.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDebounce.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDebounce.stories.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDidMountEffect.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseImageLoader.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseLocalStorage.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseTimeout.d.ts +0 -0
- /package/{build → dist}/src/hooks/useAbortController.d.ts +0 -0
- /package/{build → dist}/src/hooks/useCancelOnUnmount.d.ts +0 -0
- /package/{build → dist}/src/hooks/useModalAccessibility.d.ts +0 -0
- /package/{build → dist}/src/hooks/useRefSize.d.ts +0 -0
- /package/{build → dist}/src/hooks/useWindowSize.d.ts +0 -0
- /package/{build → dist}/src/styles/Theme.stories.d.ts +0 -0
- /package/{build → dist}/src/styles/theme.d.ts +0 -0
- /package/{build → dist}/src/styles/utils.d.ts +0 -0
- /package/{build → dist}/src/types/dataAttributes.d.ts +0 -0
- /package/{build → dist}/src/types/utils.d.ts +0 -0
- /package/{build → dist}/src/types.d.ts +0 -0
- /package/{build → dist}/src/utils/const.d.ts +0 -0
- /package/{build → dist}/src/utils/types.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.array.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.color.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.date.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.document.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.form.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.html.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.icons.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.image.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.misc.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.regexp.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.string.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.time.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.tinymce.d.ts +0 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { DefaultTheme, StyledComponent } from 'styled-components';
|
|
2
|
+
import { ItemProps } from '../JRCTabs/JRCTabs';
|
|
3
|
+
export declare const JRCAppLeftColumnWrapperTop: StyledComponent<"div", DefaultTheme, {}, never>;
|
|
4
|
+
export declare const ColumnRelativeWrapper: StyledComponent<"div", DefaultTheme, {
|
|
5
|
+
isMinimized: boolean;
|
|
6
|
+
}, never>;
|
|
7
|
+
export declare const ColumnRelativeSticky: StyledComponent<"div", DefaultTheme, {
|
|
8
|
+
isMinimized: boolean;
|
|
9
|
+
isClosed: boolean;
|
|
10
|
+
}, never>;
|
|
11
|
+
export declare const ColumnRelativeTransition: StyledComponent<"div", DefaultTheme, {
|
|
12
|
+
isMinimized: boolean;
|
|
13
|
+
}, never>;
|
|
14
|
+
export declare const ColumnAppDefault: StyledComponent<"div", DefaultTheme, {
|
|
15
|
+
isMinimized: boolean;
|
|
16
|
+
isClosed: boolean;
|
|
17
|
+
}, never>;
|
|
18
|
+
export declare const ColumnAppMinimize: StyledComponent<"div", DefaultTheme, {}, never>;
|
|
19
|
+
export declare const MenuWrapper: StyledComponent<"div", DefaultTheme, {
|
|
20
|
+
isMinimized: boolean;
|
|
21
|
+
}, never>;
|
|
22
|
+
export declare const ItemsIcon: StyledComponent<'button', DefaultTheme, ItemProps>;
|
|
23
|
+
export declare const TitleMenu: StyledComponent<"h2", DefaultTheme, Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
|
|
24
|
+
export declare const JRCIconButtonAppLeftColumn: StyledComponent<import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import('../../types/dataAttributes').DataCy & {
|
|
25
|
+
icon: string;
|
|
26
|
+
size?: "small" | "medium";
|
|
27
|
+
onClick?: (event?: import('react').MouseEvent<HTMLButtonElement>) => void;
|
|
28
|
+
name?: string;
|
|
29
|
+
value?: string;
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
type?: "submit" | "reset" | "button";
|
|
32
|
+
bgBaseGrey?: 0 | 1 | 2;
|
|
33
|
+
color?: import('../..').Colors | import('../..').Shades | "inherit";
|
|
34
|
+
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
35
|
+
variant?: "circle" | "square";
|
|
36
|
+
hasLicense?: boolean;
|
|
37
|
+
bg?: import('../..').Colors | import('../..').Shades;
|
|
38
|
+
bgHover?: import('../..').Colors | import('../..').Shades;
|
|
39
|
+
borderColor?: import('../..').Colors | import('../..').Shades;
|
|
40
|
+
iconSize?: number;
|
|
41
|
+
badgeNumber?: number;
|
|
42
|
+
colorVariant?: string;
|
|
43
|
+
badgeInline?: boolean;
|
|
44
|
+
href?: string;
|
|
45
|
+
srOnly?: string;
|
|
46
|
+
} & import('react').RefAttributes<HTMLButtonElement>>, DefaultTheme, {}, never>;
|
|
47
|
+
export declare const AppLeftColumnIconWrapper: StyledComponent<"ul", DefaultTheme, {
|
|
48
|
+
isMinimized: boolean;
|
|
49
|
+
}, never>;
|
|
50
|
+
export declare const AbsoluteContainer: StyledComponent<"div", DefaultTheme, {}, never>;
|
|
51
|
+
export declare const AbsoluteContainerMinimized: StyledComponent<"div", DefaultTheme, {
|
|
52
|
+
isMinimized: boolean;
|
|
53
|
+
}, never>;
|
|
54
|
+
export declare const SectionMinimizesWrapper: StyledComponent<"div", DefaultTheme, {}, never>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCAttachmentsProps } from './JRCAttachments';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary: import(
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCAttachmentsProps>;
|
|
@@ -2,4 +2,4 @@ import { JRCAvatarProps } from './JRCAvatar';
|
|
|
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(
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCAvatarProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { BreadcrumbProps } from './JRCBreadcrumb';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, BreadcrumbProps>;
|
package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts
RENAMED
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCBusinessContactListProps } from './JRCBusinessContactList';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCBusinessContactListProps>;
|
|
@@ -2,10 +2,10 @@ import { StyledButtonProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Button styling. May be used as a <a> tag
|
|
4
4
|
*/
|
|
5
|
-
export declare const StyledButton: import(
|
|
6
|
-
export declare const Button: import(
|
|
7
|
-
color?: import(
|
|
8
|
-
themeCustom?: import(
|
|
5
|
+
export declare const StyledButton: import('styled-components').StyledComponent<"button", import('styled-components').DefaultTheme, StyledButtonProps, never>;
|
|
6
|
+
export declare const Button: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
7
|
+
color?: import('./types').ButtonColors;
|
|
8
|
+
themeCustom?: import('./types').ButtonType;
|
|
9
9
|
loader?: boolean;
|
|
10
10
|
autofocus?: boolean;
|
|
11
11
|
value?: string;
|
|
@@ -17,8 +17,8 @@ export declare const Button: import("react").ForwardRefExoticComponent<Omit<impo
|
|
|
17
17
|
hasLicense?: boolean;
|
|
18
18
|
label?: string;
|
|
19
19
|
noMargin?: boolean;
|
|
20
|
-
size?: import(
|
|
20
|
+
size?: import('./types').ButtonSizes;
|
|
21
21
|
srOnly?: string;
|
|
22
22
|
borderRadius?: "right";
|
|
23
23
|
borderRadiusMode?: "default" | "max";
|
|
24
|
-
} & import(
|
|
24
|
+
} & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -4,9 +4,9 @@ export type JRCButtonProps = ButtonProps & {
|
|
|
4
4
|
/** tooltip tooltip props */
|
|
5
5
|
tooltip?: Omit<JRCTooltipProps, 'children'>;
|
|
6
6
|
};
|
|
7
|
-
export declare const JRCButton: import(
|
|
8
|
-
color?: import(
|
|
9
|
-
themeCustom?: import(
|
|
7
|
+
export declare const JRCButton: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
8
|
+
color?: import('./types').ButtonColors;
|
|
9
|
+
themeCustom?: import('./types').ButtonType;
|
|
10
10
|
loader?: boolean;
|
|
11
11
|
autofocus?: boolean;
|
|
12
12
|
value?: string;
|
|
@@ -18,11 +18,11 @@ export declare const JRCButton: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
18
18
|
hasLicense?: boolean;
|
|
19
19
|
label?: string;
|
|
20
20
|
noMargin?: boolean;
|
|
21
|
-
size?: import(
|
|
21
|
+
size?: import('./types').ButtonSizes;
|
|
22
22
|
srOnly?: string;
|
|
23
23
|
borderRadius?: "right";
|
|
24
24
|
borderRadiusMode?: "default" | "max";
|
|
25
25
|
} & {
|
|
26
26
|
/** tooltip tooltip props */
|
|
27
27
|
tooltip?: Omit<JRCTooltipProps, "children">;
|
|
28
|
-
} & import(
|
|
28
|
+
} & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JRCButtonDownloadProps } from './JRCButtonDownload';
|
|
2
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Simple: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonDownloadProps>;
|
|
6
|
+
export declare const CustomIconAndLabel: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonDownloadProps>;
|
|
7
|
+
export declare const CustomIconButton: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonDownloadProps>;
|
|
8
|
+
export declare const CustomColorIconButton: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonDownloadProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { JRCButtonDropdownProps } from './JRCButtonDropdown.types';
|
|
2
2
|
export declare const JRCButtonDropdown: (props: JRCButtonDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/react-webpack5';
|
|
2
|
-
import
|
|
2
|
+
import { JRCButtonDropdownProps } from './JRCButtonDropdown.types';
|
|
3
3
|
declare const meta: Meta;
|
|
4
4
|
export default meta;
|
|
5
5
|
export declare const ButtonDropdown: StoryFn<JRCButtonDropdownProps>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ButtonType } from '../JRCButton/types';
|
|
2
|
+
import { ButtonProps, DropdownOptionProps, MenuWithTitleProps } from './JRCButtonDropdown.types';
|
|
3
|
+
export declare const MarginLessJRCButton: import('styled-components').StyledComponent<import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
4
|
+
color?: import('../JRCButton/types').ButtonColors;
|
|
5
|
+
themeCustom?: ButtonType;
|
|
6
|
+
loader?: boolean;
|
|
7
|
+
autofocus?: boolean;
|
|
8
|
+
value?: string;
|
|
9
|
+
icon?: string;
|
|
10
|
+
iconRight?: boolean;
|
|
11
|
+
variant?: "contained" | "outlined" | "link";
|
|
12
|
+
float?: "left" | "right";
|
|
13
|
+
minWidth?: string;
|
|
14
|
+
hasLicense?: boolean;
|
|
15
|
+
label?: string;
|
|
16
|
+
noMargin?: boolean;
|
|
17
|
+
size?: import('../JRCButton/types').ButtonSizes;
|
|
18
|
+
srOnly?: string;
|
|
19
|
+
borderRadius?: "right";
|
|
20
|
+
borderRadiusMode?: "default" | "max";
|
|
21
|
+
} & {
|
|
22
|
+
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
23
|
+
} & import('react').RefAttributes<HTMLButtonElement>>, import('styled-components').DefaultTheme, ButtonProps & {
|
|
24
|
+
small?: boolean;
|
|
25
|
+
}, never>;
|
|
26
|
+
export declare const MenuWithoutTitle: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
27
|
+
export declare const MenuWithTitle: ({ direction, label, themeButton, children }: MenuWithTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const DropdownOption: import('styled-components').StyledComponent<"button", import('styled-components').DefaultTheme, DropdownOptionProps & {
|
|
29
|
+
lastChild?: boolean;
|
|
30
|
+
}, never>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { JRCButtonFileProps } from './JRCButtonFile';
|
|
2
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Simple: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonFileProps>;
|
|
6
|
+
export declare const Multiple: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonFileProps>;
|
|
7
|
+
export declare const CustomIconAndLabel: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCButtonFileProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCCalendarProps } from './types';
|
|
2
|
-
export declare const JRCCalendar: ({ events, loading, views, handler, defaultView, fluid, mode, fullScreen, deportedToolbar, withPadding, eventModalExtraComponent, onChangeView, onChangeDates, onError, onSuccess, onDeleteEvent, onClickUpdateEvent, onUpdateStatus, isUpdateStatusLoading, onSelect, }: JRCCalendarProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare const JRCCalendar: ({ events, loading, views, handler, defaultView, fluid, mode, fullScreen, deportedToolbar, withPadding, eventModalExtraComponent, onChangeView, onChangeDates, onError, onSuccess, onDeleteEvent, onClickUpdateEvent, onUpdateStatus, isUpdateStatusLoading, onSelect, disableSelect, }: JRCCalendarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Audience, UserResponseStatus } from 'jamespot-user-api';
|
|
2
|
+
import { CalendarView, JRCCalendarMode } from './types';
|
|
2
3
|
type JRCCalendarEventProps = {
|
|
3
4
|
id: string;
|
|
4
5
|
title: string;
|
|
@@ -25,7 +26,7 @@ type JRCCalendarEventProps = {
|
|
|
25
26
|
type: string;
|
|
26
27
|
}) => void;
|
|
27
28
|
isUpdateStatusLoading: (id: number) => boolean;
|
|
29
|
+
recurrent: boolean;
|
|
28
30
|
};
|
|
29
|
-
|
|
30
|
-
export declare const JRCCalendarEvent: ({ status, title, start, end, display, mode, id: stringId, onClick, audience, allDay, textColor, backgroundColor, address, image, type, isVisio, noGestion, canSubscribe, urlGestion, onUpdateStatus, isUpdateStatusLoading, }: JRCCalendarEventProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
31
|
+
export declare const JRCCalendarEvent: ({ status, title, start, end, display, mode, id: stringId, onClick, audience, allDay, textColor, backgroundColor, address, image, type, isVisio, noGestion, canSubscribe, urlGestion, onUpdateStatus, isUpdateStatusLoading, recurrent, }: JRCCalendarEventProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
31
32
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { CalendarEventViewAbstractType, CalendarEventWithExtensions, JArticleApi, JCalendarApi, JGlobalApi, UserResponseStatus } from 'jamespot-user-api';
|
|
3
3
|
type JRCCalendarModalProps = {
|
|
4
|
-
event?: CalendarEventWithExtensions<CalendarEventViewAbstractType, ['socialEventRecord']>;
|
|
4
|
+
event?: CalendarEventWithExtensions<CalendarEventViewAbstractType, ['socialEventRecord' | 'recurringEventRecord']>;
|
|
5
5
|
closeHandler: () => void;
|
|
6
6
|
handler: {
|
|
7
7
|
article: Pick<JArticleApi, 'delete'>;
|
|
@@ -10,9 +10,13 @@ type JRCCalendarModalProps = {
|
|
|
10
10
|
};
|
|
11
11
|
onError: (errorMsg?: string) => void;
|
|
12
12
|
onSuccess: (message: string) => void;
|
|
13
|
-
extraComponent?: (event: CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
13
|
+
extraComponent?: (event: CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
14
|
+
'socialEventRecord' | 'recurringEventRecord'
|
|
15
|
+
]>) => ReactNode;
|
|
14
16
|
onDeleteEvent: () => void;
|
|
15
|
-
onClickUpdateEvent?: (event: CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
17
|
+
onClickUpdateEvent?: (event: CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
18
|
+
'socialEventRecord' | 'recurringEventRecord'
|
|
19
|
+
]>) => void;
|
|
16
20
|
onUpdateStatus: (params: {
|
|
17
21
|
status: UserResponseStatus;
|
|
18
22
|
id: number;
|
|
@@ -2,7 +2,9 @@ import { CalendarApi } from '@fullcalendar/core';
|
|
|
2
2
|
import { CalendarEventViewAbstractType, CalendarEventWithExtensions, JArticleApi, JCalendarApi, JGlobalApi, UserResponseStatus } from 'jamespot-user-api';
|
|
3
3
|
import { ReactNode } from 'react';
|
|
4
4
|
export type CalendarView = 'dayGridMonth' | 'timeGridWeek' | 'timeGridDay' | 'list';
|
|
5
|
-
export type CalendarEvent = CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
5
|
+
export type CalendarEvent = CalendarEventWithExtensions<CalendarEventViewAbstractType, [
|
|
6
|
+
'socialEventRecord' | 'recurringEventRecord'
|
|
7
|
+
]>;
|
|
6
8
|
type CalendarHandler = {
|
|
7
9
|
global: Pick<JGlobalApi, 'updateAction' | 'removeAction'>;
|
|
8
10
|
calendar: Pick<JCalendarApi, 'reviveSubmit'>;
|
|
@@ -48,5 +50,6 @@ export type JRCCalendarProps = {
|
|
|
48
50
|
end: Date;
|
|
49
51
|
allDay: boolean;
|
|
50
52
|
} | null) => void;
|
|
53
|
+
disableSelect?: boolean;
|
|
51
54
|
};
|
|
52
55
|
export {};
|
|
@@ -2,4 +2,4 @@ import { JRCCardProps } from './JRCCard';
|
|
|
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(
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCCardProps>;
|
|
@@ -29,7 +29,7 @@ export type JRCCardImgProps = {
|
|
|
29
29
|
};
|
|
30
30
|
lazyLoading?: boolean;
|
|
31
31
|
};
|
|
32
|
-
export declare const Actions: import(
|
|
32
|
+
export declare const Actions: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
|
|
33
33
|
position?: ActionsPosition;
|
|
34
34
|
}, never>;
|
|
35
35
|
export declare const JRCCardImg: (props: JRCCardImgProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCCardImgProps } from './JRCCardImg';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary: import(
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCCardImgProps>;
|
|
@@ -4,4 +4,4 @@ declare const _default: {
|
|
|
4
4
|
component: (props: JRCCollapseProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
|
-
export declare const Default: import(
|
|
7
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCCollapseProps>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AvatarWrapper: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCCommentsBlocProps } from './JRCCommentsBloc';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCCommentsBlocProps>;
|
|
@@ -2,4 +2,4 @@ import { JRCCropImageProps } from './JRCCropImage';
|
|
|
2
2
|
import { Meta } from '@storybook/react-webpack5';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCCropImageProps>;
|
|
@@ -4,4 +4,4 @@ declare const _default: {
|
|
|
4
4
|
component: (props: JRCDateProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
|
-
export declare const Default: import(
|
|
7
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCDateProps>;
|
|
@@ -4,5 +4,5 @@ declare const _default: {
|
|
|
4
4
|
component: ({ children, href, ...props }: JRCDisplayCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
|
-
export declare const Default: import(
|
|
8
|
-
export declare const Loading: import(
|
|
7
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCDisplayCardProps>;
|
|
8
|
+
export declare const Loading: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCDisplayCardProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseDndItem, JRCDndTwoLevelWithStackProps } from './types';
|
|
2
|
-
export declare const JRCDndTwoLevelWithStack: import(
|
|
2
|
+
export declare const JRCDndTwoLevelWithStack: import('react').MemoExoticComponent<(<T extends BaseDndItem = BaseDndItem>({ data, ItemComponent, EmptyStateComponent, onItemMove, onItemMoveToSection, onItemRemove, onSectionMove, onSectionAdd, onSectionRemove, onSectionLabelChange, canAddSections, canRemoveSections, canEditSectionLabels, canRemoveItems, addSectionText, emptyStateText, stackTitle: stackTitleProp, sectionsTitle: sectionsTitleProp, sectionErrors, sectionError, $maxHeight, }: JRCDndTwoLevelWithStackProps<T>) => import("react/jsx-runtime").JSX.Element)>;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export declare const Container: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
|
|
2
|
+
$maxHeight?: string;
|
|
3
|
+
}, never>;
|
|
4
|
+
export declare const StackContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StackContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const SectionsContainer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const SectionsHeader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const SectionsTitle: import('styled-components').StyledComponent<({ variant, ...props }: import('../..').JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, import('styled-components').DefaultTheme, {}, never>;
|
|
9
|
+
export declare const SectionLabel: import('styled-components').StyledComponent<"span", import('styled-components').DefaultTheme, {}, never>;
|
|
10
|
+
export declare const SectionsList: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
11
|
+
export declare const SectionWrapper: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
12
|
+
export declare const SectionHeader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
|
|
13
|
+
$hasItems: boolean;
|
|
14
|
+
}, never>;
|
|
15
|
+
export declare const SectionHeaderContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
16
|
+
export declare const DragHandle: import('styled-components').StyledComponent<({ color, variant, name, size, isMargin, className, faOptions, iconColor, role, label, }: import('../..').JRCIconProps) => import("react/jsx-runtime").JSX.Element, import('styled-components').DefaultTheme, {}, never>;
|
|
17
|
+
export declare const SectionLabelInput: import('styled-components').StyledComponent<import('react').ForwardRefExoticComponent<import('../../types/dataAttributes').DataCy & Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
18
|
+
width?: string;
|
|
19
|
+
autocomplete?: "on" | "off";
|
|
20
|
+
inputmode?: "text" | "numeric";
|
|
21
|
+
} & import('react').RefAttributes<HTMLInputElement>>, import('styled-components').DefaultTheme, {
|
|
22
|
+
$hasError: boolean;
|
|
23
|
+
}, never>;
|
|
24
|
+
export declare const RemoveButton: import('styled-components').StyledComponent<import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import('../../types/dataAttributes').DataCy & {
|
|
25
|
+
icon: string;
|
|
26
|
+
size?: "small" | "medium";
|
|
27
|
+
onClick?: (event?: import('react').MouseEvent<HTMLButtonElement>) => void;
|
|
28
|
+
name?: string;
|
|
29
|
+
value?: string;
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
type?: "submit" | "reset" | "button";
|
|
32
|
+
bgBaseGrey?: 0 | 1 | 2;
|
|
33
|
+
color?: import('../..').Colors | import('../..').Shades | "inherit";
|
|
34
|
+
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
35
|
+
variant?: "circle" | "square";
|
|
36
|
+
hasLicense?: boolean;
|
|
37
|
+
bg?: import('../..').Colors | import('../..').Shades;
|
|
38
|
+
bgHover?: import('../..').Colors | import('../..').Shades;
|
|
39
|
+
borderColor?: import('../..').Colors | import('../..').Shades;
|
|
40
|
+
iconSize?: number;
|
|
41
|
+
badgeNumber?: number;
|
|
42
|
+
colorVariant?: string;
|
|
43
|
+
badgeInline?: boolean;
|
|
44
|
+
href?: string;
|
|
45
|
+
srOnly?: string;
|
|
46
|
+
} & import('react').RefAttributes<HTMLButtonElement>>, import('styled-components').DefaultTheme, {}, never>;
|
|
47
|
+
export declare const SectionContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
48
|
+
export declare const EmptyState: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
49
|
+
export declare const AddSectionButton: import('styled-components').StyledComponent<"button", import('styled-components').DefaultTheme, {}, never>;
|
|
50
|
+
export declare const ErrorMessage: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const CSSFileViewer: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
2
|
+
export declare const CSSFileViewerHeader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const CSSFileViewerHeaderContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const CSSFileViewerDownload: import('styled-components').StyledComponent<"a", import('styled-components').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const CSSFileViewerFooter: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const CSSFileViewerContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const CSSFileViewerContentAudio: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const CSSFileViewerApplicationContent: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
9
|
+
export declare const CSSFileViewerApplicationContentWrapper: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
10
|
+
export declare const CSSFileViewerOptions: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
11
|
+
export declare const CSSFileViewerContentImage: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
12
|
+
export declare const CSSFileViewerContentVideo: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
13
|
+
export declare const CSSFileViewerArrowsButton: import('styled-components').StyledComponent<"button", import('styled-components').DefaultTheme, {}, never>;
|
|
14
|
+
export declare const CSSFileViewerStep: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
15
|
+
export declare const CSSFileViewerArrows: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
@@ -10,7 +10,7 @@ type FlexBoxProps = Omit<FastCssProps, 'display'> & {
|
|
|
10
10
|
childFull?: boolean;
|
|
11
11
|
'data-testid'?: string;
|
|
12
12
|
};
|
|
13
|
-
export declare const JRCFlexBox: import(
|
|
13
|
+
export declare const JRCFlexBox: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, FlexBoxProps, never>;
|
|
14
14
|
export type JRCFlexBoxProps = FlexBoxProps & {
|
|
15
15
|
as?: string;
|
|
16
16
|
};
|
|
@@ -4,4 +4,4 @@ declare const _default: {
|
|
|
4
4
|
component: ({ loadDocuments, allowMultiSelection, initialFolders, initialDocuments, onSelectFolder, onSelectDocument, handlers, onError, searchable, }: JRCFoldersProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
|
-
export declare const Folders: import(
|
|
7
|
+
export declare const Folders: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCFoldersProps>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const CSSTitleAccessor: import('styled-components').StyledComponent<"a", import('styled-components').DefaultTheme, {}, never>;
|
|
2
|
+
export declare const CSSTitle: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const CSSSubTitle: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const CSSDocument: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const CSSDocumentTitle: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const CSSDocumentOption: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const CSSActionElements: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const CSSIconAccessor: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
9
|
+
export declare const CSSActionAccessor: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
10
|
+
export declare const CSSEmptyWrapper: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
11
|
+
export declare const CSSOpacityFilter: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {
|
|
12
|
+
opacity?: number;
|
|
13
|
+
}, never>;
|
|
14
|
+
export declare const CSSPool: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
15
|
+
export declare const CSSListNoHead: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
16
|
+
export declare const CSSLoader: import('styled-components').StyledComponent<"div", import('styled-components').DefaultTheme, {}, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Gif } from 'jamespot-user-api';
|
|
2
|
-
declare const Gif: import(
|
|
2
|
+
declare const Gif: import('styled-components').StyledComponent<"img", import('styled-components').DefaultTheme, {
|
|
3
3
|
$aspectRatio: number;
|
|
4
4
|
}, never>;
|
|
5
5
|
type JRCGifSelectorProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
title: string;
|
|
3
|
-
component: (props: import(
|
|
3
|
+
component: (props: import('./JRCGrid').JRCGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const Grid_1_col: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCGroupListProps } from './JRCGroupList';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCGroupListProps>;
|
|
@@ -2,4 +2,4 @@ import { JRCStyledHrefProps } from './JRCHref';
|
|
|
2
2
|
import { Meta } from '@storybook/react-webpack5';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCStyledHrefProps>;
|
|
@@ -5,8 +5,8 @@ export type JRCHtmlProps = LimitLinesProps & {
|
|
|
5
5
|
as?: ElementType | keyof JSX.IntrinsicElements;
|
|
6
6
|
__html: string | undefined;
|
|
7
7
|
};
|
|
8
|
-
export declare const JRCHtml: import(
|
|
8
|
+
export declare const JRCHtml: import('react').ForwardRefExoticComponent<LimitLinesProps & {
|
|
9
9
|
className?: string;
|
|
10
10
|
as?: ElementType | keyof JSX.IntrinsicElements;
|
|
11
11
|
__html: string | undefined;
|
|
12
|
-
} & import(
|
|
12
|
+
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -2,4 +2,4 @@ import { JRCHtmlProps } from './JRCHtml';
|
|
|
2
2
|
import { Meta } from '@storybook/react-webpack5';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Default: import(
|
|
5
|
+
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCHtmlProps>;
|
|
@@ -45,7 +45,7 @@ export type JRCIconButtonProps = Omit<ComponentPropsWithoutRef<'button'>, 'onCli
|
|
|
45
45
|
href?: string;
|
|
46
46
|
srOnly?: string;
|
|
47
47
|
};
|
|
48
|
-
export declare const JRCIconButton: import(
|
|
48
|
+
export declare const JRCIconButton: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & DataCy & {
|
|
49
49
|
icon: string;
|
|
50
50
|
size?: "small" | "medium";
|
|
51
51
|
onClick?: (event?: MouseEvent<HTMLButtonElement>) => void;
|
|
@@ -67,5 +67,5 @@ export declare const JRCIconButton: import("react").ForwardRefExoticComponent<Om
|
|
|
67
67
|
badgeInline?: boolean;
|
|
68
68
|
href?: string;
|
|
69
69
|
srOnly?: string;
|
|
70
|
-
} & import(
|
|
70
|
+
} & import('react').RefAttributes<HTMLButtonElement>>;
|
|
71
71
|
export {};
|
|
@@ -2,7 +2,7 @@ import { Meta, StoryObj } from '@storybook/react-webpack5';
|
|
|
2
2
|
import { JRCIconButton, JRCIconButtonProps } from './JRCIconButton';
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
|
-
export declare const Primary: import(
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCIconButtonProps>;
|
|
6
6
|
type Story = StoryObj<typeof JRCIconButton>;
|
|
7
7
|
export declare const IconButtonWithBadgeMedium: Story;
|
|
8
8
|
export declare const IconButtonWithBadgeSmall: Story;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { JRCImgProps } from './JRCImg';
|
|
2
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCImgProps>;
|
|
6
|
+
export declare const FallbackUrl: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-webpack5').ReactRenderer, JRCImgProps>;
|