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.
- package/dist/index.cjs +165 -128
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +3 -3
- package/dist/index.js +165 -128
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +6 -6
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +165 -128
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +6 -6
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/DiyPortalPreview/VideoWidget.js +10 -8
- package/es/core/components/SxpPageRender/LikeButton/index.js +17 -15
- package/es/core/components/SxpPageRender/PictureGroup/index.d.ts +5 -0
- package/es/core/components/SxpPageRender/PictureGroup/index.js +42 -13
- package/es/core/components/SxpPageRender/VideoWidget/index.js +34 -44
- package/es/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/es/core/components/SxpPageRender/index.js +49 -37
- package/es/core/context/SxpDataSourceProvider.js +2 -2
- package/es/core/hooks/useEventReport.js +6 -5
- package/lib/core/components/DiyPortalPreview/VideoWidget.js +10 -8
- package/lib/core/components/SxpPageRender/LikeButton/index.js +17 -15
- package/lib/core/components/SxpPageRender/PictureGroup/index.d.ts +5 -0
- package/lib/core/components/SxpPageRender/PictureGroup/index.js +41 -12
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +34 -44
- package/lib/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/lib/core/components/SxpPageRender/index.js +49 -37
- package/lib/core/context/SxpDataSourceProvider.js +2 -2
- package/lib/core/hooks/useEventReport.js +6 -5
- 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
|
1018
|
-
-webkit-animation: index-module_rotate__5zJec
|
1019
|
-
animation: index-module_rotate__5zJec
|
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: '';
|