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.cjs
CHANGED
@@ -10425,7 +10425,6 @@ const CommodityDetailDiroNew = createMaterial(CommodityDetailDiroNewComponent, {
|
|
10425
10425
|
commodityStyles: {
|
10426
10426
|
price: {
|
10427
10427
|
color: '#000',
|
10428
|
-
fontWeight: 'bold',
|
10429
10428
|
fontSize: 13
|
10430
10429
|
},
|
10431
10430
|
title: {
|
@@ -10875,7 +10874,7 @@ var interactionRender$a = [
|
|
10875
10874
|
* @Author: binruan@chatlabs.com
|
10876
10875
|
* @Date: 2024-03-20 10:27:31
|
10877
10876
|
* @LastEditors: binruan@chatlabs.com
|
10878
|
-
* @LastEditTime: 2024-
|
10877
|
+
* @LastEditTime: 2024-09-18 10:52:20
|
10879
10878
|
* @FilePath: \pb-sxp-ui\src\materials\sxp\popup\CommodityList\material.tsx
|
10880
10879
|
*
|
10881
10880
|
*/
|
@@ -10898,7 +10897,6 @@ const CommodityList = createMaterial(CommodityListComponent, {
|
|
10898
10897
|
commodityStyles: {
|
10899
10898
|
price: {
|
10900
10899
|
color: '#000',
|
10901
|
-
fontWeight: 'bold',
|
10902
10900
|
fontSize: 14
|
10903
10901
|
},
|
10904
10902
|
title: {
|
@@ -14439,7 +14437,7 @@ var HashTagComponent = React.memo(HashTag$1);
|
|
14439
14437
|
* @Author: binruan@chatlabs.com
|
14440
14438
|
* @Date: 2023-07-28 18:29:57
|
14441
14439
|
* @LastEditors: binruan@chatlabs.com
|
14442
|
-
* @LastEditTime: 2024-
|
14440
|
+
* @LastEditTime: 2024-09-18 10:48:44
|
14443
14441
|
* @FilePath: \pb-sxp-ui\src\materials\sxp\HashTag\material.tsx
|
14444
14442
|
*
|
14445
14443
|
*/
|
@@ -14479,7 +14477,6 @@ const HashTag = createMaterial(HashTagComponent, {
|
|
14479
14477
|
},
|
14480
14478
|
price: {
|
14481
14479
|
fontSize: 12,
|
14482
|
-
fontWeight: 'bold',
|
14483
14480
|
color: '#000'
|
14484
14481
|
}
|
14485
14482
|
},
|