@next-bricks/basic-bricks 1.215.7 → 1.215.9

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
@@ -5502,9 +5502,16 @@
5502
5502
  {
5503
5503
  "name": "appId",
5504
5504
  "type": "string",
5505
- "required": "true",
5505
+ "required": "false",
5506
5506
  "default": "-",
5507
5507
  "description": "指定的应用 Id"
5508
+ },
5509
+ {
5510
+ "name": "redirectUrl",
5511
+ "type": "string",
5512
+ "required": "false",
5513
+ "default": "-",
5514
+ "description": "指定的跳转 url"
5508
5515
  }
5509
5516
  ],
5510
5517
  "interface": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.215.7",
3
+ "version": "1.215.9",
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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "53746db893e45a34a59cef715ea687008c98575c"
55
+ "gitHead": "e76f9b60b2d131b7d59e9bc8c1336a5ee99c10eb"
56
56
  }