jamespot-react-components 1.3.11 → 1.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/dist/jamespot-react-components.cjs +6845 -0
  2. package/dist/jamespot-react-components.js +43674 -2188
  3. package/dist/src/components/Common/BorderRadius.d.ts +2 -2
  4. package/dist/src/components/Common/DashedFocusBorder.d.ts +2 -2
  5. package/dist/src/components/Common/FastCss.d.ts +1 -1
  6. package/dist/src/components/Common/JRCDraggingPlaceholder.d.ts +1 -1
  7. package/dist/src/components/Common/LimitLines.d.ts +1 -1
  8. package/dist/src/components/Common/SROnly.d.ts +1 -1
  9. package/dist/src/components/Common/SkipToContent.d.ts +1 -1
  10. package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
  11. package/dist/src/components/Drives/components/EntityItem.d.ts +2 -2
  12. package/dist/src/components/Drives/drive.style.d.ts +3 -3
  13. package/dist/src/components/Editors/components/Editor.style.d.ts +7 -6
  14. package/dist/src/components/Editors/components/EditorInput.d.ts +2 -1
  15. package/dist/src/components/Editors/components/EditorInputNumber.d.ts +5 -0
  16. package/dist/src/components/Editors/components/EditorPositionToggle.d.ts +2 -2
  17. package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +3 -4
  18. package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +2 -2
  19. package/dist/src/components/Form/Input/JRCInputCSSPosition/JRCInputCSSPosition.d.ts +13 -0
  20. package/dist/src/components/Form/Input/JRCInputCSSPosition/JRCInputCSSPositionRaw.d.ts +10 -0
  21. package/dist/src/components/Form/Input/JRCInputCSSPosition/const.d.ts +17 -0
  22. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +5 -5
  23. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +3 -2
  24. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +2 -2
  25. package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +3 -3
  26. package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +3 -3
  27. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +5 -5
  28. package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +2 -1
  29. package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
  30. package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +5 -5
  31. package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +12 -12
  32. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -1
  33. package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +31 -9
  34. package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +27 -9
  35. package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +4 -6
  36. package/dist/src/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +1 -0
  37. package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +2 -3
  38. package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +3 -3
  39. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +38 -305
  40. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +2 -1
  41. package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +2 -1
  42. package/dist/src/components/Form/Input/JRCStyledInput.d.ts +6 -13
  43. package/dist/src/components/JRCAlbum/styles.d.ts +17 -17
  44. package/dist/src/components/JRCAlert/JRCAlert.d.ts +1 -1
  45. package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
  46. package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +44 -24
  47. package/dist/src/components/JRCButton/Button.d.ts +1 -1
  48. package/dist/src/components/JRCButton/types.d.ts +5 -2
  49. package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +26 -6
  50. package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +2 -2
  51. package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +8 -8
  52. package/dist/src/components/JRCCalendar/types.d.ts +7 -3
  53. package/dist/src/components/JRCCalendar/useCalendarDate.d.ts +10 -0
  54. package/dist/src/components/JRCCard/JRCCardImg.d.ts +2 -2
  55. package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
  56. package/dist/src/components/JRCDragNDrop/DndProvider.d.ts +2 -1
  57. package/dist/src/components/JRCDragNDrop/Draggable.d.ts +2 -1
  58. package/dist/src/components/JRCDragNDrop/Droppable.d.ts +3 -2
  59. package/dist/src/components/JRCDragNDrop/styles.d.ts +59 -23
  60. package/dist/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +2 -2
  61. package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -15
  62. package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
  63. package/dist/src/components/JRCFolders/styles.d.ts +15 -15
  64. package/dist/src/components/JRCGifSelector/JRCGifSelector.d.ts +2 -2
  65. package/dist/src/components/JRCHtml/JRCHtml.d.ts +1 -1
  66. package/dist/src/components/JRCList/JRCList.d.ts +2 -2
  67. package/dist/src/components/JRCList/JRCList.styles.d.ts +15 -14
  68. package/dist/src/components/JRCMenu/JRCMenu.d.ts +3 -2
  69. package/dist/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -1
  70. package/dist/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
  71. package/dist/src/components/JRCModal/JRCModal.styles.d.ts +16 -16
  72. package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
  73. package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +2 -2
  74. package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +9 -9
  75. package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
  76. package/dist/src/components/JRCSkeleton/common.d.ts +1 -1
  77. package/dist/src/components/JRCTabs/JRCTabs.d.ts +2 -2
  78. package/dist/src/components/JRCTypo/JRCTypo.d.ts +7 -7
  79. package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
  80. package/dist/src/components/Stepper/JRCStepper.style.d.ts +3 -3
  81. package/dist/src/components/Templates/AppColumn.d.ts +1 -1
  82. package/dist/src/components/Templates/MainColumn.d.ts +1 -1
  83. package/dist/src/components/Templates/template.styles.d.ts +29 -313
  84. package/dist/src/components/Templates/template.type.d.ts +1 -1
  85. package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -2
  86. package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +8 -8
  87. package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +1 -1
  88. package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +5 -5
  89. package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +8 -8
  90. package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +2 -2
  91. package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +7 -7
  92. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +6 -6
  93. package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +1 -1
  94. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +4 -2
  95. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +11 -11
  96. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +4 -2
  97. package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +18 -18
  98. package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
  99. package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +2 -0
  100. package/dist/src/components/Widgets/styles.d.ts +11 -11
  101. package/dist/src/hooks/UseDidMountEffect.d.ts +1 -1
  102. package/dist/src/hooks/index.d.ts +11 -0
  103. package/dist/src/hooks/useModalAccessibility.d.ts +2 -2
  104. package/dist/src/hooks/useThemeContext.d.ts +1 -0
  105. package/dist/src/index.d.ts +1 -9
  106. package/dist/src/styles/utils.d.ts +1 -0
  107. package/dist/src/translation/lang.json.d.ts +4 -0
  108. package/eslint.config.js +92 -0
  109. package/package.json +32 -32
  110. package/dist/jamespot-react-components.mjs +0 -51136
  111. package/dist/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts +0 -1
  112. package/dist/src/components/Widgets/JRCWidgetTable/utils.test.d.ts +0 -1
  113. package/dist/src/components/Widgets/const.test.d.ts +0 -1
  114. package/dist/src/components/Widgets/utils.test.d.ts +0 -1
  115. package/dist/src/utils/utils.array.test.d.ts +0 -1
  116. package/dist/src/utils/utils.color.test.d.ts +0 -1
  117. package/dist/src/utils/utils.date.test.d.ts +0 -1
  118. package/dist/src/utils/utils.html.test.d.ts +0 -1
  119. package/dist/src/utils/utils.object.test.d.ts +0 -1
  120. package/dist/src/utils/utils.regexp.test.d.ts +0 -1
  121. package/dist/src/utils/utils.string.test.d.ts +0 -1
  122. package/dist/src/utils/utils.time.test.d.ts +0 -1

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.