jamespot-react-components 1.0.69 → 1.0.78
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 +846 -823
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Common/util/getColor.util.d.ts +1 -1
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.d.ts +16 -0
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCFormImage/JRCFormImage.styles.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +1 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +28 -26
- package/build/src/components/JRCAlert/JRCAlert.d.ts +1 -2
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +1 -1
- package/build/src/components/JRCAvatar/JRCAvatar.d.ts +1 -2
- package/build/src/components/JRCButton/JRCButton.d.ts +3 -4
- package/build/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +1 -2
- package/build/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +1 -2
- package/build/src/components/JRCColumnRight/JRCColumnRight.d.ts +1 -2
- package/build/src/components/JRCFileOpen/JRCFileOpen.d.ts +1 -2
- package/build/src/components/JRCFolders/JRCFolders.d.ts +1 -2
- package/build/src/components/JRCGrid/JRCGrid.d.ts +1 -2
- package/build/src/components/JRCIcon/JRCIcon.d.ts +1 -2
- package/build/src/components/JRCImg/JRCImg.d.ts +3 -2
- package/build/src/components/JRCImg/url.util.d.ts +1 -0
- package/build/src/components/JRCLoader/JRCLoader.d.ts +3 -2
- package/build/src/components/JRCMenu/JRCMenu.d.ts +2 -2
- package/build/src/components/JRCModal/JRCModal.d.ts +1 -2
- package/build/src/components/JRCModalImg/JRCModalImg.d.ts +1 -2
- package/build/src/components/JRCPagination/JRCPagination.d.ts +1 -2
- package/build/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +1 -2
- package/build/src/components/JRCTooltip/JRCTooltip.d.ts +0 -1
- package/build/src/components/Templates/JRCContainer.d.ts +1 -2
- package/build/src/components/Templates/template.styles.d.ts +29 -29
- package/build/src/components/Templates/template.type.d.ts +1 -0
- package/build/src/index.d.ts +51 -75
- package/build/src/types.d.ts +49 -82
- package/package.json +3 -2
- package/storybook-static/344.cdfbe1f1.iframe.bundle.js +2 -0
- package/storybook-static/{174.f2e072e1.iframe.bundle.js.LICENSE.txt → 344.cdfbe1f1.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.0cb31935.iframe.bundle.js +1 -0
- package/storybook-static/174.f2e072e1.iframe.bundle.js +0 -2
- package/storybook-static/main.46cf1211.iframe.bundle.js +0 -1
package/build/src/index.d.ts
CHANGED
|
@@ -23,107 +23,83 @@ declare global {
|
|
|
23
23
|
* PLEASE RESPECT ALPHABETICAL ORDER
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
|
-
|
|
27
|
-
export {
|
|
28
|
-
|
|
29
|
-
export {
|
|
30
|
-
export { JRCAppHeader } from './components/JRCAppHeader/JRCAppHeader';
|
|
26
|
+
export { default as Resources } from './translation';
|
|
27
|
+
export { default as Theme } from './styles/theme';
|
|
28
|
+
export { JRCAlert } from './components/JRCAlert/JRCAlert';
|
|
29
|
+
export { JRCAppColumn } from './components/Templates/JRCAppColumn';
|
|
31
30
|
export { JRCAppContainer } from './components/JRCAppContainer/JRCAppContainer';
|
|
31
|
+
export { JRCAppHeader } from './components/JRCAppHeader/JRCAppHeader';
|
|
32
32
|
export { JRCAppLeftColumn } from './components/JRCAppLeftColumn/JRCAppLeftColumn';
|
|
33
|
-
import JRCAvatar from './components/JRCAvatar/JRCAvatar';
|
|
34
|
-
export { JRCAvatar };
|
|
35
33
|
export { JRCAutocompleteAudienceField } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience';
|
|
36
34
|
export { JRCAutocompleteCommunityField } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteCommunity';
|
|
37
35
|
export { JRCAutocompleteTaxonomyField } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy';
|
|
38
|
-
|
|
39
|
-
export { JRCButton };
|
|
40
|
-
|
|
41
|
-
export { JRCButtonDropdown };
|
|
42
|
-
|
|
43
|
-
export { JRCButtonDownload };
|
|
44
|
-
import { JRCButtonFile } from './components/JRCButtonFile/JRCButtonFile';
|
|
45
|
-
export { JRCButtonFile };
|
|
36
|
+
export { JRCAvatar } from './components/JRCAvatar/JRCAvatar';
|
|
37
|
+
export { JRCButton } from './components/JRCButton/JRCButton';
|
|
38
|
+
export { JRCButtonDownload } from './components/JRCButtonDownload/JRCButtonDownload';
|
|
39
|
+
export { JRCButtonDropdown } from './components/JRCButtonDropdown/JRCButtonDropdown';
|
|
40
|
+
export { JRCButtonFile } from './components/JRCButtonFile/JRCButtonFile';
|
|
46
41
|
export { JRCCard } from './components/JRCCard/JRCCard';
|
|
47
|
-
|
|
48
|
-
export { JRCColumnCenter };
|
|
49
|
-
|
|
50
|
-
export {
|
|
51
|
-
import JRCColumnRight from './components/JRCColumnRight/JRCColumnRight';
|
|
52
|
-
export { JRCColumnRight };
|
|
42
|
+
export { JRCColumn } from './components/Templates/JRCColumn';
|
|
43
|
+
export { JRCColumnCenter } from './components/JRCColumnCenter/JRCColumnCenter';
|
|
44
|
+
export { JRCColumnLeft } from './components/JRCColumnLeft/JRCColumnLeft';
|
|
45
|
+
export { JRCColumnRight } from './components/JRCColumnRight/JRCColumnRight';
|
|
53
46
|
export { JRCConditionalWrapper } from './components/Common/JRCConditionalWrapper';
|
|
47
|
+
export { JRCContainer } from './components/Templates/JRCContainer';
|
|
54
48
|
export { JRCDate } from './components/JRCDate/JRCDate';
|
|
49
|
+
export { JRCDraggingPlaceholder } from './components/Common/JRCDraggingPlaceholder';
|
|
50
|
+
export { JRCDropDown } from './components/JRCDropDown/JRCDropDown';
|
|
55
51
|
export { JRCEllipsis } from './components/JRCEllipsis/JRCEllipsis';
|
|
52
|
+
export { JRCFileOpen } from './components/JRCFileOpen/JRCFileOpen';
|
|
53
|
+
export { JRCFolders } from './components/JRCFolders/JRCFolders';
|
|
56
54
|
export { JRCFormCheckbox } from './components/Form/Input/JRCFormCheckbox/JRCFormCheckbox';
|
|
57
55
|
export { JRCFormColorField } from './components/Form/Input/JRCFormColor/JRCFormColor';
|
|
58
56
|
export { JRCFormDatetimeField } from './components/Form/Input/JRCFormDateTime/JRCFormDateTime';
|
|
59
57
|
export { JRCFormEmailField } from './components/Form/Input/JRCFormEmail/JRCFormEmail';
|
|
60
|
-
export { JRCFormNumberField } from './components/Form/Input/JRCFormNumber/JRCFormNumber';
|
|
61
58
|
export { JRCFormInputFile, JRCFormInputFileField } from './components/Form/Input/JRCFormFile/JRCFormFile';
|
|
62
|
-
export {
|
|
59
|
+
export { JRCFormInputImage, JRCFormInputImageField } from './components/Form/Input/JRCFormImage/JRCFormImage';
|
|
60
|
+
export { JRCFormNumberField } from './components/Form/Input/JRCFormNumber/JRCFormNumber';
|
|
63
61
|
export { JRCFormRangeField } from './components/Form/Input/JRCFormRange/JRCFormRange';
|
|
64
|
-
export { JRCFormRichTextField } from './components/Form/Input/JRCFormRichText/JRCFormRichTextField';
|
|
65
|
-
export { JRCFormSendAlertField } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
|
|
66
62
|
export { JRCFormReceiveACopyField } from './components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy';
|
|
67
|
-
export {
|
|
68
|
-
export { JRCFormUrlField } from './components/Form/Input/JRCFormURL/JRCFormUrl';
|
|
63
|
+
export { JRCFormRichTextField } from './components/Form/Input/JRCFormRichText/JRCFormRichTextField';
|
|
69
64
|
export { JRCFormSelectInput, JRCFormSelectField } from './components/Form/Input/JRCFormSelect/JRCFormSelect';
|
|
70
65
|
export { JRCFormSelectTagField } from './components/Form/Input/JRCFormSelect/JRCFormSelectTag';
|
|
71
|
-
|
|
72
|
-
export { JRCGrid };
|
|
73
|
-
import JRCPagination from './components/JRCPagination/JRCPagination';
|
|
74
|
-
export { JRCPagination };
|
|
66
|
+
export { JRCFormSendAlertField } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
|
|
75
67
|
export { JRCFormTextarea, JRCFormTextareaField } from './components/Form/Input/JRCFormTextarea/JRCFormTextarea';
|
|
76
|
-
export {
|
|
77
|
-
|
|
78
|
-
export {
|
|
79
|
-
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
|
|
83
|
-
export {
|
|
84
|
-
import JRCFolders from './components/JRCFolders/JRCFolders';
|
|
85
|
-
export { JRCFolders };
|
|
86
|
-
import JRCIcon from './components/JRCIcon/JRCIcon';
|
|
87
|
-
export { JRCIcon };
|
|
88
|
-
import { JRCIconButton } from './components/JRCIconButton/JRCIconButton';
|
|
89
|
-
export { JRCIconButton };
|
|
90
|
-
import JRCImg from './components/JRCImg/JRCImg';
|
|
91
|
-
export { JRCImg };
|
|
92
|
-
import JRCLoader from './components/JRCLoader/JRCLoader';
|
|
93
|
-
export { JRCLoader };
|
|
94
|
-
import JRCMenu from './components/JRCMenu/JRCMenu';
|
|
95
|
-
export { JRCMenu };
|
|
96
|
-
export { JRCTabs, JRCTabPanel } from './components/JRCTabs/JRCTabs';
|
|
97
|
-
export { JRCTag } from './components/JRCTag/JRCTag';
|
|
98
|
-
import JRCThemeProvider from './components/JRCThemeProvider/JRCThemeProvider';
|
|
99
|
-
export { JRCThemeProvider };
|
|
100
|
-
import JRCTooltip from './components/JRCTooltip/JRCTooltip';
|
|
101
|
-
export { JRCTooltip };
|
|
102
|
-
import { JRCH1, JRCH2, JRCH3, JRCH4, JRCH5, JRCText } from './components/JRCTypo/JRCTypo';
|
|
103
|
-
export { JRCH1, JRCH2, JRCH3, JRCH4, JRCH5, JRCText };
|
|
104
|
-
import { JRCTypography } from './components/JRCTypography/JRCTypography';
|
|
105
|
-
export { JRCTypography };
|
|
106
|
-
export { JRCValidationButton } from './components/JRCButton/JRCValidationButton';
|
|
107
|
-
export { default as Theme } from './styles/theme';
|
|
108
|
-
export { default as Resources } from './translation';
|
|
109
|
-
export { useTimeout } from './hooks/UseTimeout';
|
|
110
|
-
export { useDebounce } from './hooks/UseDebounce';
|
|
111
|
-
export { useDidMountEffect } from './hooks/UseDidMountEffect';
|
|
112
|
-
export { StyledInput } from './components/Form/Input/JRCStyledInput';
|
|
68
|
+
export { JRCFormTextField } from './components/Form/Input/JRCFormText/JRCFormText';
|
|
69
|
+
export { JRCFormUrlField } from './components/Form/Input/JRCFormURL/JRCFormUrl';
|
|
70
|
+
export { JRCGrid } from 'components/JRCGrid/JRCGrid';
|
|
71
|
+
export { JRCH1, JRCH2, JRCH3, JRCH4, JRCH5, JRCText } from './components/JRCTypo/JRCTypo';
|
|
72
|
+
export { JRCIcon } from './components/JRCIcon/JRCIcon';
|
|
73
|
+
export { JRCIconButton } from './components/JRCIconButton/JRCIconButton';
|
|
74
|
+
export { JRCImg } from './components/JRCImg/JRCImg';
|
|
75
|
+
export { JRCInputAutocomplete } from './components/Form/Input/JRCSelect/JRCInputAutocomplete';
|
|
113
76
|
export { JRCInputCheckbox } from './components/Form/Input/JRCInputCheckbox/JRCInputCheckbox';
|
|
77
|
+
export { JRCInputCommunity } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
|
|
78
|
+
export { JRCInputDate } from './components/Form/Input/JRCInputDate/JRCInputDate';
|
|
114
79
|
export { JRCInputEmail } from './components/Form/Input/JRCFormEmail/JRCInputEmail';
|
|
115
80
|
export { JRCInputSelect } from './components/Form/Input/JRCSelect/JRCInputSelect';
|
|
116
|
-
export { JRCInputAutocomplete } from './components/Form/Input/JRCSelect/JRCInputAutocomplete';
|
|
117
|
-
export { JRCInputCommunity } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
|
|
118
81
|
export { JRCInputText } from './components/Form/Input/JRCInputText/JRCInputText';
|
|
119
82
|
export { JRCInputTextarea } from './components/Form/Input/JRCInputTextarea/JRCInputTextarea';
|
|
120
|
-
export {
|
|
83
|
+
export { JRCList } from './components/JRCList/JRCList';
|
|
84
|
+
export { JRCLoader } from './components/JRCLoader/JRCLoader';
|
|
85
|
+
export { JRCMainColumn } from './components/Templates/JRCMainColumn';
|
|
86
|
+
export { JRCMenu } from './components/JRCMenu/JRCMenu';
|
|
87
|
+
export { JRCModal } from './components/JRCModal/JRCModal';
|
|
88
|
+
export { JRCModalImg } from './components/JRCModalImg/JRCModalImg';
|
|
89
|
+
export { JRCPagination } from './components/JRCPagination/JRCPagination';
|
|
90
|
+
export { JRCStyledHref, JRCLinkToUser, JRCLinkToArticle } from './components/JRCHref/JRCHref';
|
|
91
|
+
export { JRCTabs, JRCTabPanel } from './components/JRCTabs/JRCTabs';
|
|
92
|
+
export { JRCTag } from './components/JRCTag/JRCTag';
|
|
121
93
|
export { JRCTemplateBase } from './components/Templates/JRCBase.template';
|
|
122
94
|
export { JRCTemplateTwoColumns } from './components/Templates/JRCTwoColumns.template';
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
125
|
-
export {
|
|
126
|
-
export {
|
|
95
|
+
export { JRCThemeProvider } from './components/JRCThemeProvider/JRCThemeProvider';
|
|
96
|
+
export { JRCTooltip } from './components/JRCTooltip/JRCTooltip';
|
|
97
|
+
export { JRCTypography } from './components/JRCTypography/JRCTypography';
|
|
98
|
+
export { JRCValidationButton } from './components/JRCButton/JRCValidationButton';
|
|
99
|
+
export { StyledInput } from './components/Form/Input/JRCStyledInput';
|
|
100
|
+
export { useDebounce } from './hooks/UseDebounce';
|
|
101
|
+
export { useDidMountEffect } from './hooks/UseDidMountEffect';
|
|
102
|
+
export { useTimeout } from './hooks/UseTimeout';
|
|
127
103
|
/****
|
|
128
104
|
*
|
|
129
105
|
* PLEASE RESPECT ALPHABETICAL ORDER
|
package/build/src/types.d.ts
CHANGED
|
@@ -1,98 +1,65 @@
|
|
|
1
|
+
export { JRCAlertProps } from './components/JRCAlert/JRCAlert';
|
|
2
|
+
export { JRCAppColumnProps, JRCAppTabsProps, TabEventProps, JRCTabEntry, JRCMainColumnProps, JRCColumnProps, JRCContainerProps, } from './components/Templates/template.type';
|
|
3
|
+
export { JRCAppContainerProps } from './components/JRCAppContainer/JRCAppContainer';
|
|
1
4
|
export { JRCAppHeaderProps } from './components/JRCAppHeader/JRCAppHeader.types';
|
|
2
5
|
export { JRCAppLeftColumnProps, SectionEntry } from './components/JRCAppLeftColumn/JRCAppLeftColumn.types';
|
|
3
|
-
export {
|
|
4
|
-
|
|
5
|
-
export {
|
|
6
|
-
|
|
7
|
-
export {
|
|
6
|
+
export { JRCAutocompleteAudienceProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience';
|
|
7
|
+
export { JRCAutocompleteCommunityProps } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
|
|
8
|
+
export { JRCAutocompleteProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
|
|
9
|
+
export { JRCAutocompleteTaxonomyProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy';
|
|
10
|
+
export { JRCAvatarProps } from './components/JRCAvatar/JRCAvatar';
|
|
11
|
+
export { JRCButtonDownloadProps } from './components/JRCButtonDownload/JRCButtonDownload';
|
|
12
|
+
export { JRCButtonDropdownProps } from './components/JRCButtonDropdown/JRCButtonDropdown';
|
|
13
|
+
export { JRCButtonFileProps } from './components/JRCButtonFile/JRCButtonFile';
|
|
14
|
+
export { JRCButtonProps } from './components/JRCButton/JRCButton';
|
|
8
15
|
export { JRCCardProps } from './components/JRCCard/JRCCard';
|
|
16
|
+
export { JRCColumnCenterProps } from './components/JRCColumnCenter/JRCColumnCenter';
|
|
17
|
+
export { JRCColumnLeftProps } from './components/JRCColumnLeft/JRCColumnLeft';
|
|
18
|
+
export { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnRight';
|
|
9
19
|
export { JRCConditionalWrapperProps } from './components/Common/JRCConditionalWrapper';
|
|
10
|
-
export { JRCFormCheckboxProps } from './components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types';
|
|
11
|
-
import { JRCFormDateProps } from './components/Form/Input/JRCFormDateTime/JRCFormDateTime';
|
|
12
|
-
export { JRCFormDateProps };
|
|
13
|
-
import { JRCFormInputFileProps, JRCFormInputFileFieldProps } from './components/Form/Input/JRCFormFile/JRCFormFile';
|
|
14
|
-
export { JRCFormInputFileProps, JRCFormInputFileFieldProps };
|
|
15
|
-
import { JRCFormReceiveACopyInputProps } from './components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy';
|
|
16
|
-
export { JRCFormReceiveACopyInputProps };
|
|
17
|
-
import { JRCFormRangeProps } from './components/Form/Input/JRCFormRange/JRCFormRange';
|
|
18
|
-
export { JRCFormRangeProps };
|
|
19
|
-
import { JRCFormSelectProps } from './components/Form/Input/JRCFormSelect/JRCFormSelect';
|
|
20
|
-
export { JRCFormSelectProps };
|
|
21
|
-
import { JRCFormSendAlertInputProps } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
|
|
22
|
-
export { JRCFormSendAlertInputProps };
|
|
23
|
-
import { TextareaFormInputProps } from './components/Form/Input/JRCFormTextarea/JRCFormTextarea';
|
|
24
|
-
export { TextareaFormInputProps };
|
|
25
|
-
export { MessageType } from './components/Common/util/getColor.util';
|
|
26
|
-
export { JRCAlertProps } from './components/JRCAlert/JRCAlert';
|
|
27
|
-
import { JRCAvatarProps } from './components/JRCAvatar/JRCAvatar';
|
|
28
|
-
export { JRCAvatarProps };
|
|
29
|
-
import { JRCButtonProps } from './components/JRCButton/JRCButton';
|
|
30
|
-
export { JRCButtonProps };
|
|
31
|
-
export { JRCButtonDropdownProps } from './components/JRCButtonDropdown/JRCButtonDropdown';
|
|
32
|
-
import { JRCColumnCenterProps } from './components/JRCColumnCenter/JRCColumnCenter';
|
|
33
|
-
export { JRCColumnCenterProps };
|
|
34
|
-
import { JRCColumnLeftProps } from './components/JRCColumnLeft/JRCColumnLeft';
|
|
35
|
-
export { JRCColumnLeftProps };
|
|
36
|
-
import { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnRight';
|
|
37
|
-
export { JRCColumnRightProps };
|
|
38
20
|
export { JRCDateProps } from './components/JRCDate/JRCDate';
|
|
39
21
|
export { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
|
|
40
22
|
export { JRCEllipsisProps } from './components/JRCEllipsis/JRCEllipsis';
|
|
41
23
|
export { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
|
|
42
|
-
|
|
43
|
-
export {
|
|
44
|
-
|
|
45
|
-
export {
|
|
46
|
-
|
|
47
|
-
export {
|
|
48
|
-
|
|
49
|
-
export {
|
|
50
|
-
|
|
51
|
-
export {
|
|
52
|
-
|
|
53
|
-
export {
|
|
54
|
-
|
|
55
|
-
export {
|
|
56
|
-
|
|
57
|
-
export {
|
|
58
|
-
|
|
59
|
-
export {
|
|
60
|
-
|
|
61
|
-
export { JRCLinkToProps, JRCStyledHrefProps };
|
|
62
|
-
|
|
63
|
-
export {
|
|
64
|
-
|
|
65
|
-
export { JRCModalButtonType, JRCModalProps };
|
|
66
|
-
|
|
67
|
-
export {
|
|
68
|
-
import { JRCPaginationProps } from './components/JRCPagination/JRCPagination';
|
|
69
|
-
export { JRCPaginationProps };
|
|
24
|
+
export { JRCFormCheckboxProps } from './components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types';
|
|
25
|
+
export { JRCFormDateProps } from './components/Form/Input/JRCFormDateTime/JRCFormDateTime';
|
|
26
|
+
export { JRCFormInputFileProps, JRCFormInputFileFieldProps } from './components/Form/Input/JRCFormFile/JRCFormFile';
|
|
27
|
+
export { JRCFormInputImageProps, JRCFormInputImageFieldProps } from './components/Form/Input/JRCFormImage/JRCFormImage';
|
|
28
|
+
export { JRCFormRangeProps } from './components/Form/Input/JRCFormRange/JRCFormRange';
|
|
29
|
+
export { JRCFormReceiveACopyInputProps } from './components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy';
|
|
30
|
+
export { JRCFormSelectProps } from './components/Form/Input/JRCFormSelect/JRCFormSelect';
|
|
31
|
+
export { JRCFormSendAlertInputProps } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
|
|
32
|
+
export { JRCGridProps } from './components/JRCGrid/JRCGrid';
|
|
33
|
+
export { JRCH1Props, JRCH2Props, JRCH3Props, JRCH4Props, JRCH5Props, JRCTextProps } from './components/JRCTypo/JRCTypo';
|
|
34
|
+
export { JRCIconButtonProps } from './components/JRCIconButton/JRCIconButton';
|
|
35
|
+
export { JRCIconProps } from './components/JRCIcon/JRCIcon';
|
|
36
|
+
export { JRCImgProps } from './components/JRCImg/JRCImg';
|
|
37
|
+
export { JRCInputCheckboxProps, InputCheckboxProps, CheckboxValue, CheckboxOption, InnerProps, } from './components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types';
|
|
38
|
+
export { JRCInputDateProps } from './components/Form/Input/JRCInputDate/JRCInputDate';
|
|
39
|
+
export { JRCInputFieldProps } from './components/Form/Input/Common/JRCFormFieldRenderer.types';
|
|
40
|
+
export { JRCInputSelectProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
|
|
41
|
+
export { JRCInputTextareaProps } from './components/Form/Input/JRCInputTextarea/JRCInputTextarea';
|
|
42
|
+
export { JRCInputTextProps } from './components/Form/Input/JRCInputText/JRCInputText';
|
|
43
|
+
export { JRCLinkToProps, JRCStyledHrefProps } from './components/JRCHref/JRCHref';
|
|
44
|
+
export { JRCListProps } from './components/JRCList/JRCList';
|
|
45
|
+
export { JRCLoaderProps } from './components/JRCLoader/JRCLoader';
|
|
46
|
+
export { JRCMenuProps, JRCMenuItemProps } from './components/JRCMenu/JRCMenu';
|
|
47
|
+
export { JRCModalButtonType, JRCModalProps } from './components/JRCModal/JRCModal';
|
|
48
|
+
export { JRCModalImgButtonType, JRCModalImgProps } from './components/JRCModalImg/JRCModalImg';
|
|
49
|
+
export { JRCPaginationProps } from './components/JRCPagination/JRCPagination';
|
|
70
50
|
export { JRCTabsProps, JRCTabPanelProps } from './components/JRCTabs/JRCTabs';
|
|
71
51
|
export { JRCTagProps } from './components/JRCTag/JRCTag';
|
|
72
|
-
import { JRCThemeProviderProps } from './components/JRCThemeProvider/JRCThemeProvider';
|
|
73
|
-
export { JRCThemeProviderProps };
|
|
74
|
-
import { JRCTooltipProps } from './components/JRCTooltip/JRCTooltip';
|
|
75
|
-
export { JRCTooltipProps };
|
|
76
|
-
import { ThemeConfigOptions } from './styles/theme';
|
|
77
|
-
export { ThemeConfigOptions };
|
|
78
|
-
import { JRCValueLabelProps } from './components/Form/Common/types';
|
|
79
|
-
export { JRCValueLabelProps };
|
|
80
|
-
import { JRCWritableFormInputProps } from './components/Form/Input/JRCFormFieldRender';
|
|
81
|
-
export { JRCWritableFormInputProps };
|
|
82
52
|
export { JRCTemplateBaseProps } from './components/Templates/JRCBase.template';
|
|
83
53
|
export { JRCTemplateTwoColumnsProps } from './components/Templates/JRCTwoColumns.template';
|
|
84
|
-
|
|
85
|
-
export {
|
|
54
|
+
export { JRCThemeProviderProps } from './components/JRCThemeProvider/JRCThemeProvider';
|
|
55
|
+
export { JRCTooltipProps } from './components/JRCTooltip/JRCTooltip';
|
|
56
|
+
export { JRCTypographyProps } from './components/JRCTypography/JRCTypography.d';
|
|
86
57
|
export { JRCValidationButtonProps } from './components/JRCButton/JRCValidationButton';
|
|
87
|
-
export
|
|
88
|
-
export {
|
|
89
|
-
export {
|
|
90
|
-
export {
|
|
91
|
-
export {
|
|
92
|
-
export { JRCInputSelectProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
|
|
93
|
-
export { JRCAutocompleteProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
|
|
94
|
-
export { JRCAutocompleteCommunityProps } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
|
|
95
|
-
export { JRCAppColumnProps, JRCAppTabsProps, TabEventProps, JRCTabEntry, JRCMainColumnProps, JRCColumnProps, JRCContainerProps, } from './components/Templates/template.type';
|
|
58
|
+
export { JRCValueLabelProps } from './components/Form/Common/types';
|
|
59
|
+
export { JRCWritableFormInputProps } from './components/Form/Input/JRCFormFieldRender';
|
|
60
|
+
export { MessageType } from './components/Common/util/getColor.util';
|
|
61
|
+
export { TextareaFormInputProps } from './components/Form/Input/JRCFormTextarea/JRCFormTextarea';
|
|
62
|
+
export { ThemeConfigOptions } from './styles/theme';
|
|
96
63
|
/****
|
|
97
64
|
*
|
|
98
65
|
* PLEASE RESPECT ALPHABETICAL ORDER
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./build/jamespot-react-components.js",
|
|
6
6
|
"types": "./build/src/index.d.ts",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"css-loader": "^4.2.1",
|
|
68
68
|
"eslint": "^8.2.0",
|
|
69
69
|
"eslint-config-prettier": "^8.3.0",
|
|
70
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
70
71
|
"file-loader": "^6.2.0",
|
|
71
72
|
"html-webpack-plugin": "^5.5.0",
|
|
72
73
|
"husky": "^7.0.4",
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"@types/redux-logger": "^3.0.8",
|
|
98
99
|
"chroma-js": "^2.1.1",
|
|
99
100
|
"classnames": "^2.3.1",
|
|
100
|
-
"jamespot-user-api": "^1.0.
|
|
101
|
+
"jamespot-user-api": "^1.0.47",
|
|
101
102
|
"moment": "^2.29.1",
|
|
102
103
|
"react": "^17.x",
|
|
103
104
|
"react-dnd": "^14.0.4",
|