pb-sxp-ui 1.0.9 → 1.0.10

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.js CHANGED
@@ -12450,8 +12450,16 @@ const RenderCard = ({ rec, index, tempMap, resolver }) => {
12450
12450
  };
12451
12451
  var RenderCard$1 = memo(RenderCard);
12452
12452
 
12453
+ /*
12454
+ * @Author: binruan@chatlabs.com
12455
+ * @Date: 2024-03-26 10:07:41
12456
+ * @LastEditors: binruan@chatlabs.com
12457
+ * @LastEditTime: 2024-04-15 14:27:18
12458
+ * @FilePath: \pb-sxp-ui\src\core\components\SxpPageRender\Nudge\index.tsx
12459
+ *
12460
+ */
12453
12461
  const Nudge = ({ nudge }) => {
12454
- return (React.createElement("div", { hidden: !(nudge === null || nudge === void 0 ? void 0 : nudge.isOpen), className: 'clc-sxp-bottom-nudge', style: {
12462
+ return (React.createElement(React.Fragment, null, (nudge === null || nudge === void 0 ? void 0 : nudge.isOpen) && (React.createElement("div", { className: 'clc-sxp-bottom-nudge', style: {
12455
12463
  marginBottom: nudge === null || nudge === void 0 ? void 0 : nudge.marginBottom,
12456
12464
  width: nudge === null || nudge === void 0 ? void 0 : nudge.size.width,
12457
12465
  height: nudge === null || nudge === void 0 ? void 0 : nudge.size.height,
@@ -12459,7 +12467,7 @@ const Nudge = ({ nudge }) => {
12459
12467
  borderRadius: nudge === null || nudge === void 0 ? void 0 : nudge.borderRadius
12460
12468
  } },
12461
12469
  (nudge === null || nudge === void 0 ? void 0 : nudge.icon) ? React.createElement("img", { src: nudge.icon, style: { height: '100%', objectFit: 'cover' } }) : null,
12462
- React.createElement("p", { style: Object.assign({}, nudge === null || nudge === void 0 ? void 0 : nudge.textStyle) }, nudge === null || nudge === void 0 ? void 0 : nudge.content)));
12470
+ React.createElement("p", { style: Object.assign({}, nudge === null || nudge === void 0 ? void 0 : nudge.textStyle) }, nudge === null || nudge === void 0 ? void 0 : nudge.content)))));
12463
12471
  };
12464
12472
 
12465
12473
  /*
@@ -12651,11 +12659,11 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
12651
12659
  React.createElement(Nudge, { nudge: nudge }),
12652
12660
  React.createElement("div", { className: 'clc-sxp-bottom-card' },
12653
12661
  React.createElement(RenderCard$1, { rec: rec, index: index, tempMap: tempMap, resolver: resolver })),
12654
- React.createElement(ExpandableText$1, { className: 'clc-sxp-bottom-text', isPost: true, foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, text: (_c = (_b = rec.video) === null || _b === void 0 ? void 0 : _b.title) !== null && _c !== void 0 ? _c : '', style: descStyle }),
12662
+ React.createElement(ExpandableText$1, { className: 'clc-sxp-bottom-text', isPost: true, foldText: tipText === null || tipText === void 0 ? void 0 : tipText.foldText, unfoldText: tipText === null || tipText === void 0 ? void 0 : tipText.unfoldText, text: (_c = (_b = rec.video) === null || _b === void 0 ? void 0 : _b.title) !== null && _c !== void 0 ? _c : '', style: Object.assign(Object.assign({}, descStyle), { textShadow: (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isOpenTextShadow) ? '2px 2px 4px rgba(0, 0, 0, 0.5)' : 'none' }) }),
12655
12663
  React.createElement(Hashtag$1, { index: activeIndex, tags: (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.hashTags) !== null && _e !== void 0 ? _e : [], itemId: (_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.itemId, itemType: ((_g = rec.video) === null || _g === void 0 ? void 0 : _g.url) ? 'VIDEO' : null, rec: rec, hashTagStyle: hashTagStyle }))));
12656
12664
  }
12657
12665
  return null;
12658
- }, [descStyle, activeIndex, tempMap, resolver, tipText, nudge, hashTagStyle]);
12666
+ }, [descStyle, activeIndex, tempMap, resolver, tipText, nudge, hashTagStyle, globalConfig]);
12659
12667
  const renderLikeButton = useCallback((rec, index) => {
12660
12668
  var _a, _b;
12661
12669
  if (!(globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.isShowLike))