pb-sxp-ui 1.3.4 → 1.3.5
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/index.cjs +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -4
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +2 -2
- package/dist/pb-ui.min.js.map +1 -1
- package/es/materials/sxp/popup/CommodityDetail/index.js +1 -2
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -2
- package/lib/materials/sxp/popup/CommodityDetail/index.js +1 -2
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -9266,7 +9266,6 @@ const CommodityDetail$1 = (_a) => {
|
|
9266
9266
|
height: '100%'
|
9267
9267
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
9268
9268
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
9269
|
-
padding: '5px 10px',
|
9270
9269
|
display: 'flex',
|
9271
9270
|
alignItems: 'center',
|
9272
9271
|
position: 'absolute',
|
@@ -9276,7 +9275,7 @@ const CommodityDetail$1 = (_a) => {
|
|
9276
9275
|
background: '#fff',
|
9277
9276
|
borderRadius: '3px'
|
9278
9277
|
}, onClick: () => setShow3DModal(true) },
|
9279
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
9278
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
9280
9279
|
renderCommodityGroup(),
|
9281
9280
|
React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
|
9282
9281
|
renderBtn(),
|
@@ -10131,7 +10130,6 @@ Made in Italy` })));
|
|
10131
10130
|
height: '100%'
|
10132
10131
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
10133
10132
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
10134
|
-
padding: '5px 10px',
|
10135
10133
|
display: 'flex',
|
10136
10134
|
alignItems: 'center',
|
10137
10135
|
position: 'absolute',
|
@@ -10141,7 +10139,7 @@ Made in Italy` })));
|
|
10141
10139
|
background: '#fff',
|
10142
10140
|
borderRadius: '3px'
|
10143
10141
|
}, onClick: () => setShow3DModal(true) },
|
10144
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
10142
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
10145
10143
|
renderCommodityGroup(),
|
10146
10144
|
React.createElement("div", { className: 'pb-commondityDiroNew-content' },
|
10147
10145
|
React.createElement("div", { className: 'pb-commondityDiroNew-content-top' },
|