intelicoreact 1.3.81 → 1.3.82

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.
@@ -85,7 +85,9 @@
85
85
 
86
86
  &::before {
87
87
  top: -4.25px;
88
- left: calc(50% - 8px);
88
+ left: calc(50% -
89
+
90
+ px);
89
91
  }
90
92
  }
91
93
 
@@ -99,7 +99,8 @@ class ApiUtils extends _Utils.default {
99
99
  if (contentType !== null && contentType !== void 0 && contentType.includes('text/csv')) {
100
100
  return response.blob;
101
101
  }
102
- if (contentType) return contentType.includes("json") ? response.json : response.text;
102
+ if (contentType !== null && contentType !== void 0 && contentType.includes("json")) return response.json;
103
+ return response.text;
103
104
  })();
104
105
 
105
106
  // обработка случаев краша метода json при отсутствии тела ответа
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.3.81",
3
+ "version": "1.3.82",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [