pb-sxp-ui 1.2.1 → 1.2.3

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 (58) hide show
  1. package/dist/index.cjs +132 -83
  2. package/dist/index.cjs.map +1 -1
  3. package/dist/index.css +99 -32
  4. package/dist/index.js +132 -83
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.cjs +3 -3
  7. package/dist/index.min.cjs.map +1 -1
  8. package/dist/index.min.js +3 -3
  9. package/dist/index.min.js.map +1 -1
  10. package/dist/pb-ui.js +132 -83
  11. package/dist/pb-ui.js.map +1 -1
  12. package/dist/pb-ui.min.js +3 -3
  13. package/dist/pb-ui.min.js.map +1 -1
  14. package/es/core/Pagebuilder/type.d.ts +1 -0
  15. package/es/core/components/SxpPageCore/index.js +1 -1
  16. package/es/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +1 -0
  17. package/es/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
  18. package/es/core/components/SxpPageRender/Hashtag/index.js +3 -1
  19. package/es/core/components/SxpPageRender/Navbar.js +1 -1
  20. package/es/core/components/SxpPageRender/VideoWidget/index.js +13 -10
  21. package/es/core/components/SxpPageRender/WaterFall/List.js +1 -1
  22. package/es/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
  23. package/es/core/components/SxpPageRender/index.d.ts +3 -0
  24. package/es/core/components/SxpPageRender/index.js +8 -8
  25. package/es/core/context/SxpDataSourceProvider.d.ts +1 -0
  26. package/es/core/context/SxpDataSourceProvider.js +3 -3
  27. package/es/materials/sxp/HashTag/material.js +2 -1
  28. package/es/materials/sxp/cta/AniLink/index.js +27 -11
  29. package/es/materials/sxp/cta/AniLinkPopup/index.js +40 -23
  30. package/es/materials/sxp/popup/CommodityDetail/index.js +1 -1
  31. package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
  32. package/es/materials/sxp/popup/CommodityList/index.js +13 -7
  33. package/es/materials/sxp/template/Link/index.js +2 -2
  34. package/es/materials/sxp/template/components/Img.js +1 -1
  35. package/es/materials/sxp/template/components/settingRender.js +5 -0
  36. package/lib/core/Pagebuilder/type.d.ts +1 -0
  37. package/lib/core/components/SxpPageCore/index.js +1 -1
  38. package/lib/core/components/SxpPageRender/FingerSwipeTip/index.d.ts +1 -0
  39. package/lib/core/components/SxpPageRender/FingerSwipeTip/index.js +3 -3
  40. package/lib/core/components/SxpPageRender/Hashtag/index.js +3 -1
  41. package/lib/core/components/SxpPageRender/Navbar.js +1 -1
  42. package/lib/core/components/SxpPageRender/VideoWidget/index.js +13 -10
  43. package/lib/core/components/SxpPageRender/WaterFall/List.js +1 -1
  44. package/lib/core/components/SxpPageRender/WaterFall/WaterfallList.js +1 -1
  45. package/lib/core/components/SxpPageRender/index.d.ts +3 -0
  46. package/lib/core/components/SxpPageRender/index.js +8 -8
  47. package/lib/core/context/SxpDataSourceProvider.d.ts +1 -0
  48. package/lib/core/context/SxpDataSourceProvider.js +3 -3
  49. package/lib/materials/sxp/HashTag/material.js +2 -1
  50. package/lib/materials/sxp/cta/AniLink/index.js +26 -10
  51. package/lib/materials/sxp/cta/AniLinkPopup/index.js +39 -22
  52. package/lib/materials/sxp/popup/CommodityDetail/index.js +1 -1
  53. package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
  54. package/lib/materials/sxp/popup/CommodityList/index.js +13 -7
  55. package/lib/materials/sxp/template/Link/index.js +2 -2
  56. package/lib/materials/sxp/template/components/Img.js +1 -1
  57. package/lib/materials/sxp/template/components/settingRender.js +5 -0
  58. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1,5 +1,6 @@
1
1
  .pb-appoint-form {
2
2
  position: relative;
3
+ height: 100%;
3
4
  }
4
5
  .pb-appoint-form-loading {
5
6
  font-size: 24px;
@@ -660,6 +661,20 @@
660
661
  .commondityDiroNew-swiper-clickable-center {
661
662
  bottom: 14px !important;
662
663
  }
664
+ .one-line-ellipsis {
665
+ text-overflow: ellipsis;
666
+ overflow: hidden;
667
+ word-break: break-all;
668
+ white-space: nowrap;
669
+ }
670
+ .two-line-ellipsis {
671
+ display: -webkit-box;
672
+ -webkit-box-orient: vertical;
673
+ -webkit-line-clamp: 2;
674
+ text-overflow: ellipsis;
675
+ overflow: hidden;
676
+ word-wrap: break-word;
677
+ }
663
678
 
664
679
  .index-module_tow-line-ellipsis__3bKKx {
665
680
  display: -webkit-box;
@@ -679,12 +694,10 @@
679
694
  word-wrap: break-word;
680
695
  }
681
696
  .index-module_one-line-ellipsis__buFw1 {
682
- display: -webkit-box;
683
- -webkit-box-orient: vertical;
684
- -webkit-line-clamp: 1;
685
697
  text-overflow: ellipsis;
686
698
  overflow: hidden;
687
699
  word-break: break-all;
700
+ white-space: nowrap;
688
701
  }
689
702
 
690
703
  .index-module_tow-line-ellipsis__yyHVb {
@@ -1085,46 +1098,102 @@
1085
1098
  display: inline-block;
1086
1099
  -webkit-animation-name: index-module_gradientCover__5iUag;
1087
1100
  animation-name: index-module_gradientCover__5iUag;
1101
+ -webkit-transform: scaleX(0);
1102
+ transform: scaleX(0);
1103
+ -webkit-animation-fill-mode: forwards;
1104
+ animation-fill-mode: forwards;
1105
+ }
1106
+ .index-module_one-line-ellipsis__HutE0 {
1107
+ text-overflow: ellipsis;
1108
+ overflow: hidden;
1109
+ word-break: break-all;
1110
+ white-space: nowrap;
1111
+ }
1112
+ .index-module_two-line-ellipsis__c8gRJ {
1113
+ display: -webkit-box;
1114
+ -webkit-box-orient: vertical;
1115
+ -webkit-line-clamp: 2;
1116
+ text-overflow: ellipsis;
1117
+ overflow: hidden;
1118
+ word-wrap: break-word;
1088
1119
  }
1089
1120
 
1090
- @-webkit-keyframes index-module_gradientCover__nD6d9 {
1121
+ @-webkit-keyframes index-module_fadeIn__2E-dk {
1091
1122
  0% {
1092
- -webkit-transform: scaleX(0);
1093
- transform: scaleX(0);
1123
+ -webkit-transform: var(--transY);
1124
+ transform: var(--transY);
1125
+ z-index: 1000;
1094
1126
  }
1095
1127
  100% {
1096
- -webkit-transform: scaleX(1);
1097
- transform: scaleX(1);
1128
+ -webkit-transform: translateY(0);
1129
+ transform: translateY(0);
1130
+ z-index: 1000;
1098
1131
  }
1099
1132
  }
1100
- @keyframes index-module_gradientCover__nD6d9 {
1133
+ @keyframes index-module_fadeIn__2E-dk {
1101
1134
  0% {
1102
- -webkit-transform: scaleX(0);
1103
- transform: scaleX(0);
1135
+ -webkit-transform: var(--transY);
1136
+ transform: var(--transY);
1137
+ z-index: 1000;
1104
1138
  }
1105
1139
  100% {
1106
- -webkit-transform: scaleX(1);
1107
- transform: scaleX(1);
1140
+ -webkit-transform: translateY(0);
1141
+ transform: translateY(0);
1142
+ z-index: 1000;
1108
1143
  }
1109
1144
  }
1110
- .index-module_animated-button__qI1lz {
1111
- position: relative;
1145
+ @-webkit-keyframes index-module_fadeOut__MgevT {
1146
+ 0% {
1147
+ -webkit-transform: translateY(0);
1148
+ transform: translateY(0);
1149
+ }
1150
+ 100% {
1151
+ -webkit-transform: var(--transY);
1152
+ transform: var(--transY);
1153
+ z-index: -1;
1154
+ }
1112
1155
  }
1113
- .index-module_animated-button__qI1lz:after {
1114
- width: 100%;
1115
- height: 100%;
1156
+ @keyframes index-module_fadeOut__MgevT {
1157
+ 0% {
1158
+ -webkit-transform: translateY(0);
1159
+ transform: translateY(0);
1160
+ }
1161
+ 100% {
1162
+ -webkit-transform: var(--transY);
1163
+ transform: var(--transY);
1164
+ z-index: -1;
1165
+ }
1166
+ }
1167
+ .index-module_aniLinkPopup__YT7kj {
1116
1168
  position: absolute;
1117
- content: '';
1169
+ right: 0;
1170
+ bottom: 0;
1171
+ -webkit-animation-fill-mode: forwards;
1172
+ animation-fill-mode: forwards;
1173
+ -webkit-transform: var(--transY);
1174
+ transform: var(--transY);
1175
+ }
1176
+ .index-module_animated-fadeIn__8ZCbq {
1177
+ -webkit-animation-name: index-module_fadeIn__2E-dk;
1178
+ animation-name: index-module_fadeIn__2E-dk;
1179
+ -webkit-transform: var(--transY);
1180
+ transform: var(--transY);
1118
1181
  z-index: -1;
1119
- top: 0;
1120
- left: 0;
1121
- -webkit-transform-origin: 0 50%;
1122
- transform-origin: 0 50%;
1123
- display: inline-block;
1124
- -webkit-animation-name: index-module_gradientCover__nD6d9;
1125
- animation-name: index-module_gradientCover__nD6d9;
1126
1182
  }
1127
- .index-module_tow-line-ellipsis__GKFXr {
1183
+ .index-module_animated-fadeOut__iK4oc {
1184
+ -webkit-animation-name: index-module_fadeOut__MgevT;
1185
+ animation-name: index-module_fadeOut__MgevT;
1186
+ -webkit-transform: translateY(0);
1187
+ transform: translateY(0);
1188
+ z-index: 1000;
1189
+ }
1190
+ .index-module_one-line-ellipsis__NRiVV {
1191
+ text-overflow: ellipsis;
1192
+ overflow: hidden;
1193
+ word-break: break-all;
1194
+ white-space: nowrap;
1195
+ }
1196
+ .index-module_two-line-ellipsis__k-YGB {
1128
1197
  display: -webkit-box;
1129
1198
  -webkit-box-orient: vertical;
1130
1199
  -webkit-line-clamp: 2;
@@ -1773,7 +1842,7 @@ button.swiper-pagination-bullet {
1773
1842
  bottom: 0;
1774
1843
  left: 0;
1775
1844
  right: 0;
1776
- padding: 20px 0 20px 0;
1845
+ padding-top: 20px;
1777
1846
  }
1778
1847
  .clc-sxp-bottom-nudge {
1779
1848
  display: -webkit-box;
@@ -1796,9 +1865,6 @@ button.swiper-pagination-bullet {
1796
1865
  padding: 0 20px;
1797
1866
  font-size: 14px;
1798
1867
  }
1799
- .clc-sxp-bottom-hashtag {
1800
- margin-top: 16px;
1801
- }
1802
1868
  .clc-sxp-bottom-hashtag-item {
1803
1869
  width: auto;
1804
1870
  height: 26px;
@@ -1809,7 +1875,6 @@ button.swiper-pagination-bullet {
1809
1875
  padding: 0 10px;
1810
1876
  font-size: 10px;
1811
1877
  margin-right: 8px;
1812
- margin-bottom: 20px;
1813
1878
  cursor: pointer;
1814
1879
  }
1815
1880
  .clc-sxp-bottom-shadow {
@@ -1850,6 +1915,8 @@ button.swiper-pagination-bullet {
1850
1915
  }
1851
1916
  .clc-sxp-nav-title {
1852
1917
  font-size: 16px;
1918
+ width: 100%;
1919
+ text-align: center;
1853
1920
  }
1854
1921
  .clc-pb-video-pause {
1855
1922
  position: absolute;