pb-sxp-ui 1.15.22-alpha.5 → 1.15.23-alpha.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 +6690 -6621
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +46 -46
- package/dist/index.js +6690 -6621
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +4 -4
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +4 -4
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +6690 -6621
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +4 -4
- 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/VideoWidget/index.js +20 -18
- package/es/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/es/core/components/SxpPageRender/index.d.ts +1 -0
- package/es/core/components/SxpPageRender/index.js +42 -33
- package/es/core/context/SxpDataSourceProvider.d.ts +1 -1
- package/es/core/context/SxpDataSourceProvider.js +95 -43
- package/es/core/hooks/useEventReport.js +6 -5
- package/es/materials/sxp/popup/CommodityDetail/index.js +2 -2
- package/es/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
- package/lib/core/components/DiyPortalPreview/VideoWidget.js +10 -8
- package/lib/core/components/SxpPageRender/LikeButton/index.js +17 -15
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +20 -18
- package/lib/core/components/SxpPageRender/WaterFall/index.js +4 -3
- package/lib/core/components/SxpPageRender/index.d.ts +1 -0
- package/lib/core/components/SxpPageRender/index.js +42 -33
- package/lib/core/context/SxpDataSourceProvider.d.ts +1 -1
- package/lib/core/context/SxpDataSourceProvider.js +95 -43
- package/lib/core/hooks/useEventReport.js +6 -5
- package/lib/materials/sxp/popup/CommodityDetail/index.js +2 -2
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -135,52 +135,6 @@ a:active {
|
|
135
135
|
margin-bottom: 30px;
|
136
136
|
}
|
137
137
|
|
138
|
-
.pb-commondity {
|
139
|
-
position: relative;
|
140
|
-
height: 100%;
|
141
|
-
}
|
142
|
-
.pb-commondity-content {
|
143
|
-
padding: 21px 19px 80px;
|
144
|
-
}
|
145
|
-
.pb-commondity-content-collection {
|
146
|
-
margin-bottom: 14px;
|
147
|
-
}
|
148
|
-
.pb-commondity-content-price {
|
149
|
-
margin: 24px 0 10px 0;
|
150
|
-
}
|
151
|
-
.pb-commondity-content-info {
|
152
|
-
line-height: 17px;
|
153
|
-
}
|
154
|
-
.pb-commondity-btn {
|
155
|
-
width: -webkit-fill-available;
|
156
|
-
position: absolute;
|
157
|
-
bottom: 0;
|
158
|
-
left: 0;
|
159
|
-
right: 0;
|
160
|
-
padding: 0;
|
161
|
-
border: none;
|
162
|
-
display: -webkit-box;
|
163
|
-
display: -webkit-flex;
|
164
|
-
display: -ms-flexbox;
|
165
|
-
display: flex;
|
166
|
-
-webkit-box-align: center;
|
167
|
-
-webkit-align-items: center;
|
168
|
-
-ms-flex-align: center;
|
169
|
-
align-items: center;
|
170
|
-
-webkit-box-pack: center;
|
171
|
-
-webkit-justify-content: center;
|
172
|
-
-ms-flex-pack: center;
|
173
|
-
justify-content: center;
|
174
|
-
}
|
175
|
-
.commondityDetail-swiper-clickable-left {
|
176
|
-
padding-left: 17px !important;
|
177
|
-
text-align: left !important;
|
178
|
-
}
|
179
|
-
.commondityDetail-swiper-clickable-right {
|
180
|
-
padding-right: 17px !important;
|
181
|
-
text-align: right !important;
|
182
|
-
}
|
183
|
-
|
184
138
|
/**
|
185
139
|
* Swiper 11.1.4
|
186
140
|
* Most modern mobile touch slider and framework with hardware accelerated transitions
|
@@ -536,6 +490,52 @@ a:active {
|
|
536
490
|
display: none;
|
537
491
|
}
|
538
492
|
|
493
|
+
.pb-commondity {
|
494
|
+
position: relative;
|
495
|
+
height: 100%;
|
496
|
+
}
|
497
|
+
.pb-commondity-content {
|
498
|
+
padding: 21px 19px 80px;
|
499
|
+
}
|
500
|
+
.pb-commondity-content-collection {
|
501
|
+
margin-bottom: 14px;
|
502
|
+
}
|
503
|
+
.pb-commondity-content-price {
|
504
|
+
margin: 24px 0 10px 0;
|
505
|
+
}
|
506
|
+
.pb-commondity-content-info {
|
507
|
+
line-height: 17px;
|
508
|
+
}
|
509
|
+
.pb-commondity-btn {
|
510
|
+
width: -webkit-fill-available;
|
511
|
+
position: absolute;
|
512
|
+
bottom: 0;
|
513
|
+
left: 0;
|
514
|
+
right: 0;
|
515
|
+
padding: 0;
|
516
|
+
border: none;
|
517
|
+
display: -webkit-box;
|
518
|
+
display: -webkit-flex;
|
519
|
+
display: -ms-flexbox;
|
520
|
+
display: flex;
|
521
|
+
-webkit-box-align: center;
|
522
|
+
-webkit-align-items: center;
|
523
|
+
-ms-flex-align: center;
|
524
|
+
align-items: center;
|
525
|
+
-webkit-box-pack: center;
|
526
|
+
-webkit-justify-content: center;
|
527
|
+
-ms-flex-pack: center;
|
528
|
+
justify-content: center;
|
529
|
+
}
|
530
|
+
.commondityDetail-swiper-clickable-left {
|
531
|
+
padding-left: 17px !important;
|
532
|
+
text-align: left !important;
|
533
|
+
}
|
534
|
+
.commondityDetail-swiper-clickable-right {
|
535
|
+
padding-right: 17px !important;
|
536
|
+
text-align: right !important;
|
537
|
+
}
|
538
|
+
|
539
539
|
.tow-line-ellipsis {
|
540
540
|
display: -webkit-box;
|
541
541
|
-webkit-box-orient: vertical;
|