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.
@@ -217,7 +217,7 @@ const CommodityDetail = (_a) => {
217
217
  React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
218
218
  renderBtn(),
219
219
  React.createElement(Modal, { visible: showModal, onClose: () => setShowModal(false) },
220
- React.createElement("div", { style: { paddingBottom: '80px' } }, renderContent({ isPost: false })),
220
+ React.createElement("div", { style: { paddingTop: '34px', paddingBottom: '80px' } }, renderContent({ isPost: false })),
221
221
  renderBtn()),
222
222
  React.createElement(Modal, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
223
223
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
@@ -224,7 +224,7 @@ Made in Italy` })));
224
224
  } }))),
225
225
  productInfoText({ isPost }))),
226
226
  React.createElement(Modal, { visible: showModal, onClose: () => setShowModal(false) },
227
- React.createElement("div", { style: { paddingTop: '20px' } }, productInfoText({ isPost: false }))),
227
+ React.createElement("div", { style: { paddingTop: '34px' } }, productInfoText({ isPost: false }))),
228
228
  React.createElement(Modal, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
229
229
  React.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
230
230
  React.createElement("iframe", { src: iframeUrl, style: {
@@ -219,7 +219,7 @@ const CommodityDetail = (_a) => {
219
219
  react_1.default.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
220
220
  renderBtn(),
221
221
  react_1.default.createElement(Modal_1.default, { visible: showModal, onClose: () => setShowModal(false) },
222
- react_1.default.createElement("div", { style: { paddingBottom: '80px' } }, renderContent({ isPost: false })),
222
+ react_1.default.createElement("div", { style: { paddingTop: '34px', paddingBottom: '80px' } }, renderContent({ isPost: false })),
223
223
  renderBtn()),
224
224
  react_1.default.createElement(Modal_1.default, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
225
225
  react_1.default.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
@@ -226,7 +226,7 @@ Made in Italy` })));
226
226
  } }))),
227
227
  productInfoText({ isPost }))),
228
228
  react_1.default.createElement(Modal_1.default, { visible: showModal, onClose: () => setShowModal(false) },
229
- react_1.default.createElement("div", { style: { paddingTop: '20px' } }, productInfoText({ isPost: false }))),
229
+ react_1.default.createElement("div", { style: { paddingTop: '34px' } }, productInfoText({ isPost: false }))),
230
230
  react_1.default.createElement(Modal_1.default, { visible: show3DModal, padding: 0, isFullScreen: true, onClose: () => setShow3DModal(false) },
231
231
  react_1.default.createElement("div", { style: { backgroundColor: iframeBgColor, height: '100%' } },
232
232
  react_1.default.createElement("iframe", { src: iframeUrl, style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.15.39",
3
+ "version": "1.15.40",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",