pb-sxp-ui 1.15.40 → 1.15.41

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 CHANGED
@@ -2270,6 +2270,25 @@ var settingRender$e = [
2270
2270
  {
2271
2271
  title: '购买按钮样式',
2272
2272
  child: [
2273
+ {
2274
+ label: '英文大小写',
2275
+ type: 'Select',
2276
+ name: ['props', 'buttonStyle', 'textTransform'],
2277
+ options: [
2278
+ {
2279
+ label: '默认',
2280
+ value: 'unset'
2281
+ },
2282
+ {
2283
+ label: '小写',
2284
+ value: 'lowercase'
2285
+ },
2286
+ {
2287
+ label: '大写',
2288
+ value: 'uppercase'
2289
+ }
2290
+ ]
2291
+ },
2273
2292
  {
2274
2293
  type: 'Color',
2275
2294
  label: '背景色',
@@ -10662,7 +10681,8 @@ const CommodityDetail = createMaterial(CommodityDetailComponent, {
10662
10681
  height: 45,
10663
10682
  fontWeight: 'bold',
10664
10683
  textAlign: 'center',
10665
- color: 'rgba(255, 255, 255, 0.9)'
10684
+ color: 'rgba(255, 255, 255, 0.9)',
10685
+ textTransform: 'unset'
10666
10686
  },
10667
10687
  commodityImgRatio: {
10668
10688
  w: 1,
@@ -11130,6 +11150,25 @@ var settingRender$c = [
11130
11150
  {
11131
11151
  title: '购买按钮样式',
11132
11152
  child: [
11153
+ {
11154
+ label: '英文大小写',
11155
+ type: 'Select',
11156
+ name: ['props', 'buttonStyle', 'textTransform'],
11157
+ options: [
11158
+ {
11159
+ label: '默认',
11160
+ value: 'unset'
11161
+ },
11162
+ {
11163
+ label: '小写',
11164
+ value: 'lowercase'
11165
+ },
11166
+ {
11167
+ label: '大写',
11168
+ value: 'uppercase'
11169
+ }
11170
+ ]
11171
+ },
11133
11172
  {
11134
11173
  type: 'Color',
11135
11174
  label: '背景色',
@@ -11622,7 +11661,8 @@ const CommodityDetailDiroNew = createMaterial(CommodityDetailDiroNewComponent, {
11622
11661
  color: '#fff',
11623
11662
  borderRadius: 25,
11624
11663
  marginTop: 16,
11625
- marginBottom: 16
11664
+ marginBottom: 16,
11665
+ textTransform: 'unset'
11626
11666
  },
11627
11667
  commodityImgRatio: {
11628
11668
  w: 1,