pb-sxp-ui 1.0.34 → 1.0.36

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
@@ -8380,10 +8380,10 @@
8380
8380
  React.createElement("div", { className: 'pb-commondity-content-title', style: commodityStyles === null || commodityStyles === void 0 ? void 0 : commodityStyles.title, hidden: !!product && !(product === null || product === void 0 ? void 0 : product.title) }, (_b = product === null || product === void 0 ? void 0 : product.title) !== null && _b !== void 0 ? _b : 'Pendant in Yellow Gold with Diamonds, Medium'),
8381
8381
  React.createElement("div", { className: 'pb-commondity-content-price', style: commodityStyles === null || commodityStyles === void 0 ? void 0 : commodityStyles.price, hidden: !!product && !(product === null || product === void 0 ? void 0 : product.price) }, priceText),
8382
8382
  React.createElement("div", { hidden: !!product && (!(product === null || product === void 0 ? void 0 : product.info) || (product === null || product === void 0 ? void 0 : product.info) === '') },
8383
- React.createElement(ExpandableText$1, { foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, onClick: () => setShowModal(true), isPost: isPost, text: (_c = product === null || product === void 0 ? void 0 : product.info) !== null && _c !== void 0 ? _c : `The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
8384
- bold and avant-garde visual design interprets the emotional bond connecting my heart. The Tiffany Lock
8385
- collection is unisex and is inspired by the padlock pattern found in the Tiffany Antique Collection. This
8386
- necklace features a stylish and eye-catching oval clasp chain decorated with a lock pattern. Crafted from
8383
+ React.createElement(ExpandableText$1, { foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, onClick: () => setShowModal(true), isPost: isPost, text: (_c = product === null || product === void 0 ? void 0 : product.info) !== null && _c !== void 0 ? _c : `The design inspiration of Tiffany Lock series comes from the power of connection and inclusiveness, and the
8384
+ bold and avant-garde visual design interprets the emotional bond connecting my heart. The Tiffany Lock
8385
+ collection is unisex and is inspired by the padlock pattern found in the Tiffany Antique Collection. This
8386
+ necklace features a stylish and eye-catching oval clasp chain decorated with a lock pattern. Crafted from
8387
8387
  18-karat gold, this necklace is embellished with hand-set diamonds.`, maxStr: 79, className: 'pb-commondity-content-info', style: commodityStyles === null || commodityStyles === void 0 ? void 0 : commodityStyles.info }))));
8388
8388
  };
8389
8389
  const renderBtn = () => {
@@ -8834,7 +8834,7 @@
8834
8834
  const productInfoText = ({ isPost }) => {
8835
8835
  return (React.createElement("div", { hidden: !!product && (!(product === null || product === void 0 ? void 0 : product.info) || (product === null || product === void 0 ? void 0 : product.info) === '') },
8836
8836
  React.createElement(ExpandableText$1, { isPost: isPost, onClick: () => setShowModal(true), className: 'pb-commondityDiroNew-info', style: commodityStyles === null || commodityStyles === void 0 ? void 0 : commodityStyles.info, foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, text: (product === null || product === void 0 ? void 0 : product.info) ||
8837
- `Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
8837
+ `Unveiled at the Spring-Summer 2023 fashion show, the Dior Toujours bag is distinguished by a casual and practical design. Crafted in black calfskin with Macrocannage topstitching, it showcases a spacious interior compartment with a matching pouch to organize essentials. Its leather strap closure keeps items secure while the D of the CD Lock closure twists to adjust the sides and enhance the bag's silhouette. The leather handles can be adjusted using the small notches in order to be able to carry the large bag by hand or wear it over the shoulder. CD Lock and strap closures D.I.O.R. charms Removable interior pouch Adjustable leather handles Dust bag included
8838
8838
  Made in Italy` })));
8839
8839
  };
8840
8840
  return (React.createElement("div", { className: 'pb-commondityDiroNew' },
@@ -11919,14 +11919,14 @@ Made in Italy` })));
11919
11919
  Prompt: Prompt
11920
11920
  });
11921
11921
 
11922
- const defaultUnLikeIconPath = '/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png';
11923
- const defaultLikeIconPath = '/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png';
11922
+ const defaultUnLikeIconPath$1 = '/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png';
11923
+ const defaultLikeIconPath$1 = '/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png';
11924
11924
  const LikeButton = (_a) => {
11925
11925
  var { active, activeIcon, unActicveIcon, recData, position } = _a, props = __rest(_a, ["active", "activeIcon", "unActicveIcon", "recData", "position"]);
11926
11926
  const { mutateLike, mutateUnlike, bffEventReport } = useSxpDataSource();
11927
11927
  const [state, setState] = React.useState(active);
11928
- const likeIcon = useIconLink(defaultLikeIconPath);
11929
- const unlikeIcon = useIconLink(defaultUnLikeIconPath);
11928
+ const likeIcon = useIconLink(defaultLikeIconPath$1);
11929
+ const unlikeIcon = useIconLink(defaultUnLikeIconPath$1);
11930
11930
  const handleClick = lodash.debounce(() => __awaiter(void 0, void 0, void 0, function* () {
11931
11931
  var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
11932
11932
  if (state) {
@@ -12123,6 +12123,10 @@ Made in Italy` })));
12123
12123
  const hls = new Hls();
12124
12124
  hls.loadSource(videoSrc);
12125
12125
  hls.attachMedia(videoRef.current);
12126
+ hls.on(Hls.Events.MANIFEST_PARSED, function () {
12127
+ var _a;
12128
+ (_a = videoRef === null || videoRef === void 0 ? void 0 : videoRef.current) === null || _a === void 0 ? void 0 : _a.play();
12129
+ });
12126
12130
  }
12127
12131
  else if (videoRef.current.canPlayType('application/vnd.apple.mpegurl')) {
12128
12132
  videoRef.current.src = videoSrc;
@@ -13204,9 +13208,9 @@ Made in Italy` })));
13204
13208
  Object.values(_materials_).forEach((v) => {
13205
13209
  RESOLVER$1[v.extend.type] = v;
13206
13210
  });
13207
- const DiyPortalPreview = ({ data, globalConfig, tipText, nudge, tempMap, descStyle, hashTagStyle }) => {
13208
- const containerWidth = 375;
13209
- const containerHeight = 664;
13211
+ const defaultUnLikeIconPath = '/pb_static/f71266d2c64446c5ae6a5a7f5489cc0a.png';
13212
+ const defaultLikeIconPath = '/pb_static/f07900fe3f0f4ae188ea1611d4801a44.png';
13213
+ const DiyPortalPreview = ({ data, globalConfig, tipText, nudge, tempMap, descStyle, hashTagStyle, containerHeight = 664, containerWidth = 375, appDomain }) => {
13210
13214
  const height = React.useMemo(() => {
13211
13215
  return (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.logoUrl) && (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isShowLogo) ? containerHeight - 45 : containerHeight;
13212
13216
  }, [globalConfig, containerHeight]);
@@ -13256,8 +13260,10 @@ Made in Italy` })));
13256
13260
  }
13257
13261
  return null;
13258
13262
  };
13263
+ const likeIcon = useIconLink(defaultLikeIconPath, appDomain);
13264
+ const unlikeIcon = useIconLink(defaultUnLikeIconPath, appDomain);
13259
13265
  const renderLikeButton = (rec, index) => {
13260
- var _a, _b;
13266
+ var _a, _b, _c, _d;
13261
13267
  if (!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isShowLike))
13262
13268
  return;
13263
13269
  let top = (_a = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIconY) !== null && _a !== void 0 ? _a : 400;
@@ -13265,15 +13271,15 @@ Made in Italy` })));
13265
13271
  top += 40;
13266
13272
  }
13267
13273
  if (rec.video) {
13268
- return (React.createElement(LikeButton$1, { key: rec.position, activeIcon: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIcon, unActicveIcon: globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unlikeIcon, position: index, active: rec.isCollected, recData: rec, className: 'clc-sxp-like-button', style: {
13274
+ return (React.createElement(LikeButton$1, { key: rec.position, activeIcon: (_b = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIcon) !== null && _b !== void 0 ? _b : likeIcon, unActicveIcon: (_c = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.unlikeIcon) !== null && _c !== void 0 ? _c : unlikeIcon, position: index, active: rec.isCollected, recData: rec, className: 'clc-sxp-like-button', style: {
13269
13275
  top,
13270
- right: (_b = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIconX) !== null && _b !== void 0 ? _b : 0
13276
+ right: (_d = globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.likeIconX) !== null && _d !== void 0 ? _d : 0
13271
13277
  } }));
13272
13278
  }
13273
13279
  return null;
13274
13280
  };
13275
- const mutedIcon = useIconLink('/pb_static/5beaaa5ce7f3477b99db3838619cc471.png');
13276
- const unmutedIcon = useIconLink('/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png');
13281
+ const mutedIcon = useIconLink('/pb_static/5beaaa5ce7f3477b99db3838619cc471.png', appDomain);
13282
+ const unmutedIcon = useIconLink('/pb_static/fea8668a8a894e4aa3a86bcc775e895e.png', appDomain);
13277
13283
  const renderView = (rec, index) => {
13278
13284
  var _a, _b, _c, _d;
13279
13285
  return (React.createElement("div", { style: { position: 'relative' } },