pb-sxp-ui 1.15.39 → 1.15.40

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/dist/pb-ui.js CHANGED
@@ -10557,7 +10557,7 @@
10557
10557
  React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
10558
10558
  renderBtn(),
10559
10559
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
10560
- React.createElement("div", { style: { paddingBottom: '80px' } }, renderContent({ isPost: false })),
10560
+ React.createElement("div", { style: { paddingTop: '34px', paddingBottom: '80px' } }, renderContent({ isPost: false })),
10561
10561
  renderBtn()),
10562
10562
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
10563
10563
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
@@ -11518,7 +11518,7 @@ Made in Italy` })));
11518
11518
  } }))),
11519
11519
  productInfoText({ isPost }))),
11520
11520
  React.createElement(Modal$1, { visible: showModal, onClose: () => setShowModal(false) },
11521
- React.createElement("div", { style: { paddingTop: '20px' } }, productInfoText({ isPost: false }))),
11521
+ React.createElement("div", { style: { paddingTop: '34px' } }, productInfoText({ isPost: false }))),
11522
11522
  React.createElement(Modal$1, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
11523
11523
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
11524
11524
  React.createElement("iframe", { src: iframeUrl, style: {