pb-sxp-ui 1.16.4 → 1.16.6

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.
Files changed (32) hide show
  1. package/dist/index.cjs +165 -128
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +3 -3
  4. package/dist/index.js +165 -128
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +6 -6
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +6 -6
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +165 -128
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +6 -6
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/components/DiyPortalPreview/VideoWidget.js +10 -8
  15. package/es/core/components/SxpPageRender/LikeButton/index.js +17 -15
  16. package/es/core/components/SxpPageRender/PictureGroup/index.d.ts +5 -0
  17. package/es/core/components/SxpPageRender/PictureGroup/index.js +42 -13
  18. package/es/core/components/SxpPageRender/VideoWidget/index.js +34 -44
  19. package/es/core/components/SxpPageRender/WaterFall/index.js +4 -3
  20. package/es/core/components/SxpPageRender/index.js +49 -37
  21. package/es/core/context/SxpDataSourceProvider.js +2 -2
  22. package/es/core/hooks/useEventReport.js +6 -5
  23. package/lib/core/components/DiyPortalPreview/VideoWidget.js +10 -8
  24. package/lib/core/components/SxpPageRender/LikeButton/index.js +17 -15
  25. package/lib/core/components/SxpPageRender/PictureGroup/index.d.ts +5 -0
  26. package/lib/core/components/SxpPageRender/PictureGroup/index.js +41 -12
  27. package/lib/core/components/SxpPageRender/VideoWidget/index.js +34 -44
  28. package/lib/core/components/SxpPageRender/WaterFall/index.js +4 -3
  29. package/lib/core/components/SxpPageRender/index.js +49 -37
  30. package/lib/core/context/SxpDataSourceProvider.js +2 -2
  31. package/lib/core/hooks/useEventReport.js +6 -5
  32. package/package.json +1 -1
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: '';