pb-sxp-ui 1.16.4 → 1.16.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.css CHANGED
@@ -1014,9 +1014,9 @@ a:active {
1014
1014
  left: -50%;
1015
1015
  width: 200%;
1016
1016
  height: 200%;
1017
- background: conic-gradient(from 0deg at 50% 50%, transparent 0%, #fff 12.5%, transparent 25%);
1018
- -webkit-animation: index-module_rotate__5zJec 4s linear infinite;
1019
- animation: index-module_rotate__5zJec 4s linear infinite;
1017
+ background: conic-gradient(from 0deg at 50% 50%, transparent 0%, #fff 6.25%, transparent 12.5%);
1018
+ -webkit-animation: index-module_rotate__5zJec 6s linear infinite;
1019
+ animation: index-module_rotate__5zJec 6s linear infinite;
1020
1020
  }
1021
1021
  .index-module_gridItem__KrJP6::after {
1022
1022
  content: '';
package/dist/index.js CHANGED
@@ -18984,7 +18984,7 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
18984
18984
  cta = (_e = (_d = rec === null || rec === void 0 ? void 0 : rec.video) === null || _d === void 0 ? void 0 : _d.bindCta) === null || _e === void 0 ? void 0 : _e.itemId;
18985
18985
  }
18986
18986
  const value = tempMap === null || tempMap === void 0 ? void 0 : tempMap[cta];
18987
- const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === 1;
18987
+ const isNineProduct = (globalConfig === null || globalConfig === void 0 ? void 0 : globalConfig.nineProductEnable) && index === ((rtcList === null || rtcList === void 0 ? void 0 : rtcList[0]) === 'organic menu' ? 2 : 1);
18988
18988
  return (React.createElement(React.Fragment, null,
18989
18989
  isNineProduct && (React.createElement(RenderCard$1, { rec: rec, index: index, tempMap: tempMap, resolver: resolver, isActive: index === activeIndex, value: value, isNineProduct: isNineProduct })),
18990
18990
  ((_f = rec === null || rec === void 0 ? void 0 : rec.video) === null || _f === void 0 ? void 0 : _f.title) && !isShowMore && React.createElement("div", { className: 'clc-sxp-bottom-shadow' }),
@@ -19010,7 +19010,8 @@ const SxpPageRender = ({ globalConfig, descStyle, containerHeight = window.inner
19010
19010
  globalConfig,
19011
19011
  onExpandableChange,
19012
19012
  isShowMore,
19013
- lineGradStyle
19013
+ lineGradStyle,
19014
+ rtcList
19014
19015
  ]);
19015
19016
  const renderLikeButton = useCallback((rec, index, visible) => {
19016
19017
  var _a, _b, _c, _d;