@qiwi/pijma-mobile 1.162.1 → 1.162.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qiwi/pijma-mobile",
3
- "version": "1.162.1",
3
+ "version": "1.162.2",
4
4
  "type": "module",
5
5
  "main": "./target/es5/index.js",
6
6
  "module": "./target/es6/index.js",
@@ -39,10 +39,12 @@ var CustomAlert = function(_param) {
39
39
  pr: onHide !== undefined ? 14 : 4,
40
40
  children: [
41
41
  icon && /*#__PURE__*/ (0, _jsxruntime.jsx)(_pijmacore.FlexItem, {
42
+ display: "flex",
42
43
  mr: 2,
43
44
  children: icon
44
45
  }),
45
46
  /*#__PURE__*/ (0, _jsxruntime.jsx)(_pijmacore.FlexItem, {
47
+ display: "flex",
46
48
  my: "2px",
47
49
  children: children
48
50
  }),
@@ -18,10 +18,12 @@ export const CustomAlert = ({ children , icon , bg , shadow , textColor , onHide
18
18
  pr: onHide !== undefined ? 14 : 4,
19
19
  children: [
20
20
  icon && /*#__PURE__*/ _jsx(FlexItem, {
21
+ display: "flex",
21
22
  mr: 2,
22
23
  children: icon
23
24
  }),
24
25
  /*#__PURE__*/ _jsx(FlexItem, {
26
+ display: "flex",
25
27
  my: "2px",
26
28
  children: children
27
29
  }),