jamespot-react-core 1.1.172 → 1.1.174

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.
@@ -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;
@@ -98,6 +98,7 @@ declare const _default: {
98
98
  readonly InputTime: "JRCInputTime";
99
99
  readonly InputTinyMCE: "JRCInputTinyMCE";
100
100
  readonly InputTinyMCERaw: "JRCInputTinyMCERaw";
101
+ readonly InputToggle: "JRCInputToggle";
101
102
  readonly InputToggleRaw: "JRCInputToggleRaw";
102
103
  readonly InputUrl: "JRCInputUrl";
103
104
  readonly List: "JRCList";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.172",
3
+ "version": "1.1.174",
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.72",
57
- "jamespot-react-components": "^1.0.215",
58
- "jamespot-user-api": "^1.0.195",
56
+ "jamespot-front-business": "^1.1.74",
57
+ "jamespot-react-components": "^1.0.217",
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",