@pisell/private-materials 6.8.15 → 6.8.16

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.
@@ -168,7 +168,7 @@ export var ProductDisplayPresets = {
168
168
  // 使用 switch 模式
169
169
  stickyTop: true,
170
170
  // Tab 吸顶
171
- columns: 5,
171
+ columns: 4,
172
172
  tabGroup: 'category'
173
173
  },
174
174
  skuCardAllConfig: {
@@ -150,7 +150,7 @@ var ProductDisplayPresets = {
150
150
  // 使用 switch 模式
151
151
  stickyTop: true,
152
152
  // Tab 吸顶
153
- columns: 5,
153
+ columns: 4,
154
154
  tabGroup: "category"
155
155
  },
156
156
  skuCardAllConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.8.15",
3
+ "version": "6.8.16",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -76,9 +76,9 @@
76
76
  "react-infinite-scroll-component": "^6.1.0",
77
77
  "react-resizable": "^3.0.5",
78
78
  "styled-components": "^6.0.0-rc.3",
79
+ "@pisell/materials": "6.8.6",
79
80
  "@pisell/date-picker": "3.0.7",
80
81
  "@pisell/icon": "0.0.11",
81
- "@pisell/materials": "6.8.5",
82
82
  "@pisell/utils": "3.0.2"
83
83
  },
84
84
  "peerDependencies": {