jamespot-react-core 1.1.165 → 1.1.166

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,5 +1,8 @@
1
1
  import { WidgetCheckListType, WidgetDisplayMode } from 'jamespot-user-api';
2
2
  import React from 'react';
3
+ export declare const CSSRowLinkWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
+ border?: boolean | undefined;
5
+ }, never>;
3
6
  export declare const FormItemContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
4
7
  border?: boolean | undefined;
5
8
  }, never>;
@@ -161,5 +161,7 @@ declare const _default: {
161
161
  readonly WidgetEmptyInplace: "JRCWidgetEmptyInplace";
162
162
  readonly WidgetCheckList: "JRCWidgetCheckList";
163
163
  readonly WidgetCheckListEditor: "JRCWidgetCheckListEditor";
164
+ readonly JRCAvatar: "JRCAvatar";
165
+ readonly JRCCommentsBloc: "JRCCommentsBloc";
164
166
  };
165
167
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.165",
3
+ "version": "1.1.166",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -54,7 +54,7 @@
54
54
  "@reduxjs/toolkit": "^1.9.0",
55
55
  "history": "^5.3.0",
56
56
  "jamespot-front-business": "^1.1.66",
57
- "jamespot-react-components": "^1.0.210",
57
+ "jamespot-react-components": "^1.0.211",
58
58
  "jamespot-user-api": "^1.0.187",
59
59
  "react": "^17.0.2",
60
60
  "react-dom": "^17.0.2",