jamespot-react-components 1.3.43 → 1.3.45
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 +1010 -1163
- package/dist/jamespot-react-components.js +15118 -15256
- 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 -7
- package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +4 -4
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +4 -4
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +8 -8
- package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.d.ts +6 -0
- package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.stories.d.ts +5 -0
- package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFileRaw.d.ts +4 -0
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +42 -6
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +22 -4
- package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +3 -4
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +27 -26
- package/dist/src/components/Form/Input/JRCStyledInput.d.ts +21 -2
- package/dist/src/components/JRCAlbum/styles.d.ts +11 -11
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +14 -14
- package/dist/src/components/JRCButton/Button.d.ts +2 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +3 -3
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +1 -1
- package/dist/src/components/JRCCard/JRCCardImg.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +9 -9
- package/dist/src/components/JRCDragNDrop/styles.d.ts +18 -18
- 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 +1 -1
- package/dist/src/components/JRCList/JRCList.styles.d.ts +7 -7
- package/dist/src/components/JRCMessage/JRCMessage.d.ts +1 -1
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +10 -10
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +1 -1
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +5 -5
- package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCTabs/JRCTabs.d.ts +1 -1
- package/dist/src/components/JRCTooltip/JRCBaseTooltip.d.ts +4 -2
- package/dist/src/components/JRCTypo/JRCTypo.d.ts +6 -6
- package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +2 -2
- 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 +20 -20
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +5 -5
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +4 -4
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +6 -6
- package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +5 -5
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +5 -5
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +9 -9
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +13 -13
- package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +1 -1
- package/dist/src/components/Widgets/styles.d.ts +9 -9
- package/dist/src/components/index.d.ts +2 -0
- package/package.json +36 -36
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.