@next-bricks/basic-bricks 1.156.0 → 1.158.0

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
@@ -3470,6 +3470,12 @@
3470
3470
  "type": "string",
3471
3471
  "required": false,
3472
3472
  "description": ""
3473
+ },
3474
+ {
3475
+ "name": "top",
3476
+ "type": "string",
3477
+ "required": false,
3478
+ "description": ""
3473
3479
  }
3474
3480
  ]
3475
3481
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.156.0",
3
+ "version": "1.158.0",
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",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@next-core/custom-antd-styles": "^1.8.11",
34
- "@next-libs/basic-components": "^3.2.3",
34
+ "@next-libs/basic-components": "^3.2.5",
35
35
  "@next-libs/storage": "^2.0.2",
36
36
  "@next-sdk/air-admin-service-sdk": "^2.1.12",
37
37
  "classnames": "^2.3.1",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "d1a2c0e801d613c5a0c667c3e66213f64a8eee0c"
42
+ "gitHead": "6e10654cb0fea7af7d7b7bb4c306a85bd225f3bd"
43
43
  }