jamespot-react-core 1.1.92 → 1.1.94
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/README.internal.md +20 -0
- package/build/app.bundle.js +213 -198
- package/build/app.bundle.js.map +1 -1
- package/build/registry/ext-component-list.d.ts +1 -0
- package/package.json +4 -4
|
@@ -80,6 +80,7 @@ declare const _default: {
|
|
|
80
80
|
readonly SkeletonLine: "JRCSkeletonLine";
|
|
81
81
|
readonly SkeletonSquare: "JRCSkeletonSquare";
|
|
82
82
|
readonly Stepper: "JRCStepper";
|
|
83
|
+
readonly StepperPage: "JRCStepperPage";
|
|
83
84
|
readonly StyledHref: "JRCStyledHref";
|
|
84
85
|
readonly StyledInput: "StyledInput";
|
|
85
86
|
readonly Tabs: "JRCTabs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.94",
|
|
4
4
|
"description": "Jamespot React Core",
|
|
5
5
|
"main": "./build/app.bundle.js",
|
|
6
6
|
"types": "./build/App.d.ts",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@reduxjs/toolkit": "^1.9.0",
|
|
66
66
|
"history": "^5.3.0",
|
|
67
|
-
"jamespot-front-business": "^1.1.
|
|
68
|
-
"jamespot-react-components": "^1.0.
|
|
69
|
-
"jamespot-user-api": "^1.0.
|
|
67
|
+
"jamespot-front-business": "^1.1.7",
|
|
68
|
+
"jamespot-react-components": "^1.0.122",
|
|
69
|
+
"jamespot-user-api": "^1.0.93",
|
|
70
70
|
"react": "^17.0.2",
|
|
71
71
|
"react-dom": "^17.0.2",
|
|
72
72
|
"react-hook-form": "^7.25.0",
|