@next-bricks/basic-bricks 1.149.0 → 1.149.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
@@ -2871,7 +2871,7 @@
2871
2871
  },
2872
2872
  {
2873
2873
  "name": "buttonType",
2874
- "type": "ButtonType",
2874
+ "type": "ButtonType | \"icon\"",
2875
2875
  "required": false,
2876
2876
  "description": "样式类型"
2877
2877
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.149.0",
3
+ "version": "1.149.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",
@@ -40,5 +40,5 @@
40
40
  "immutability-helper": "^3.1.1"
41
41
  },
42
42
  "sideEffects": true,
43
- "gitHead": "7857c744d0128f66935223851b85b451a654948c"
43
+ "gitHead": "913ead903c3616512465b9b1d4080d9dbbeee32a"
44
44
  }