jamespot-react-components 1.3.10 → 1.3.12
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/jamespot-react-components.cjs +6845 -0
- package/dist/jamespot-react-components.js +43674 -2188
- package/dist/src/components/Common/BorderRadius.d.ts +2 -2
- package/dist/src/components/Common/DashedFocusBorder.d.ts +2 -2
- package/dist/src/components/Common/FastCss.d.ts +1 -1
- package/dist/src/components/Common/JRCDraggingPlaceholder.d.ts +1 -1
- package/dist/src/components/Common/LimitLines.d.ts +1 -1
- package/dist/src/components/Common/SROnly.d.ts +1 -1
- package/dist/src/components/Common/SkipToContent.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityItem.d.ts +2 -2
- package/dist/src/components/Drives/drive.style.d.ts +3 -3
- package/dist/src/components/Editors/components/Editor.style.d.ts +7 -6
- package/dist/src/components/Editors/components/EditorInput.d.ts +2 -1
- package/dist/src/components/Editors/components/EditorInputNumber.d.ts +5 -0
- package/dist/src/components/Editors/components/EditorPositionToggle.d.ts +2 -2
- package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +3 -4
- package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCSSPosition/JRCInputCSSPosition.d.ts +13 -0
- package/dist/src/components/Form/Input/JRCInputCSSPosition/JRCInputCSSPositionRaw.d.ts +10 -0
- package/dist/src/components/Form/Input/JRCInputCSSPosition/const.d.ts +17 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +5 -5
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +3 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +3 -3
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +3 -3
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +5 -5
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +2 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +5 -5
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +12 -12
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +31 -9
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +27 -9
- package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +4 -6
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +1 -0
- package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +2 -3
- package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +3 -3
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +38 -305
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +2 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +2 -1
- package/dist/src/components/Form/Input/JRCStyledInput.d.ts +6 -13
- package/dist/src/components/JRCAlbum/styles.d.ts +17 -17
- package/dist/src/components/JRCAlert/JRCAlert.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +44 -24
- package/dist/src/components/JRCButton/Button.d.ts +1 -1
- package/dist/src/components/JRCButton/types.d.ts +5 -2
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +26 -6
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +2 -2
- package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +8 -8
- package/dist/src/components/JRCCalendar/types.d.ts +7 -3
- package/dist/src/components/JRCCalendar/useCalendarDate.d.ts +10 -0
- package/dist/src/components/JRCCard/JRCCardImg.d.ts +2 -2
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/DndProvider.d.ts +2 -1
- package/dist/src/components/JRCDragNDrop/Draggable.d.ts +2 -1
- package/dist/src/components/JRCDragNDrop/Droppable.d.ts +3 -2
- package/dist/src/components/JRCDragNDrop/styles.d.ts +59 -23
- package/dist/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +2 -2
- package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -15
- package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
- package/dist/src/components/JRCFolders/styles.d.ts +15 -15
- package/dist/src/components/JRCGifSelector/JRCGifSelector.d.ts +2 -2
- package/dist/src/components/JRCHtml/JRCHtml.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.d.ts +2 -2
- package/dist/src/components/JRCList/JRCList.styles.d.ts +15 -14
- package/dist/src/components/JRCMenu/JRCMenu.d.ts +3 -2
- package/dist/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -1
- package/dist/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +16 -16
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +2 -2
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +9 -9
- package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/common.d.ts +1 -1
- package/dist/src/components/JRCTabs/JRCTabs.d.ts +2 -2
- package/dist/src/components/JRCTypo/JRCTypo.d.ts +7 -7
- package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +3 -3
- package/dist/src/components/Templates/AppColumn.d.ts +1 -1
- package/dist/src/components/Templates/MainColumn.d.ts +1 -1
- package/dist/src/components/Templates/template.styles.d.ts +29 -313
- package/dist/src/components/Templates/template.type.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +8 -8
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +5 -5
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +8 -8
- package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +7 -7
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +6 -6
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +4 -2
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +11 -11
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +4 -2
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +18 -18
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
- package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +2 -0
- package/dist/src/components/Widgets/styles.d.ts +11 -11
- package/dist/src/hooks/UseDidMountEffect.d.ts +1 -1
- package/dist/src/hooks/index.d.ts +11 -0
- package/dist/src/hooks/useModalAccessibility.d.ts +2 -2
- package/dist/src/hooks/useThemeContext.d.ts +1 -0
- package/dist/src/index.d.ts +1 -9
- package/dist/src/styles/utils.d.ts +1 -0
- package/dist/src/translation/lang.json.d.ts +4 -0
- package/eslint.config.js +92 -0
- package/package.json +32 -32
- package/dist/jamespot-react-components.mjs +0 -51136
- package/dist/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts +0 -1
- package/dist/src/components/Widgets/JRCWidgetTable/utils.test.d.ts +0 -1
- package/dist/src/components/Widgets/const.test.d.ts +0 -1
- package/dist/src/components/Widgets/utils.test.d.ts +0 -1
- package/dist/src/utils/utils.array.test.d.ts +0 -1
- package/dist/src/utils/utils.color.test.d.ts +0 -1
- package/dist/src/utils/utils.date.test.d.ts +0 -1
- package/dist/src/utils/utils.html.test.d.ts +0 -1
- package/dist/src/utils/utils.object.test.d.ts +0 -1
- package/dist/src/utils/utils.regexp.test.d.ts +0 -1
- package/dist/src/utils/utils.string.test.d.ts +0 -1
- package/dist/src/utils/utils.time.test.d.ts +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|