@vchasno/ui-kit 0.2.13 → 0.2.15
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/CHANGELOG.md +13 -0
- package/dist/Datepicker/index.cjs.js +13548 -8319
- package/dist/Datepicker/index.cjs.js.map +1 -1
- package/dist/Datepicker/index.js +13552 -8323
- package/dist/Datepicker/index.js.map +1 -1
- package/dist/Datepicker/types/components/BlackTooltip/BlackTooltip.d.ts +5 -0
- package/dist/Datepicker/types/components/BlackTooltip/index.d.ts +2 -0
- package/dist/Datepicker/types/components/ProjectsPopover/ProductLink.d.ts +12 -0
- package/dist/Datepicker/types/components/ProjectsPopover/ProjectsPopover.d.ts +13 -0
- package/dist/Datepicker/types/components/ProjectsPopover/index.d.ts +2 -0
- package/dist/Datepicker/types/components/ProjectsPopover/mappers.d.ts +6 -0
- package/dist/Datepicker/types/components/ProjectsPopover/types.d.ts +7 -0
- package/dist/Datepicker/types/components/ProjectsPopover/utils.d.ts +10 -0
- package/dist/Datepicker/types/components/Select/Select.d.ts +1 -1
- package/dist/Datepicker/types/components/index.d.ts +2 -0
- package/dist/ProjectsPopover/index.cjs.js +12650 -0
- package/dist/ProjectsPopover/index.cjs.js.map +1 -0
- package/dist/ProjectsPopover/index.d.ts +27 -0
- package/dist/ProjectsPopover/index.js +12630 -0
- package/dist/ProjectsPopover/index.js.map +1 -0
- package/dist/ProjectsPopover/types/components/Alert/Alert.d.ts +16 -0
- package/dist/ProjectsPopover/types/components/Alert/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/BlackTooltip/BlackTooltip.d.ts +5 -0
- package/dist/ProjectsPopover/types/components/BlackTooltip/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/BubbleBox/BubbleBox.d.ts +17 -0
- package/dist/ProjectsPopover/types/components/BubbleBox/index.d.ts +3 -0
- package/dist/ProjectsPopover/types/components/BubbleBox/utils.d.ts +1 -0
- package/dist/ProjectsPopover/types/components/Button/Button.d.ts +12 -0
- package/dist/ProjectsPopover/types/components/Button/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Checkbox/Checkbox.d.ts +11 -0
- package/dist/ProjectsPopover/types/components/Checkbox/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Datepicker/DatePicker.d.ts +15 -0
- package/dist/ProjectsPopover/types/components/Datepicker/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/FlexBox/FlexBox.d.ts +15 -0
- package/dist/ProjectsPopover/types/components/FlexBox/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Input/Input.d.ts +15 -0
- package/dist/ProjectsPopover/types/components/Input/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/InputMeta/InputMeta.d.ts +8 -0
- package/dist/ProjectsPopover/types/components/InputMeta/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/LabelText/LabelText.d.ts +8 -0
- package/dist/ProjectsPopover/types/components/LabelText/index.d.ts +1 -0
- package/dist/ProjectsPopover/types/components/MaskInput/MaskInput.d.ts +10 -0
- package/dist/ProjectsPopover/types/components/MaskInput/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Pagination/Pagination.d.ts +16 -0
- package/dist/ProjectsPopover/types/components/Pagination/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Pagination/utils.d.ts +1 -0
- package/dist/ProjectsPopover/types/components/Paragraph/Paragraph.d.ts +9 -0
- package/dist/ProjectsPopover/types/components/Paragraph/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/ProductLink.d.ts +12 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/ProjectsPopover.d.ts +13 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/mappers.d.ts +6 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/types.d.ts +7 -0
- package/dist/ProjectsPopover/types/components/ProjectsPopover/utils.d.ts +10 -0
- package/dist/ProjectsPopover/types/components/PulseDot/PulseDot.d.ts +22 -0
- package/dist/ProjectsPopover/types/components/PulseDot/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Select/Select.d.ts +39 -0
- package/dist/ProjectsPopover/types/components/Select/SelectCreatable.d.ts +14 -0
- package/dist/ProjectsPopover/types/components/Select/customComponents.d.ts +9 -0
- package/dist/ProjectsPopover/types/components/Select/defaultProps.d.ts +6 -0
- package/dist/ProjectsPopover/types/components/Select/index.d.ts +5 -0
- package/dist/ProjectsPopover/types/components/Select/types.d.ts +4 -0
- package/dist/ProjectsPopover/types/components/Spinner/Spinner.d.ts +18 -0
- package/dist/ProjectsPopover/types/components/Spinner/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/SplashLogo/SplashLogo.d.ts +12 -0
- package/dist/ProjectsPopover/types/components/SplashLogo/dataUrls.d.ts +6 -0
- package/dist/ProjectsPopover/types/components/SplashLogo/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/SvgBorder/SvgBorder.d.ts +18 -0
- package/dist/ProjectsPopover/types/components/SvgBorder/index.d.ts +3 -0
- package/dist/ProjectsPopover/types/components/SvgBorder/utils.d.ts +1 -0
- package/dist/ProjectsPopover/types/components/Switch/Switch.d.ts +14 -0
- package/dist/ProjectsPopover/types/components/Switch/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Tabs/Tabs.d.ts +19 -0
- package/dist/ProjectsPopover/types/components/Tabs/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Text/Text.d.ts +14 -0
- package/dist/ProjectsPopover/types/components/Text/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/TextAreaInput/TextAreaInput.d.ts +10 -0
- package/dist/ProjectsPopover/types/components/TextAreaInput/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/TextInput/TextInput.d.ts +9 -0
- package/dist/ProjectsPopover/types/components/TextInput/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/Title/Title.d.ts +9 -0
- package/dist/ProjectsPopover/types/components/Title/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/components/index.d.ts +42 -0
- package/dist/ProjectsPopover/types/components/types.d.ts +24 -0
- package/dist/ProjectsPopover/types/hooks/useClientRect.d.ts +5 -0
- package/dist/ProjectsPopover/types/index.d.ts +2 -0
- package/dist/ProjectsPopover/types/utils/react.d.ts +6 -0
- package/dist/Select/index.cjs.js +195 -92
- package/dist/Select/index.cjs.js.map +1 -1
- package/dist/Select/index.d.ts +1 -1
- package/dist/Select/index.js +195 -92
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/types/components/BlackTooltip/BlackTooltip.d.ts +5 -0
- package/dist/Select/types/components/BlackTooltip/index.d.ts +2 -0
- package/dist/Select/types/components/ProjectsPopover/ProductLink.d.ts +12 -0
- package/dist/Select/types/components/ProjectsPopover/ProjectsPopover.d.ts +13 -0
- package/dist/Select/types/components/ProjectsPopover/index.d.ts +2 -0
- package/dist/Select/types/components/ProjectsPopover/mappers.d.ts +6 -0
- package/dist/Select/types/components/ProjectsPopover/types.d.ts +7 -0
- package/dist/Select/types/components/ProjectsPopover/utils.d.ts +10 -0
- package/dist/Select/types/components/Select/Select.d.ts +1 -1
- package/dist/Select/types/components/index.d.ts +2 -0
- package/dist/SelectCreatable/index.cjs.js +195 -92
- package/dist/SelectCreatable/index.cjs.js.map +1 -1
- package/dist/SelectCreatable/index.js +195 -92
- package/dist/SelectCreatable/index.js.map +1 -1
- package/dist/SelectCreatable/types/components/BlackTooltip/BlackTooltip.d.ts +5 -0
- package/dist/SelectCreatable/types/components/BlackTooltip/index.d.ts +2 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/ProductLink.d.ts +12 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/ProjectsPopover.d.ts +13 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/index.d.ts +2 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/mappers.d.ts +6 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/types.d.ts +7 -0
- package/dist/SelectCreatable/types/components/ProjectsPopover/utils.d.ts +10 -0
- package/dist/SelectCreatable/types/components/Select/Select.d.ts +1 -1
- package/dist/SelectCreatable/types/components/index.d.ts +2 -0
- package/dist/index.d.ts +9 -1
- package/dist/index.js +12451 -365
- package/dist/index.js.map +1 -1
- package/dist/types/components/BlackTooltip/BlackTooltip.d.ts +5 -0
- package/dist/types/components/BlackTooltip/index.d.ts +2 -0
- package/dist/types/components/ProjectsPopover/ProductLink.d.ts +12 -0
- package/dist/types/components/ProjectsPopover/ProjectsPopover.d.ts +13 -0
- package/dist/types/components/ProjectsPopover/index.d.ts +2 -0
- package/dist/types/components/ProjectsPopover/mappers.d.ts +6 -0
- package/dist/types/components/ProjectsPopover/types.d.ts +7 -0
- package/dist/types/components/ProjectsPopover/utils.d.ts +10 -0
- package/dist/types/components/Select/Select.d.ts +1 -1
- package/dist/types/components/index.d.ts +2 -0
- package/package.json +45 -37
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { TooltipProps } from '@mui/material/Tooltip';
|
|
2
|
+
export interface BlackTooltipProps extends TooltipProps {
|
|
3
|
+
}
|
|
4
|
+
declare const BlackTooltip: import("@emotion/styled").StyledComponent<TooltipProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
5
|
+
export default BlackTooltip;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AllProducts } from './types';
|
|
3
|
+
export interface ProductLinkProps {
|
|
4
|
+
product: AllProducts;
|
|
5
|
+
ctxProduct: string;
|
|
6
|
+
edrpou?: string;
|
|
7
|
+
queryParams?: Record<string, string>;
|
|
8
|
+
onLinkClick?: (product: AllProducts, event: React.MouseEvent) => void;
|
|
9
|
+
overrideHint?: (product: AllProducts) => string;
|
|
10
|
+
}
|
|
11
|
+
declare const ProductLink: React.FC<ProductLinkProps>;
|
|
12
|
+
export default ProductLink;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ProductLinkProps } from './ProductLink';
|
|
3
|
+
import { AllProducts } from './types';
|
|
4
|
+
import './ProjectsPopover.global.css';
|
|
5
|
+
export interface ProjectsPopoverProps extends Omit<ProductLinkProps, 'product' | 'ctxProduct'> {
|
|
6
|
+
product: AllProducts;
|
|
7
|
+
className?: string;
|
|
8
|
+
vchasnoTitle?: string;
|
|
9
|
+
zakupivliTitle?: string;
|
|
10
|
+
hideProduct?: (product: AllProducts) => boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const ProjectsPopover: React.FC<ProjectsPopoverProps>;
|
|
13
|
+
export default ProjectsPopover;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { AllProducts, VchasnoProduct, ZakupivliProduct } from './types';
|
|
3
|
+
export declare const hrefMap: Record<VchasnoProduct | ZakupivliProduct, string>;
|
|
4
|
+
export declare const tooltipHintMap: Record<AllProducts, string>;
|
|
5
|
+
export declare const titleMap: Record<VchasnoProduct, string>;
|
|
6
|
+
export declare const iconMap: Record<VchasnoProduct | ZakupivliProduct, React.ReactElement>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const vchasnoProductsList: readonly ["edo", "kep", "kasa", "edi", "ttn"];
|
|
2
|
+
export declare const zakupivliProductsList: readonly ["zakupivli", "prozorroSale", "prozorroMarket", "prozorroRRO"];
|
|
3
|
+
export type VchasnoProduct = (typeof vchasnoProductsList)[number];
|
|
4
|
+
export declare const isVchasnoProduct: (product: string) => product is "edo" | "edi" | "ttn" | "kep" | "kasa";
|
|
5
|
+
export type ZakupivliProduct = (typeof zakupivliProductsList)[number];
|
|
6
|
+
export declare const isZakupivliProduct: (product: string) => product is "zakupivli" | "prozorroSale" | "prozorroMarket" | "prozorroRRO";
|
|
7
|
+
export type AllProducts = VchasnoProduct | ZakupivliProduct;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { AllProducts } from './types';
|
|
2
|
+
interface ComposeLinkOptions {
|
|
3
|
+
edrpou?: string;
|
|
4
|
+
ctxProduct: string;
|
|
5
|
+
targetProduct: AllProducts;
|
|
6
|
+
queryParams?: Record<string, string>;
|
|
7
|
+
}
|
|
8
|
+
export declare const composeZakupivliLink: ({ targetProduct, }: Pick<ComposeLinkOptions, 'targetProduct'>) => string;
|
|
9
|
+
export declare const composeLink: ({ targetProduct, ctxProduct, queryParams, edrpou, }: ComposeLinkOptions) => string;
|
|
10
|
+
export {};
|
|
@@ -10,7 +10,7 @@ export interface SelectProps extends ReactSelectProps, Partial<WithLabel & WithH
|
|
|
10
10
|
}
|
|
11
11
|
declare const Select: React.FC<SelectProps>;
|
|
12
12
|
export declare const SelectComponents: {
|
|
13
|
-
ClearIndicator: <
|
|
13
|
+
ClearIndicator: <Option, IsMulti extends boolean, Group extends import("react-select").GroupBase<Option>>(props: import("react-select").ClearIndicatorProps<Option, IsMulti, Group>) => import("@emotion/react").jsx.JSX.Element;
|
|
14
14
|
Control: <Option_1, IsMulti_1 extends boolean, Group_1 extends import("react-select").GroupBase<Option_1>>(props: import("react-select").ControlProps<Option_1, IsMulti_1, Group_1>) => import("@emotion/react").jsx.JSX.Element;
|
|
15
15
|
DropdownIndicator: <Option_2, IsMulti_2 extends boolean, Group_2 extends import("react-select").GroupBase<Option_2>>(props: import("react-select").DropdownIndicatorProps<Option_2, IsMulti_2, Group_2>) => import("@emotion/react").jsx.JSX.Element;
|
|
16
16
|
DownChevron: (props: import("react-select/dist/declarations/src/components/indicators").DownChevronProps) => import("@emotion/react").jsx.JSX.Element;
|
|
@@ -38,3 +38,5 @@ export { default as SvgBorder, composeRoundedBorderPath } from './SvgBorder';
|
|
|
38
38
|
export type { SvgBorderProps } from './SvgBorder';
|
|
39
39
|
export { default as SplashLogo } from './SplashLogo';
|
|
40
40
|
export type { SplashLogoProps } from './SplashLogo';
|
|
41
|
+
export { default as BlackTooltip } from './BlackTooltip';
|
|
42
|
+
export type { BlackTooltipProps } from './BlackTooltip';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vchasno/ui-kit",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "React UI components for Vchasno applications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -34,6 +34,12 @@
|
|
|
34
34
|
"import": "./dist/SelectCreatable/index.js",
|
|
35
35
|
"default": "./dist/SelectCreatable/index.js"
|
|
36
36
|
},
|
|
37
|
+
"./ProjectsPopover": {
|
|
38
|
+
"types": "./dist/ProjectsPopover/index.d.ts",
|
|
39
|
+
"require": "./dist/ProjectsPopover/index.cjs.js",
|
|
40
|
+
"import": "./dist/ProjectsPopover/index.js",
|
|
41
|
+
"default": "./dist/ProjectsPopover/index.js"
|
|
42
|
+
},
|
|
37
43
|
"./dist/css/*.css": "./dist/css/*.css"
|
|
38
44
|
},
|
|
39
45
|
"types": "dist/index.d.ts",
|
|
@@ -66,69 +72,71 @@
|
|
|
66
72
|
"@vchasno:registry": "https://registry.npmjs.org/"
|
|
67
73
|
},
|
|
68
74
|
"devDependencies": {
|
|
69
|
-
"@babel/preset-env": "7.24.
|
|
70
|
-
"@babel/preset-react": "7.
|
|
71
|
-
"@babel/preset-typescript": "7.
|
|
75
|
+
"@babel/preset-env": "7.24.4",
|
|
76
|
+
"@babel/preset-react": "7.24.1",
|
|
77
|
+
"@babel/preset-typescript": "7.24.1",
|
|
72
78
|
"@jest/globals": "29.7.0",
|
|
73
79
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
74
80
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
75
81
|
"@rollup/plugin-terser": "0.4.4",
|
|
76
82
|
"@rollup/plugin-typescript": "11.1.6",
|
|
77
|
-
"@storybook/addon-
|
|
78
|
-
"@storybook/addon-
|
|
79
|
-
"@storybook/addon-
|
|
80
|
-
"@storybook/addon-
|
|
81
|
-
"@storybook/
|
|
82
|
-
"@storybook/
|
|
83
|
-
"@storybook/
|
|
84
|
-
"@storybook/
|
|
83
|
+
"@storybook/addon-a11y": "^8.0.9",
|
|
84
|
+
"@storybook/addon-essentials": "^8.0.9",
|
|
85
|
+
"@storybook/addon-interactions": "^8.0.9",
|
|
86
|
+
"@storybook/addon-links": "^8.0.9",
|
|
87
|
+
"@storybook/addon-onboarding": "^8.0.9",
|
|
88
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
89
|
+
"@storybook/blocks": "^8.0.9",
|
|
90
|
+
"@storybook/react": "^8.0.9",
|
|
91
|
+
"@storybook/react-webpack5": "^8.0.9",
|
|
92
|
+
"@storybook/test": "^8.0.9",
|
|
85
93
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
86
94
|
"@types/jest": "29.5.12",
|
|
87
|
-
"@types/react": "~17.0.
|
|
95
|
+
"@types/react": "~17.0.25",
|
|
88
96
|
"@types/react-dom": "~17.0.25",
|
|
89
|
-
"@
|
|
90
|
-
"@
|
|
91
|
-
"
|
|
92
|
-
"eslint": "~
|
|
93
|
-
"
|
|
94
|
-
"eslint
|
|
95
|
-
"eslint-
|
|
97
|
+
"@types/react-datepicker": "6.2.0",
|
|
98
|
+
"@types/react-text-mask": "^5.4.11",
|
|
99
|
+
"@typescript-eslint/eslint-plugin": "~7.7.1",
|
|
100
|
+
"@typescript-eslint/parser": "~7.7.1",
|
|
101
|
+
"date-fns": "^3.6.0",
|
|
102
|
+
"eslint": "8.56",
|
|
103
|
+
"eslint-config-prettier": "~9.1.0",
|
|
104
|
+
"eslint-plugin-prettier": "~5.1.3",
|
|
105
|
+
"eslint-plugin-react": "~7.34.1",
|
|
96
106
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
97
107
|
"jest": "29.7.0",
|
|
98
108
|
"jest-environment-jsdom": "29.7.0",
|
|
99
|
-
"postcss": "8.4.
|
|
100
|
-
"prettier": "~3.
|
|
101
|
-
"react": "~17.0.2",
|
|
102
|
-
"react-dom": "~17.0.2",
|
|
109
|
+
"postcss": "8.4.38",
|
|
110
|
+
"prettier": "~3.2.5",
|
|
103
111
|
"rimraf": "5.0.5",
|
|
104
|
-
"rollup": "
|
|
112
|
+
"rollup": "4.16.4",
|
|
105
113
|
"rollup-plugin-copy": "3.5.0",
|
|
106
114
|
"rollup-plugin-dts": "6.1.0",
|
|
107
115
|
"rollup-plugin-multi-input": "~1.4.1",
|
|
108
116
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
109
117
|
"rollup-plugin-postcss": "4.0.2",
|
|
110
118
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
111
|
-
"storybook": "
|
|
112
|
-
"stylelint": "~
|
|
113
|
-
"stylelint-config-idiomatic-order": "~
|
|
114
|
-
"stylelint-config-standard": "~
|
|
119
|
+
"storybook": "^8.0.9",
|
|
120
|
+
"stylelint": "~16.3.1",
|
|
121
|
+
"stylelint-config-idiomatic-order": "~10.0.0",
|
|
122
|
+
"stylelint-config-standard": "~36.0.0",
|
|
115
123
|
"ts-jest": "29.1.2",
|
|
116
124
|
"ts-node": "10.9.2",
|
|
117
125
|
"tslib": "2.6.2",
|
|
118
|
-
"typescript": "5.
|
|
119
|
-
"webpack": "5.
|
|
126
|
+
"typescript": "5.4.5",
|
|
127
|
+
"webpack": "5.91.0"
|
|
120
128
|
},
|
|
121
129
|
"peerDependencies": {
|
|
122
130
|
"react": "^16.8.0 || ^17 || ^18",
|
|
123
131
|
"react-dom": "^16.8.0 || ^17 || ^18"
|
|
124
132
|
},
|
|
125
133
|
"dependencies": {
|
|
126
|
-
"@
|
|
127
|
-
"@
|
|
128
|
-
"classnames": "2.
|
|
129
|
-
"react-datepicker": "
|
|
130
|
-
"react-select": "5.
|
|
134
|
+
"@emotion/styled": "11.11.5",
|
|
135
|
+
"@mui/material": "5.15.16",
|
|
136
|
+
"classnames": "2.5.1",
|
|
137
|
+
"react-datepicker": "6.9.0",
|
|
138
|
+
"react-select": "5.8.0",
|
|
131
139
|
"react-text-mask": "5.5.0",
|
|
132
|
-
"react-textarea-autosize": "8.
|
|
140
|
+
"react-textarea-autosize": "8.5.3"
|
|
133
141
|
}
|
|
134
142
|
}
|