@pisell/materials 1.0.92 → 1.0.93

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.
@@ -243,7 +243,6 @@ const DivMeta: ComponentMetadata = {
243
243
  name: 'split',
244
244
  title: { label: '展示分割线', tip: 'split | 是否展示分割线' },
245
245
  propType: 'bool',
246
- defaultValue: true,
247
246
  setter: 'BoolSetter',
248
247
  },
249
248
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -55,9 +55,9 @@
55
55
  "@dnd-kit/utilities": "^3.2.1",
56
56
  "ahooks": "^3.7.6",
57
57
  "react-infinite-scroll-component": "^6.1.0",
58
- "@pisell/utils": "1.0.4",
59
- "@pisell/date-picker": "1.0.31",
60
- "@pisell/icon": "0.0.8"
58
+ "@pisell/utils": "1.0.5",
59
+ "@pisell/icon": "0.0.8",
60
+ "@pisell/date-picker": "1.0.32"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^18.0.0",