jamespot-react-components 1.0.152 → 1.0.153

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.
@@ -1 +1 @@
1
- export declare function getNewValue<Value>(value: number[] | string[] | Value[] | undefined, optionValue: string | number | Value, checked: boolean, defaultEmptyValue?: undefined | Value[]): (string | number | Value)[];
1
+ export declare function getNewValue<Value>(value: string[] | number[] | Value[] | undefined, optionValue: string | number | Value, checked: boolean, defaultEmptyValue?: undefined | Value[]): (string | number | Value)[];
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const IconBefore: import("styled-components").StyledComponent<({ color, variant, name, size, isMargin, className, }: import("components/JRCIcon/JRCIcon").JRCIconProps) => import("react").JSX.Element, import("styled-components").DefaultTheme, {}, never>;
2
3
  export declare const IconAfter: import("styled-components").StyledComponent<{
3
4
  ({ hasLicense, ...props }: Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import("../../../../types/dataAttributes").DataCy & {
@@ -7,7 +8,7 @@ export declare const IconAfter: import("styled-components").StyledComponent<{
7
8
  name?: string | undefined;
8
9
  value?: string | undefined;
9
10
  disabled?: boolean | undefined;
10
- type?: "button" | "submit" | "reset" | undefined;
11
+ type?: "button" | "reset" | "submit" | undefined;
11
12
  bgBaseGrey?: 0 | 1 | 2 | undefined;
12
13
  color?: import("../../../../styles/theme").Colors | import("../../../../styles/theme").Shades | "inherit" | undefined;
13
14
  tooltip?: Omit<import("../../../..").JRCTooltipProps, "children"> | undefined;
@@ -28,7 +28,7 @@ export declare const JRCIconButtonAppLeftColumn: import("styled-components").Sty
28
28
  name?: string | undefined;
29
29
  value?: string | undefined;
30
30
  disabled?: boolean | undefined;
31
- type?: "button" | "submit" | "reset" | undefined;
31
+ type?: "button" | "reset" | "submit" | undefined;
32
32
  bgBaseGrey?: 0 | 1 | 2 | undefined;
33
33
  color?: import("../../styles/theme").Colors | import("../../styles/theme").Shades | "inherit" | undefined;
34
34
  tooltip?: Omit<import("../..").JRCTooltipProps, "children"> | undefined;
@@ -2,8 +2,8 @@ import * as React from 'react';
2
2
  import { JRCFileViewerProps } from './types';
3
3
  export declare const JRCFileViewer: <T extends {
4
4
  title: string;
5
- id: number;
6
5
  type: string;
6
+ id: number;
7
7
  uri: string;
8
8
  mainType: string;
9
9
  dateCreation: string;
@@ -7,6 +7,6 @@ export type JRCHtmlProps = LimitLinesProps & {
7
7
  };
8
8
  export declare const JRCHtml: React.ForwardRefExoticComponent<LimitLinesProps & {
9
9
  className?: string | undefined;
10
- as?: "symbol" | "object" | "g" | "b" | "div" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "base" | "bdi" | "bdo" | "big" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "menuitem" | "meta" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "select" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
10
+ as?: "symbol" | "object" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "button" | "canvas" | "caption" | "cite" | "code" | "col" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "input" | "ins" | "kbd" | "label" | "legend" | "li" | "link" | "main" | "map" | "mark" | "menu" | "meta" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "slot" | "small" | "source" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "g" | "big" | "keygen" | "menuitem" | "noindex" | "param" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view" | React.ComponentClass<any, any> | React.FunctionComponent<any> | undefined;
11
11
  __html: string | undefined;
12
12
  } & React.RefAttributes<HTMLDivElement>>;
@@ -17,14 +17,14 @@ export declare const JRCModalContainer: import("styled-components").StyledCompon
17
17
  export declare const JRCModalTitle: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
18
18
  export declare const JRCModalOptions: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
19
19
  export declare const JRCModalBody: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
20
- modalOverflow?: "hidden" | "visible" | "scroll" | undefined;
20
+ modalOverflow?: "hidden" | "scroll" | "visible" | undefined;
21
21
  }, never>;
22
22
  export declare const JRCModalContentFull: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
23
23
  export declare const JRCModalContentScrollbox: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
24
24
  export declare const JRCModalHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
25
- modalOverflow?: "hidden" | "visible" | "scroll" | undefined;
25
+ modalOverflow?: "hidden" | "scroll" | "visible" | undefined;
26
26
  }, never>;
27
27
  export declare const JRCModalFooter: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
28
- modalOverflow?: "hidden" | "visible" | "scroll" | undefined;
28
+ modalOverflow?: "hidden" | "scroll" | "visible" | undefined;
29
29
  }, never>;
30
30
  export declare const JRCModalClose: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -9,4 +9,4 @@ export declare const SIZES: Readonly<{
9
9
  xxl: 24;
10
10
  xxxl: 32;
11
11
  }>;
12
- export declare const Typography: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, Pick<JRCTypographyProps, "color" | "size" | "weight" | "align"> & FastCssProps, never>;
12
+ export declare const Typography: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, Pick<JRCTypographyProps, "color" | "size" | "align" | "weight"> & FastCssProps, never>;
@@ -1,88 +1,85 @@
1
1
  export * from './components/Form/Common/types';
2
- export { JRCAlertProps } from './components/JRCAlert/JRCAlert';
3
- export { JRCAppColumnProps, JRCAppTabsProps, TabEventProps, JRCTabEntry, JRCMainColumnProps, JRCColumnProps, JRCContainerProps, LayoutMode, } from './components/Templates/template.type';
4
- export { JRCAppContainerProps } from './components/JRCAppContainer/JRCAppContainer';
5
- export { JRCAppHeaderProps } from './components/JRCAppHeader/JRCAppHeader.types';
6
- export { JRCAppLeftColumnProps, SectionEntry } from './components/JRCAppLeftColumn/JRCAppLeftColumn.types';
7
- export { JRCAutocompleteAudienceProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience';
8
- export { JRCAutocompleteCommunityProps } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
9
- export { JRCAutocompleteProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
10
- export { JRCInputSelectHierarchicalTreeProps } from './components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree';
11
- export { JRCInputSelectListProps } from './components/Form/Input/JRCSelect/JRCInputSelectList';
12
- export { JRCAutocompleteTaxonomyProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy';
13
- export { JRCAvatarProps } from './components/JRCAvatar/JRCAvatar';
14
- export { JRCBaseTooltipProps } from './components/JRCTooltip/JRCBaseTooltip';
15
- export { JRCButtonDownloadProps } from './components/JRCButtonDownload/JRCButtonDownload';
16
- export { JRCButtonDropdownProps, JRCButtonDropdownOptionProps, } from './components/JRCButtonDropdown/JRCButtonDropdown.types';
17
- export { JRCButtonFileProps } from './components/JRCButtonFile/JRCButtonFile';
18
- export { JRCButtonProps } from './components/JRCButton/JRCButton';
19
- export { JRCCardProps } from './components/JRCCard/JRCCard';
20
- export { JRCCardImgProps } from './components/JRCCard/JRCCardImg';
21
- export { JRCColumnCenterProps } from './components/JRCColumnCenter/JRCColumnCenter';
22
- export { JRCColumnLeftProps } from './components/JRCColumnLeft/JRCColumnLeft';
23
- export { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnRight';
24
- export { JRCConditionalWrapperProps } from './components/Common/JRCConditionalWrapper';
25
- export { JRCDateProps } from './components/JRCDate/JRCDate';
26
- export { JRCDragAndDropProps } from './components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop';
27
- export { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
28
- export { JRCEllipsisProps } from './components/JRCEllipsis/JRCEllipsis';
29
- export { JRCFadeStepper } from './components/Stepper/JRCFadeStepper';
30
- export { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
31
- export { JRCFlexBoxProps } from './components/JRCFlex/JRCFlexBox';
32
- export { JRCFormCheckboxProps } from './components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types';
33
- export { JRCFormDateProps } from './components/Form/Input/JRCFormDateTime/JRCFormDateTime';
34
- export { JRCFormInputFileProps, JRCFormInputFileFieldProps } from './components/Form/Input/JRCFormFile/JRCFormFile';
35
- export { JRCFormInputImageProps, JRCFormInputImageFieldProps } from './components/Form/Input/JRCFormImage/JRCFormImage';
36
- export { JRCFormRangeProps } from './components/Form/Input/JRCFormRange/JRCFormRange';
37
- export { JRCFormReceiveACopyInputProps } from './components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy';
38
- export { RichTextValue, FormRichTextFieldProps } from './components/Form/Input/JRCFormRichText/JRCFormRichTextField';
39
- export { JRCFormSelectProps } from './components/Form/Input/JRCFormSelect/JRCFormSelect';
40
- export { JRCFormSendAlertInputProps } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
41
- export { JRCGridProps } from './components/JRCGrid/JRCGrid';
42
- export { JRCH1Props, JRCH2Props, JRCH3Props, JRCH4Props, JRCH5Props, JRCTextProps } from './components/JRCTypo/JRCTypo';
43
- export { JRCHtmlProps } from './components/JRCHtml/JRCHtml';
44
- export { JRCIconButtonProps } from './components/JRCIconButton/JRCIconButton';
45
- export { JRCIconProps } from './components/JRCIcon/JRCIcon';
46
- export { JRCImageStepper } from './components/Stepper/JRCImageStepper';
47
- export { JRCImgProps } from './components/JRCImg/JRCImg';
48
- export { JRCInputCheckboxProps, InputCheckboxProps, CheckboxValue, CheckboxOption, InnerProps, } from './components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types';
49
- export { JRCInputDateProps } from './components/Form/Input/JRCInputDate/JRCInputDate';
50
- export { JRCInputFileProps } from './components/Form/Input/JRCInputFile/JRCInputFile';
51
- export { JRCInputImageProps } from './components/Form/Input/JRCInputImage/JRCInputImage';
52
- export { JRCInputFieldProps, NameControl } from './components/Form/Input/Common/JRCFormFieldRenderer.types';
53
- export { JRCInputSelectProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
54
- export { JRCInputTextareaProps } from './components/Form/Input/JRCInputTextarea/JRCInputTextarea';
55
- export { JRCInputTextProps } from './components/Form/Input/JRCInputText/JRCInputText';
56
- export { JRCInputTextIconButtonProps } from './components/Form/Input/JRCInputText/JRCInputTextIconButton';
57
- export { JRCInputTimeProps } from './components/Form/Input/JRCInputTime/JRCInputTime';
58
- export { JRCInputUrlProps } from './components/Form/Input/JRCInputUrl/JRCInputUrl';
59
- export { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
60
- export { JRCLinkToProps, JRCStyledHrefProps } from './components/JRCHref/JRCHref';
61
- export { JRCListProps, PaginationPagination } from './components/JRCList/JRCList';
62
- export { JRCLoaderProps } from './components/JRCLoader/JRCLoader';
63
- export { JRCMenuProps, JRCMenuItemProps } from './components/JRCMenu/JRCMenu';
64
- export { JRCModalProps, JRCModalFormProps } from './components/JRCModal/templates/JRCModal.types';
65
- export { JRCModalContentProps, JRCModalButtonType } from './components/JRCModal/JRCModalContent';
66
- export { JRCModalContentFormProps, JRCModalFormButtonType } from './components/JRCModal/JRCModalContentForm';
67
- export { JRCModalImgButtonType, JRCModalImgProps } from './components/JRCModalImg/JRCModalImg';
68
- export { JRCModalLayoutProps } from './components/JRCModal/JRCModalLayout';
69
- export { JRCPaginationProps } from './components/JRCPagination/JRCPagination';
70
- export { JRCSkeletonLineProps } from './components/JRCSkeleton/JRCSkeletonLine';
71
- export { JRCSkeletonSquareProps } from './components/JRCSkeleton/JRCSkeletonSquare';
72
- export { JRCStepper } from './components/Stepper/JRCStepper';
73
- export { JRCTabsProps, JRCTabPanelProps } from './components/JRCTabs/JRCTabs';
74
- export { JRCTagProps } from './components/JRCTag/JRCTag';
75
- export { JRCTemplateBaseProps } from './components/Templates/JRCBase.template';
76
- export { JRCTemplateTwoColumnsProps } from './components/Templates/JRCTwoColumns.template';
77
- export { JRCThemeProviderProps } from './components/JRCThemeProvider/JRCThemeProvider';
78
- export { JRCTooltipProps } from './components/JRCTooltip/JRCTooltip';
79
- export { JRCTypographyProps } from './components/JRCTypography/JRCTypography.d';
80
- export { JRCValidationButtonProps } from './components/JRCButton/JRCValidationButton';
81
- export { JRCValueLabelProps } from './components/Form/Common/types';
82
- export { JRCWritableFormInputProps } from './components/Form/Input/JRCFormFieldRender';
83
- export { MessageType } from './components/Common/util/getColor.util';
84
- export { TextareaFormInputProps } from './components/Form/Input/JRCFormTextarea/JRCFormTextarea';
85
- export { ThemeConfigOptions, ThemeType } from './styles/theme';
2
+ export type { JRCAlertProps } from './components/JRCAlert/JRCAlert';
3
+ export type { JRCAppColumnProps, JRCAppTabsProps, TabEventProps, JRCTabEntry, JRCMainColumnProps, JRCColumnProps, JRCContainerProps, LayoutMode, } from './components/Templates/template.type';
4
+ export type { JRCAppContainerProps } from './components/JRCAppContainer/JRCAppContainer';
5
+ export type { JRCAppHeaderProps } from './components/JRCAppHeader/JRCAppHeader.types';
6
+ export type { JRCAppLeftColumnProps, SectionEntry } from './components/JRCAppLeftColumn/JRCAppLeftColumn.types';
7
+ export type { JRCAutocompleteAudienceProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteAudience';
8
+ export type { JRCAutocompleteCommunityProps } from './components/Form/Input/JRCSelect/JRCAutocompleteCommunity';
9
+ export type { JRCAutocompleteProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
10
+ export type { JRCInputSelectHierarchicalTreeProps } from './components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree';
11
+ export type { JRCInputSelectListProps } from './components/Form/Input/JRCSelect/JRCInputSelectList';
12
+ export type { JRCAutocompleteTaxonomyProps } from './components/Form/Input/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy';
13
+ export type { JRCAvatarProps } from './components/JRCAvatar/JRCAvatar';
14
+ export type { JRCBaseTooltipProps } from './components/JRCTooltip/JRCBaseTooltip';
15
+ export type { JRCButtonDownloadProps } from './components/JRCButtonDownload/JRCButtonDownload';
16
+ export type { JRCButtonDropdownProps, JRCButtonDropdownOptionProps, } from './components/JRCButtonDropdown/JRCButtonDropdown.types';
17
+ export type { JRCButtonFileProps } from './components/JRCButtonFile/JRCButtonFile';
18
+ export type { JRCButtonProps } from './components/JRCButton/JRCButton';
19
+ export type { JRCCardProps } from './components/JRCCard/JRCCard';
20
+ export type { JRCCardImgProps } from './components/JRCCard/JRCCardImg';
21
+ export type { JRCColumnCenterProps } from './components/JRCColumnCenter/JRCColumnCenter';
22
+ export type { JRCColumnLeftProps } from './components/JRCColumnLeft/JRCColumnLeft';
23
+ export type { JRCColumnRightProps } from './components/JRCColumnRight/JRCColumnRight';
24
+ export type { JRCConditionalWrapperProps } from './components/Common/JRCConditionalWrapper';
25
+ export type { JRCDateProps } from './components/JRCDate/JRCDate';
26
+ export type { JRCDragAndDropProps } from './components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop';
27
+ export type { JRCDropDownProps } from './components/JRCDropDown/JRCDropDown';
28
+ export type { JRCEllipsisProps } from './components/JRCEllipsis/JRCEllipsis';
29
+ export type { JRCFileOpenProps } from './components/JRCFileOpen/JRCFileOpen';
30
+ export type { JRCFlexBoxProps } from './components/JRCFlex/JRCFlexBox';
31
+ export type { JRCFormCheckboxProps } from './components/Form/Input/JRCFormCheckbox/JRCFormCheckbox.types';
32
+ export type { JRCFormDateProps } from './components/Form/Input/JRCFormDateTime/JRCFormDateTime';
33
+ export type { JRCFormInputFileProps, JRCFormInputFileFieldProps, } from './components/Form/Input/JRCFormFile/JRCFormFile';
34
+ export type { JRCFormInputImageProps, JRCFormInputImageFieldProps, } from './components/Form/Input/JRCFormImage/JRCFormImage';
35
+ export type { JRCFormRangeProps } from './components/Form/Input/JRCFormRange/JRCFormRange';
36
+ export type { JRCFormReceiveACopyInputProps } from './components/Form/Input/JRCFormReceiveACopy/JRCFormReceiveACopy';
37
+ export type { RichTextValue, FormRichTextFieldProps, } from './components/Form/Input/JRCFormRichText/JRCFormRichTextField';
38
+ export type { JRCFormSelectProps } from './components/Form/Input/JRCFormSelect/JRCFormSelect';
39
+ export type { JRCFormSendAlertInputProps } from './components/Form/Input/JRCFormSendAlert/JRCFormSendAlert';
40
+ export type { JRCGridProps } from './components/JRCGrid/JRCGrid';
41
+ export type { JRCH1Props, JRCH2Props, JRCH3Props, JRCH4Props, JRCH5Props, JRCTextProps, } from './components/JRCTypo/JRCTypo';
42
+ export type { JRCHtmlProps } from './components/JRCHtml/JRCHtml';
43
+ export type { JRCIconButtonProps } from './components/JRCIconButton/JRCIconButton';
44
+ export type { JRCIconProps } from './components/JRCIcon/JRCIcon';
45
+ export type { JRCImgProps } from './components/JRCImg/JRCImg';
46
+ export type { JRCInputCheckboxProps, InputCheckboxProps, CheckboxValue, CheckboxOption, InnerProps, } from './components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types';
47
+ export type { JRCInputDateProps } from './components/Form/Input/JRCInputDate/JRCInputDate';
48
+ export type { JRCInputFileProps } from './components/Form/Input/JRCInputFile/JRCInputFile';
49
+ export type { JRCInputImageProps } from './components/Form/Input/JRCInputImage/JRCInputImage';
50
+ export type { JRCInputFieldProps, NameControl } from './components/Form/Input/Common/JRCFormFieldRenderer.types';
51
+ export type { JRCInputSelectProps } from './components/Form/Input/JRCSelect/JRCInputSelect.types';
52
+ export type { JRCInputTextareaProps } from './components/Form/Input/JRCInputTextarea/JRCInputTextarea';
53
+ export type { JRCInputTextProps } from './components/Form/Input/JRCInputText/JRCInputText';
54
+ export type { JRCInputTextIconButtonProps } from './components/Form/Input/JRCInputText/JRCInputTextIconButton';
55
+ export type { JRCInputTimeProps } from './components/Form/Input/JRCInputTime/JRCInputTime';
56
+ export type { JRCInputUrlProps } from './components/Form/Input/JRCInputUrl/JRCInputUrl';
57
+ export type { JRCFileViewerOpenWithOptionsType } from './components/JRCFileViewer/types';
58
+ export type { JRCLinkToProps, JRCStyledHrefProps } from './components/JRCHref/JRCHref';
59
+ export type { JRCListProps, PaginationPagination } from './components/JRCList/JRCList';
60
+ export type { JRCLoaderProps } from './components/JRCLoader/JRCLoader';
61
+ export type { JRCMenuProps, JRCMenuItemProps } from './components/JRCMenu/JRCMenu';
62
+ export type { JRCModalProps, JRCModalFormProps } from './components/JRCModal/templates/JRCModal.types';
63
+ export type { JRCModalContentProps, JRCModalButtonType } from './components/JRCModal/JRCModalContent';
64
+ export type { JRCModalContentFormProps, JRCModalFormButtonType } from './components/JRCModal/JRCModalContentForm';
65
+ export type { JRCModalImgButtonType, JRCModalImgProps } from './components/JRCModalImg/JRCModalImg';
66
+ export type { JRCModalLayoutProps } from './components/JRCModal/JRCModalLayout';
67
+ export type { JRCPaginationProps } from './components/JRCPagination/JRCPagination';
68
+ export type { JRCSkeletonLineProps } from './components/JRCSkeleton/JRCSkeletonLine';
69
+ export type { JRCSkeletonSquareProps } from './components/JRCSkeleton/JRCSkeletonSquare';
70
+ export type { JRCTabsProps, JRCTabPanelProps } from './components/JRCTabs/JRCTabs';
71
+ export type { JRCTagProps } from './components/JRCTag/JRCTag';
72
+ export type { JRCTemplateBaseProps } from './components/Templates/JRCBase.template';
73
+ export type { JRCTemplateTwoColumnsProps } from './components/Templates/JRCTwoColumns.template';
74
+ export type { JRCThemeProviderProps } from './components/JRCThemeProvider/JRCThemeProvider';
75
+ export type { JRCTooltipProps } from './components/JRCTooltip/JRCTooltip';
76
+ export type { JRCTypographyProps } from './components/JRCTypography/JRCTypography.d';
77
+ export type { JRCValidationButtonProps } from './components/JRCButton/JRCValidationButton';
78
+ export type { JRCValueLabelProps } from './components/Form/Common/types';
79
+ export type { JRCWritableFormInputProps } from './components/Form/Input/JRCFormFieldRender';
80
+ export type { MessageType } from './components/Common/util/getColor.util';
81
+ export type { TextareaFormInputProps } from './components/Form/Input/JRCFormTextarea/JRCFormTextarea';
82
+ export type { ThemeConfigOptions, ThemeType } from './styles/theme';
86
83
  /****
87
84
  *
88
85
  * PLEASE RESPECT ALPHABETICAL ORDER
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-components",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "description": "",
5
5
  "main": "./build/jamespot-react-components.js",
6
6
  "types": "./build/src/index.d.ts",
@@ -54,6 +54,7 @@
54
54
  "eslint-config-prettier": "^8.3.0",
55
55
  "eslint-plugin-react-hooks": "^4.6.0",
56
56
  "file-loader": "^6.2.0",
57
+ "fork-ts-checker-webpack-plugin": "^8.0.0",
57
58
  "html-webpack-plugin": "^5.5.0",
58
59
  "husky": "^7.0.4",
59
60
  "identity-obj-proxy": "^3.0.0",
@@ -89,7 +90,7 @@
89
90
  "chroma-js": "^2.1.1",
90
91
  "classnames": "^2.3.1",
91
92
  "dompurify": "^3.0.5",
92
- "jamespot-user-api": "^1.0.124",
93
+ "jamespot-user-api": "^1.0.125",
93
94
  "moment": "^2.29.1",
94
95
  "react": "^17.x",
95
96
  "react-beautiful-dnd": "^13.1.1",