jamespot-react-core 1.1.135 → 1.1.137

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.
@@ -10,7 +10,6 @@ declare const _default: {
10
10
  readonly AutocompleteTaxonomyField: "JRCAutocompleteTaxonomyField";
11
11
  readonly Avatar: "JRCAvatar";
12
12
  readonly BaseTooltip: "JRCBaseTooltip";
13
- readonly BETA_ColorPicker: "BETA_JRCColorPicker";
14
13
  readonly BETA_DragAndDrop: "BETA_JRCDragAndDrop";
15
14
  readonly Button: "JRCButton";
16
15
  readonly ButtonDownload: "JRCButtonDownload";
@@ -20,6 +19,8 @@ declare const _default: {
20
19
  readonly CardImg: "JRCCardImg";
21
20
  readonly Checkbox: "JRCCheckbox";
22
21
  readonly ClickAwayListener: "ClickAwayListener";
22
+ readonly ColorPicker: "JRCColorPicker";
23
+ readonly ColorPickerRaw: "JRCColorPickerRaw";
23
24
  readonly Column: "JRCColumn";
24
25
  readonly ColumnCenter: "JRCColumnCenter";
25
26
  readonly ColumnLeft: "JRCColumnLeft";
@@ -98,6 +99,7 @@ declare const _default: {
98
99
  readonly InputTime: "JRCInputTime";
99
100
  readonly InputTinyMCE: "JRCInputTinyMCE";
100
101
  readonly InputTinyMCERaw: "JRCInputTinyMCERaw";
102
+ readonly InputToggleRaw: "JRCInputToggleRaw";
101
103
  readonly InputUrl: "JRCInputUrl";
102
104
  readonly List: "JRCList";
103
105
  readonly Loader: "JRCLoader";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-react-core",
3
- "version": "1.1.135",
3
+ "version": "1.1.137",
4
4
  "description": "Jamespot React Core",
5
5
  "main": "./build/app.bundle.js",
6
6
  "types": "./build/src/App.d.ts",
@@ -50,9 +50,9 @@
50
50
  "dependencies": {
51
51
  "@reduxjs/toolkit": "^1.9.0",
52
52
  "history": "^5.3.0",
53
- "jamespot-front-business": "^1.1.41",
54
- "jamespot-react-components": "^1.0.177",
55
- "jamespot-user-api": "^1.0.148",
53
+ "jamespot-front-business": "^1.1.42",
54
+ "jamespot-react-components": "^1.0.179",
55
+ "jamespot-user-api": "^1.0.149",
56
56
  "react": "^17.0.2",
57
57
  "react-dom": "^17.0.2",
58
58
  "react-hook-form": "^7.25.0",