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/pb-ui.js
CHANGED
@@ -9281,7 +9281,6 @@
|
|
9281
9281
|
height: '100%'
|
9282
9282
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
9283
9283
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
9284
|
-
padding: '5px 10px',
|
9285
9284
|
display: 'flex',
|
9286
9285
|
alignItems: 'center',
|
9287
9286
|
position: 'absolute',
|
@@ -9291,7 +9290,7 @@
|
|
9291
9290
|
background: '#fff',
|
9292
9291
|
borderRadius: '3px'
|
9293
9292
|
}, onClick: () => setShow3DModal(true) },
|
9294
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
9293
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
9295
9294
|
renderCommodityGroup(),
|
9296
9295
|
React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
|
9297
9296
|
renderBtn(),
|
@@ -10146,7 +10145,6 @@ Made in Italy` })));
|
|
10146
10145
|
height: '100%'
|
10147
10146
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
10148
10147
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
10149
|
-
padding: '5px 10px',
|
10150
10148
|
display: 'flex',
|
10151
10149
|
alignItems: 'center',
|
10152
10150
|
position: 'absolute',
|
@@ -10156,7 +10154,7 @@ Made in Italy` })));
|
|
10156
10154
|
background: '#fff',
|
10157
10155
|
borderRadius: '3px'
|
10158
10156
|
}, onClick: () => setShow3DModal(true) },
|
10159
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
10157
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
10160
10158
|
renderCommodityGroup(),
|
10161
10159
|
React.createElement("div", { className: 'pb-commondityDiroNew-content' },
|
10162
10160
|
React.createElement("div", { className: 'pb-commondityDiroNew-content-top' },
|