jamespot-react-core 1.2.45 → 1.2.46

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.
@@ -112,6 +112,7 @@ declare const mapping: {
112
112
  InputUrl: "JRCInputUrl";
113
113
  JRCAvatar: "JRCAvatar";
114
114
  JRCCommentsBloc: "JRCCommentsBloc";
115
+ JRCMediaLoader: "JRCMediaLoader";
115
116
  LabelDescriptionOption: "LabelDescriptionOption";
116
117
  List: "JRCList";
117
118
  Loader: "JRCLoader";
@@ -117,6 +117,7 @@ export interface WindowJ {
117
117
  article: {
118
118
  mail: 0 | 1;
119
119
  };
120
+ loaderPlatform: string;
120
121
  }
121
122
  export type IsAppActivateProps = {
122
123
  dependency: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.2.45",
3
+ "version": "1.2.46",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -32,9 +32,9 @@
32
32
  "fork-ts-checker-webpack-plugin": "^9.1.0",
33
33
  "history": "^5.3.0",
34
34
  "husky": "^7.0.4",
35
- "jamespot-front-business": "^1.2.45",
36
- "jamespot-react-components": "^1.2.45",
37
- "jamespot-user-api": "^1.2.45",
35
+ "jamespot-front-business": "^1.2.46",
36
+ "jamespot-react-components": "^1.2.46",
37
+ "jamespot-user-api": "^1.2.46",
38
38
  "jest": "^30.1.2",
39
39
  "jest-environment-jsdom": "^30.1.2",
40
40
  "lint-staged": "^12.5.0",