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.
- package/build/jamespot-react-components.js +103 -103
- package/build/jamespot-react-components.js.map +1 -1
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.utils.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +2 -1
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +1 -1
- package/build/src/components/JRCFileViewer/JRCFileViewer.d.ts +1 -1
- package/build/src/components/JRCHtml/JRCHtml.d.ts +1 -1
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +3 -3
- package/build/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
- package/build/src/types.d.ts +81 -84
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getNewValue<Value>(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" | "
|
|
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" | "
|
|
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;
|
|
@@ -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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
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" | "
|
|
12
|
+
export declare const Typography: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, Pick<JRCTypographyProps, "color" | "size" | "align" | "weight"> & FastCssProps, never>;
|
package/build/src/types.d.ts
CHANGED
|
@@ -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 {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
55
|
-
export {
|
|
56
|
-
export {
|
|
57
|
-
export {
|
|
58
|
-
export {
|
|
59
|
-
export {
|
|
60
|
-
export {
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export {
|
|
72
|
-
export {
|
|
73
|
-
export {
|
|
74
|
-
export {
|
|
75
|
-
export {
|
|
76
|
-
export {
|
|
77
|
-
export {
|
|
78
|
-
export {
|
|
79
|
-
export {
|
|
80
|
-
export {
|
|
81
|
-
export {
|
|
82
|
-
export {
|
|
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.
|
|
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.
|
|
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",
|