@configuratorware/configurator-admingui 1.48.2 → 1.48.4

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.
@@ -113,7 +113,7 @@ var formFields = [{
113
113
  label: 'callToActionSettings',
114
114
  type: 'subheadline'
115
115
  }, {
116
- name: 'callToAction1',
116
+ name: 'callToAction',
117
117
  label: 'callToAction.callToAction',
118
118
  type: 'select',
119
119
  sourceConfig: {
@@ -98,7 +98,6 @@ var initialState = _objectSpread({}, (0, _Reducer.getDefaultEntityState)({
98
98
  value: ''
99
99
  },
100
100
  callToAction: 'addToCart',
101
- callToAction1: 'addToCart',
102
101
  customCss: ''
103
102
  }, null, _Actions.DATA_KEY));
104
103
  var clientData = (0, _FeatureReducers.createFeatureReducer)(_Actions.REDUCER_NAME, (0, _Reducer2.createClientReducer)(initialState));
@@ -10,10 +10,8 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
10
10
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
11
11
  var filterInvalidPriceItem = function filterInvalidPriceItem(_ref) {
12
12
  var price = _ref.price,
13
- priceNet = _ref.priceNet,
14
- amountfrom = _ref.amountfrom,
15
- amountFrom = _ref.amountFrom;
16
- return (price || priceNet) && (amountfrom || amountFrom);
13
+ priceNet = _ref.priceNet;
14
+ return price || priceNet;
17
15
  };
18
16
  var removeInvalidPriceEntriesRecursive = function removeInvalidPriceEntriesRecursive(arr) {
19
17
  if (arr instanceof Array) {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@configuratorware/configurator-admingui",
3
- "version": "1.48.2",
3
+ "version": "1.48.4",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@babel/polyfill": "^7.12.1",
8
- "@configuratorware/scripts": "1.48.2",
8
+ "@configuratorware/scripts": "1.48.4",
9
9
  "@material-ui/core": "^3.9.4",
10
10
  "@material-ui/icons": "^3.0.2",
11
11
  "@tweenjs/tween.js": "^17.6.0",
@@ -28,7 +28,7 @@
28
28
  "react-redux-i18n": "^1.9.3",
29
29
  "react-router": "^3.2.6",
30
30
  "react-sortable-hoc": "^1.11.0",
31
- "redhotmagma-visualization": "1.48.2",
31
+ "redhotmagma-visualization": "1.48.4",
32
32
  "redux": "^4.1.0",
33
33
  "redux-logger": "^3.0.6",
34
34
  "redux-persist": "^5.10.0",