@next-bricks/presentational-bricks 1.308.5 → 1.308.7

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/stories.json CHANGED
@@ -16680,6 +16680,13 @@
16680
16680
  "required": "false",
16681
16681
  "default": "18px",
16682
16682
  "description": "设置卡片右侧描述部分 desc 的字体大小,默认为18px"
16683
+ },
16684
+ {
16685
+ "name": "listStyle",
16686
+ "type": "React.CSSProperties",
16687
+ "required": "false",
16688
+ "default": "false",
16689
+ "description": "list样式"
16683
16690
  }
16684
16691
  ],
16685
16692
  "interface": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.308.5",
3
+ "version": "1.308.7",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -73,5 +73,5 @@
73
73
  "@next-dll/ace": "*",
74
74
  "@next-dll/react-dnd": "*"
75
75
  },
76
- "gitHead": "06b419459267c7b58fbaadd5f686be61b2c8ad0f"
76
+ "gitHead": "6c64942334796c8b00074c4b5e7b42a9f5db345d"
77
77
  }