pb-sxp-ui 1.5.5 → 1.6.1
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 +121 -71
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +17 -1
- package/dist/index.js +121 -71
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +3 -3
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +3 -3
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +121 -71
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +3 -3
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/DiyPortalPreview/PictureGroup.js +5 -1
- package/es/core/components/SxpPageRender/Hashtag/index.js +1 -1
- package/es/core/components/SxpPageRender/Modal/index.js +6 -6
- package/es/core/components/SxpPageRender/Navbar.js +2 -1
- package/es/core/components/SxpPageRender/PictureGroup/index.js +2 -1
- package/es/core/components/SxpPageRender/RenderCard.d.ts +3 -3
- package/es/core/components/SxpPageRender/RenderCard.js +27 -17
- package/es/core/components/SxpPageRender/Tagbar.js +2 -2
- package/es/core/components/SxpPageRender/WaterFall/index.js +5 -1
- package/es/core/components/SxpPageRender/index.d.ts +8 -0
- package/es/core/components/SxpPageRender/index.js +47 -19
- package/es/core/context/SxpDataSourceProvider.js +4 -1
- package/es/materials/sxp/popup/CommodityDetail/index.js +2 -1
- package/es/materials/sxp/popup/CommodityDetailDiro/index.js +5 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +2 -1
- package/es/materials/sxp/template/MultiCommodity/index.d.ts +1 -0
- package/es/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiro/index.d.ts +1 -0
- package/es/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +1 -0
- package/es/materials/sxp/template/MultiCommodityDiroNew/index.js +2 -2
- package/es/materials/sxp/template/components/Img.d.ts +1 -0
- package/es/materials/sxp/template/components/Img.js +6 -4
- package/lib/core/components/DiyPortalPreview/PictureGroup.js +5 -1
- package/lib/core/components/SxpPageRender/Hashtag/index.js +1 -1
- package/lib/core/components/SxpPageRender/Modal/index.js +6 -6
- package/lib/core/components/SxpPageRender/Navbar.js +2 -1
- package/lib/core/components/SxpPageRender/PictureGroup/index.js +2 -1
- package/lib/core/components/SxpPageRender/RenderCard.d.ts +3 -3
- package/lib/core/components/SxpPageRender/RenderCard.js +26 -16
- package/lib/core/components/SxpPageRender/Tagbar.js +2 -2
- package/lib/core/components/SxpPageRender/WaterFall/index.js +5 -1
- package/lib/core/components/SxpPageRender/index.d.ts +8 -0
- package/lib/core/components/SxpPageRender/index.js +47 -19
- package/lib/core/context/SxpDataSourceProvider.js +4 -1
- package/lib/materials/sxp/popup/CommodityDetail/index.js +2 -1
- package/lib/materials/sxp/popup/CommodityDetailDiro/index.js +5 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +2 -1
- package/lib/materials/sxp/template/MultiCommodity/index.d.ts +1 -0
- package/lib/materials/sxp/template/MultiCommodity/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiro/index.d.ts +1 -0
- package/lib/materials/sxp/template/MultiCommodityDiro/index.js +2 -2
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.d.ts +1 -0
- package/lib/materials/sxp/template/MultiCommodityDiroNew/index.js +2 -2
- package/lib/materials/sxp/template/components/Img.d.ts +1 -0
- package/lib/materials/sxp/template/components/Img.js +5 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1842,6 +1842,10 @@ button.swiper-pagination-bullet {
|
|
1842
1842
|
font-size: 14px;
|
1843
1843
|
text-wrap: nowrap;
|
1844
1844
|
white-space: nowrap;
|
1845
|
+
padding: 0;
|
1846
|
+
border: none;
|
1847
|
+
background: transparent;
|
1848
|
+
font-family: inherit;
|
1845
1849
|
}
|
1846
1850
|
.clc-sxp-tagbar-list-item-active {
|
1847
1851
|
position: relative;
|
@@ -1856,7 +1860,7 @@ button.swiper-pagination-bullet {
|
|
1856
1860
|
height: 1px;
|
1857
1861
|
border-radius: 6px;
|
1858
1862
|
width: 18px;
|
1859
|
-
background-color: #000;
|
1863
|
+
background-color: #000 !important;
|
1860
1864
|
}
|
1861
1865
|
.clc-sxp-tagbar::-webkit-scrollbar {
|
1862
1866
|
width: 0;
|
@@ -1934,6 +1938,8 @@ button.swiper-pagination-bullet {
|
|
1934
1938
|
font-size: 10px;
|
1935
1939
|
margin-right: 8px;
|
1936
1940
|
cursor: pointer;
|
1941
|
+
border: none;
|
1942
|
+
font-family: inherit;
|
1937
1943
|
}
|
1938
1944
|
.clc-sxp-bottom-shadow {
|
1939
1945
|
background: repeating-linear-gradient(0deg, rgba(26, 26, 25, 0.7), hsla(0, 0%, 100%, 0));
|
@@ -1943,6 +1949,7 @@ button.swiper-pagination-bullet {
|
|
1943
1949
|
width: 100%;
|
1944
1950
|
will-change: transform;
|
1945
1951
|
z-index: 2;
|
1952
|
+
pointer-events: none;
|
1946
1953
|
}
|
1947
1954
|
.clc-sxp-nav {
|
1948
1955
|
display: -webkit-box;
|
@@ -1970,6 +1977,12 @@ button.swiper-pagination-bullet {
|
|
1970
1977
|
width: 20px;
|
1971
1978
|
height: 20px;
|
1972
1979
|
cursor: pointer;
|
1980
|
+
border: none;
|
1981
|
+
padding: 0;
|
1982
|
+
background: transparent;
|
1983
|
+
}
|
1984
|
+
.clc-sxp-nav-left img {
|
1985
|
+
width: 100%;
|
1973
1986
|
}
|
1974
1987
|
.clc-sxp-nav-title {
|
1975
1988
|
font-size: 16px;
|
@@ -2029,6 +2042,9 @@ button.swiper-pagination-bullet {
|
|
2029
2042
|
right: 15px;
|
2030
2043
|
top: 15px;
|
2031
2044
|
z-index: 999 !important;
|
2045
|
+
border: none;
|
2046
|
+
padding: 0;
|
2047
|
+
background: transparent;
|
2032
2048
|
}
|
2033
2049
|
.modal-icon {
|
2034
2050
|
width: 100%;
|