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.cjs
CHANGED
@@ -9288,7 +9288,6 @@ const CommodityDetail$1 = (_a) => {
|
|
9288
9288
|
height: '100%'
|
9289
9289
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
9290
9290
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
9291
|
-
padding: '5px 10px',
|
9292
9291
|
display: 'flex',
|
9293
9292
|
alignItems: 'center',
|
9294
9293
|
position: 'absolute',
|
@@ -9298,7 +9297,7 @@ const CommodityDetail$1 = (_a) => {
|
|
9298
9297
|
background: '#fff',
|
9299
9298
|
borderRadius: '3px'
|
9300
9299
|
}, onClick: () => setShow3DModal(true) },
|
9301
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
9300
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
9302
9301
|
renderCommodityGroup(),
|
9303
9302
|
React.createElement("div", { className: 'pb-commondity-content' }, renderContent({ isPost }))),
|
9304
9303
|
renderBtn(),
|
@@ -10153,7 +10152,6 @@ Made in Italy` })));
|
|
10153
10152
|
height: '100%'
|
10154
10153
|
}), src: (_z = sxpParameter === null || sxpParameter === void 0 ? void 0 : sxpParameter.bottom_image) !== null && _z !== void 0 ? _z : bottom_image, alt: 'pdp image' }))),
|
10155
10154
|
(iframeUrl || !product) && iframeIcon && (React.createElement("div", { style: {
|
10156
|
-
padding: '5px 10px',
|
10157
10155
|
display: 'flex',
|
10158
10156
|
alignItems: 'center',
|
10159
10157
|
position: 'absolute',
|
@@ -10163,7 +10161,7 @@ Made in Italy` })));
|
|
10163
10161
|
background: '#fff',
|
10164
10162
|
borderRadius: '3px'
|
10165
10163
|
}, onClick: () => setShow3DModal(true) },
|
10166
|
-
React.createElement("img", { src: iframeIcon, alt: '3d', width: '
|
10164
|
+
React.createElement("img", { src: iframeIcon, alt: '3d', width: '60px' })))),
|
10167
10165
|
renderCommodityGroup(),
|
10168
10166
|
React.createElement("div", { className: 'pb-commondityDiroNew-content' },
|
10169
10167
|
React.createElement("div", { className: 'pb-commondityDiroNew-content-top' },
|