jamespot-react-core 1.3.9 → 1.3.11

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.
@@ -101,6 +101,7 @@ declare const mapping: {
101
101
  LabelDescriptionOption: "LabelDescriptionOption";
102
102
  List: "JRCList";
103
103
  Loader: "JRCLoader";
104
+ LoadMore: "JRCLoadMore";
104
105
  MainColumn: "JRCMainColumn";
105
106
  Menu: "JRCMenu";
106
107
  Message: "JRCMessage";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.3.9",
3
+ "version": "1.3.11",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -30,9 +30,9 @@
30
30
  "fork-ts-checker-webpack-plugin": "^9.1.0",
31
31
  "history": "^5.3.0",
32
32
  "husky": "^9.1.7",
33
- "jamespot-front-business": "^1.3.9",
34
- "jamespot-react-components": "^1.3.9",
35
- "jamespot-user-api": "^1.3.9",
33
+ "jamespot-front-business": "^1.3.11",
34
+ "jamespot-react-components": "^1.3.11",
35
+ "jamespot-user-api": "^1.3.11",
36
36
  "jest": "^30.2.0",
37
37
  "jest-environment-jsdom": "^30.2.0",
38
38
  "knip": "^5.69.1",