@next-bricks/basic-bricks 1.177.2 → 1.179.1

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
@@ -3736,7 +3736,8 @@
3736
3736
  },
3737
3737
  {
3738
3738
  "description": {
3739
- "title": "模态框标题对齐方式和图标"
3739
+ "title": "模态框标题对齐方式和图标",
3740
+ "message": "图标来源可以为src(httpSrc/DataSrc)或平台的图标库"
3740
3741
  },
3741
3742
  "brick": "div",
3742
3743
  "slots": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.177.2",
3
+ "version": "1.179.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
6
6
  "license": "GPL-3.0",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "4b3e9c6c03602a02f4e3ed98806262db6424d38a"
42
+ "gitHead": "4117df4773a60bd046c9802fc0d156b49b414999"
43
43
  }