pb-sxp-ui 1.5.2 → 1.5.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.
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +0 -4
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +2 -5
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/materials/sxp/HashTag/material.js +0 -1
- package/es/materials/sxp/popup/CommodityDetailDiroNew/material.js +0 -1
- package/es/materials/sxp/popup/CommodityList/material.js +0 -1
- package/lib/materials/sxp/HashTag/material.js +0 -1
- package/lib/materials/sxp/popup/CommodityDetailDiroNew/material.js +0 -1
- package/lib/materials/sxp/popup/CommodityList/material.js +0 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -544,7 +544,6 @@
|
|
544
544
|
}
|
545
545
|
.pb-commondityDiroNew-content-top-right-price {
|
546
546
|
font-size: 13px;
|
547
|
-
font-weight: bold;
|
548
547
|
}
|
549
548
|
.pb-commondityDiroNew-content-collection {
|
550
549
|
font-size: 13px;
|
@@ -621,7 +620,6 @@
|
|
621
620
|
}
|
622
621
|
.pb-commondityDiroNew-content-top-right-price {
|
623
622
|
font-size: 13px;
|
624
|
-
font-weight: bold;
|
625
623
|
}
|
626
624
|
.pb-commondityDiroNew-content-collection {
|
627
625
|
font-size: 13px;
|
@@ -964,7 +962,6 @@
|
|
964
962
|
.waterFallList-content-listItem-info-price {
|
965
963
|
font-size: 13px;
|
966
964
|
line-height: 20px;
|
967
|
-
font-weight: bold;
|
968
965
|
}
|
969
966
|
.waterFallList-bottom {
|
970
967
|
position: absolute;
|
@@ -1082,7 +1079,6 @@
|
|
1082
1079
|
.list-content-listItem-info-price {
|
1083
1080
|
font-size: 13px;
|
1084
1081
|
line-height: 20px;
|
1085
|
-
font-weight: bold;
|
1086
1082
|
}
|
1087
1083
|
.list-bottom {
|
1088
1084
|
position: absolute;
|
package/dist/index.js
CHANGED
@@ -10403,7 +10403,6 @@ const CommodityDetailDiroNew = createMaterial(CommodityDetailDiroNewComponent, {
|
|
10403
10403
|
commodityStyles: {
|
10404
10404
|
price: {
|
10405
10405
|
color: '#000',
|
10406
|
-
fontWeight: 'bold',
|
10407
10406
|
fontSize: 13
|
10408
10407
|
},
|
10409
10408
|
title: {
|
@@ -10853,7 +10852,7 @@ var interactionRender$a = [
|
|
10853
10852
|
* @Author: binruan@chatlabs.com
|
10854
10853
|
* @Date: 2024-03-20 10:27:31
|
10855
10854
|
* @LastEditors: binruan@chatlabs.com
|
10856
|
-
* @LastEditTime: 2024-
|
10855
|
+
* @LastEditTime: 2024-09-18 10:52:20
|
10857
10856
|
* @FilePath: \pb-sxp-ui\src\materials\sxp\popup\CommodityList\material.tsx
|
10858
10857
|
*
|
10859
10858
|
*/
|
@@ -10876,7 +10875,6 @@ const CommodityList = createMaterial(CommodityListComponent, {
|
|
10876
10875
|
commodityStyles: {
|
10877
10876
|
price: {
|
10878
10877
|
color: '#000',
|
10879
|
-
fontWeight: 'bold',
|
10880
10878
|
fontSize: 14
|
10881
10879
|
},
|
10882
10880
|
title: {
|
@@ -14417,7 +14415,7 @@ var HashTagComponent = memo(HashTag$1);
|
|
14417
14415
|
* @Author: binruan@chatlabs.com
|
14418
14416
|
* @Date: 2023-07-28 18:29:57
|
14419
14417
|
* @LastEditors: binruan@chatlabs.com
|
14420
|
-
* @LastEditTime: 2024-
|
14418
|
+
* @LastEditTime: 2024-09-18 10:48:44
|
14421
14419
|
* @FilePath: \pb-sxp-ui\src\materials\sxp\HashTag\material.tsx
|
14422
14420
|
*
|
14423
14421
|
*/
|
@@ -14457,7 +14455,6 @@ const HashTag = createMaterial(HashTagComponent, {
|
|
14457
14455
|
},
|
14458
14456
|
price: {
|
14459
14457
|
fontSize: 12,
|
14460
|
-
fontWeight: 'bold',
|
14461
14458
|
color: '#000'
|
14462
14459
|
}
|
14463
14460
|
},
|