@next-bricks/presentational-bricks 1.308.2 → 1.308.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/stories.json CHANGED
@@ -9592,6 +9592,14 @@
9592
9592
  "default": "-",
9593
9593
  "description": "内容fontSize设置为16px",
9594
9594
  "group": "basic"
9595
+ },
9596
+ {
9597
+ "name": "hideSelectedNum",
9598
+ "type": "",
9599
+ "required": false,
9600
+ "default": "-",
9601
+ "description": "是否展示已选择数量",
9602
+ "group": "basic"
9595
9603
  }
9596
9604
  ],
9597
9605
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.308.2",
3
+ "version": "1.308.3",
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": "e73fbb01cc0d7383a5216823f5976f4cbadcbd3a"
76
+ "gitHead": "60ee6807e6d50f7cc5ae4be59da19ea7d436da82"
77
77
  }