jamespot-react-components 1.2.32 → 1.2.34
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/build/jamespot-react-components.js +839 -805
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Common/SkipToContent.d.ts +1 -0
- package/build/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +11 -0
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +4 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +23 -33
- package/build/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +6 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +1 -1
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +22 -32
- package/build/src/components/JRCButton/JRCButton.d.ts +6 -0
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +2 -0
- package/build/src/components/JRCHtml/JRCHtml.d.ts +1 -1
- package/build/src/components/JRCIcon/JRCIcon.d.ts +3 -1
- package/build/src/components/JRCIconButton/JRCIconButton.d.ts +24 -14
- package/build/src/components/JRCList/JRCList.styles.d.ts +1 -0
- package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +3 -3
- package/build/src/components/JRCModal/JRCModalLayout.d.ts +1 -0
- package/build/src/components/JRCModal/templates/JRCModal.d.ts +1 -1
- package/build/src/components/JRCModal/templates/JRCModal.types.d.ts +2 -1
- package/build/src/components/JRCPublishButton/JRCPublishButton.d.ts +2 -1
- package/build/src/components/JRCPublishButton/PublishButtonEntry.d.ts +1 -0
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +1 -0
- package/build/src/components/JRCTabs/JRCTabs.d.ts +1 -1
- package/build/src/components/Templates/JRCPanel.d.ts +1 -1
- package/build/src/components/Templates/template.styles.d.ts +3 -2
- package/build/src/components/Templates/template.type.d.ts +4 -1
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +1 -32
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +25 -0
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +6 -0
- package/build/src/components/Widgets/const.d.ts +4 -0
- package/build/src/hooks/useModalAccessibility.d.ts +10 -0
- package/build/src/index.d.ts +2 -1
- package/build/src/types.d.ts +1 -1
- package/package.json +2 -2
- package/build/src/components/JRCEllipsis/JRCEllipsis.d.ts +0 -8
package/build/src/index.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export { JRCCropImage } from './components/JRCCropImage/JRCCropImage';
|
|
|
109
109
|
export { JRCDate } from './components/JRCDate/JRCDate';
|
|
110
110
|
export { JRCDisplayCard } from './components/JRCDisplayCard/JRCDisplayCard';
|
|
111
111
|
export { JRCDropDown } from './components/JRCDropDown/JRCDropDown';
|
|
112
|
-
export {
|
|
112
|
+
export { Deprecated_JRCEllipsis } from './components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis';
|
|
113
113
|
export { JRCEmptySpace } from './components/JRCEmptySpace/JRCEmptySpace';
|
|
114
114
|
export { JRCFile } from './components/JRCFile/JRCFile';
|
|
115
115
|
export { JRCFileAvatar } from './components/JRCFile/JRCFileAvatar';
|
|
@@ -202,6 +202,7 @@ export { JRCModalUserList } from './components/JRCModalUserList/JRCModalUserList
|
|
|
202
202
|
export { LabelDescriptionOption } from './components/Form/Input/JRCSelect/JRCInputSelect.defaults';
|
|
203
203
|
export { StyledInput } from './components/Form/Input/JRCStyledInput';
|
|
204
204
|
export { SROnly } from './components/Common/SROnly';
|
|
205
|
+
export { SkipToContent } from './components/Common/SkipToContent';
|
|
205
206
|
export { useAbortController } from './hooks/useAbortController';
|
|
206
207
|
export { useCancelOnUnmount } from './hooks/useCancelOnUnmount';
|
|
207
208
|
export { useDebounce } from './hooks/UseDebounce';
|
package/build/src/types.d.ts
CHANGED
|
@@ -54,7 +54,7 @@ export type { JRCColumnLeftProps } from './components/JRCColumnLeft/JRCColumnLef
|
|
|
54
54
|
export type { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnRight';
|
|
55
55
|
export type { JRCDateProps } from './components/JRCDate/JRCDate';
|
|
56
56
|
export type { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
|
|
57
|
-
export type { JRCEllipsisProps } from './components/
|
|
57
|
+
export type { JRCEllipsisProps } from './components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis';
|
|
58
58
|
export type { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
|
|
59
59
|
export type { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
|
|
60
60
|
export type { JRCFlexBoxProps } from './components/JRCFlex/JRCFlexBox';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.34",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"chroma-js": "^2.1.1",
|
|
100
100
|
"classnames": "^2.3.1",
|
|
101
101
|
"dompurify": "^3.0.5",
|
|
102
|
-
"jamespot-user-api": "^1.2.
|
|
102
|
+
"jamespot-user-api": "^1.2.34",
|
|
103
103
|
"react": "^17.x",
|
|
104
104
|
"react-beautiful-dnd": "^13.1.1",
|
|
105
105
|
"react-dnd": "^14.0.4",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCTooltipProps } from '../JRCTooltip/JRCTooltip';
|
|
3
|
-
export type JRCEllipsisProps = {
|
|
4
|
-
label?: string;
|
|
5
|
-
length: number;
|
|
6
|
-
position?: JRCTooltipProps['position'] | 'none';
|
|
7
|
-
};
|
|
8
|
-
export declare const JRCEllipsis: ({ label, length, position }: JRCEllipsisProps) => React.JSX.Element;
|