jamespot-react-core 1.2.11 → 1.2.13
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/{940.bc23564bec128c807a0f.chunk.js → 940.b327f02f6fdf640b3d11.chunk.js} +2 -2
- package/build/{940.bc23564bec128c807a0f.chunk.js.map → 940.b327f02f6fdf640b3d11.chunk.js.map} +1 -1
- package/build/app.bundle.js +789 -724
- package/build/app.bundle.js.map +1 -1
- package/build/src/registry/ext-component-list.d.ts +1 -0
- package/package.json +4 -4
|
@@ -120,6 +120,7 @@ declare const _default: {
|
|
|
120
120
|
readonly Pagination: "JRCPagination";
|
|
121
121
|
readonly Panel: "JRCPanel";
|
|
122
122
|
readonly ProgressBar: "JRCProgressBar";
|
|
123
|
+
readonly PublishButton: "JRCPublishButton";
|
|
123
124
|
readonly Resources: "Resources";
|
|
124
125
|
readonly SidePanelModal: "JRCSidePanelModal";
|
|
125
126
|
readonly SkeletonLine: "JRCSkeletonLine";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/src/App.d.ts",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
57
57
|
"eslint-plugin-import": "^2.31.0",
|
|
58
58
|
"history": "^5.3.0",
|
|
59
|
-
"jamespot-front-business": "^1.2.
|
|
60
|
-
"jamespot-react-components": "^1.2.
|
|
61
|
-
"jamespot-user-api": "^1.2.
|
|
59
|
+
"jamespot-front-business": "^1.2.13",
|
|
60
|
+
"jamespot-react-components": "^1.2.13",
|
|
61
|
+
"jamespot-user-api": "^1.2.13",
|
|
62
62
|
"marked": "^15.0.3",
|
|
63
63
|
"react": "^17.0.2",
|
|
64
64
|
"react-dom": "17.0.2",
|