@next-bricks/basic-bricks 1.222.0 → 1.222.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
@@ -6353,14 +6353,13 @@
6353
6353
  "category": "container-layout",
6354
6354
  "type": "brick",
6355
6355
  "author": "jo",
6356
- "deprecated": true,
6357
6356
  "text": {
6358
6357
  "en": "Multi Column Layout Container with Border",
6359
6358
  "zh": "带边框多列布局容器"
6360
6359
  },
6361
6360
  "description": {
6362
6361
  "en": "support multiple columns card",
6363
- "zh": "支持多列布局的容器,推荐使用 `basic-bricks.easy-view`"
6362
+ "zh": "支持多列布局的容器"
6364
6363
  },
6365
6364
  "icon": {
6366
6365
  "imgSrc": "bricks/basic-bricks/dist/stories-asserts/basic-bricks.multiple-columns-card.763cbfc27981ca6c.svg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.222.0",
3
+ "version": "1.222.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",
@@ -52,5 +52,5 @@
52
52
  "immutability-helper": "^3.1.1"
53
53
  },
54
54
  "sideEffects": true,
55
- "gitHead": "83d17d530c947ab36bcb1ebfb1238ba3845bab30"
55
+ "gitHead": "6df6bd80ba4979238abe23e7bb220af84896b89a"
56
56
  }