@next-bricks/basic-bricks 1.174.9 → 1.174.12

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
@@ -1787,6 +1787,11 @@
1787
1787
  "description": "是否右上角有操作区 slot",
1788
1788
  "group": "basic"
1789
1789
  },
1790
+ {
1791
+ "name": "hasFooter",
1792
+ "type": "boolean",
1793
+ "group": "advanced"
1794
+ },
1790
1795
  {
1791
1796
  "name": "isFixedFooter",
1792
1797
  "type": "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.174.9",
3
+ "version": "1.174.12",
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",
@@ -30,7 +30,7 @@
30
30
  "test:ci": "cross-env NODE_ENV='test' CI=true jest"
31
31
  },
32
32
  "devDependencies": {
33
- "@next-core/custom-antd-styles": "^1.24.4",
33
+ "@next-core/custom-antd-styles": "^1.24.5",
34
34
  "@next-libs/basic-components": "^3.4.0",
35
35
  "@next-libs/storage": "^2.0.2",
36
36
  "@next-sdk/air-admin-service-sdk": "^2.1.12",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "b89ba8b55896d69f59df80d5af5a3179c3924915"
42
+ "gitHead": "f8334142a6faecf252b9d9ea5d1498d8b40ecc7f"
43
43
  }