jamespot-react-core 1.1.172 → 1.1.173
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/823.bundle.js +11 -16
- package/build/823.bundle.js.map +1 -1
- package/build/app.bundle.js +255 -251
- package/build/app.bundle.js.map +1 -1
- package/build/src/components/CommentsBloc.d.ts +0 -1
- package/package.json +4 -4
|
@@ -10,5 +10,4 @@ export type CommentsBlocProps = {
|
|
|
10
10
|
canSelectResponse: boolean;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
export declare const CSSCommentsBlocWidgetWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
14
13
|
export declare const CommentsBloc: ({ articleId, variant, canComment, commentType, socialQuestion, }: CommentsBlocProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.173",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@reduxjs/toolkit": "^1.9.0",
|
|
55
55
|
"history": "^5.3.0",
|
|
56
|
-
"jamespot-front-business": "^1.1.
|
|
57
|
-
"jamespot-react-components": "^1.0.
|
|
58
|
-
"jamespot-user-api": "^1.0.
|
|
56
|
+
"jamespot-front-business": "^1.1.73",
|
|
57
|
+
"jamespot-react-components": "^1.0.216",
|
|
58
|
+
"jamespot-user-api": "^1.0.196",
|
|
59
59
|
"react": "^17.0.2",
|
|
60
60
|
"react-dom": "^17.0.2",
|
|
61
61
|
"react-hook-form": "^7.25.0",
|