@next-bricks/basic-bricks 1.186.1 → 1.186.2

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.
@@ -1393,8 +1393,8 @@
1393
1393
  "layerType": "layout",
1394
1394
  "category": "classic",
1395
1395
  "text": {
1396
- "zh": "标题栏-工具栏-内容 网格布局",
1397
- "en": "Titlebar-toolbar-content grid layout"
1396
+ "zh": "标题栏-工具栏-内容 网格布局(等同于 micro-view)",
1397
+ "en": "Titlebar-toolbar-content grid layout(similar to micro-view)"
1398
1398
  },
1399
1399
  "thumbnail": "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='100px' height='100px' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e %3ctitle%3e34B782C5-C0EB-4CAF-ADEC-A297F9D4C151%3c/title%3e %3cg id='%e9%a1%b5%e9%9d%a2-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e %3cg id='Grid-%e4%b8%8a%e4%b8%8b%e5%b8%83%e5%b1%802'%3e %3crect id='%e7%9f%a9%e5%bd%a2%e5%a4%87%e4%bb%bd-64' x='0' y='0' width='100' height='100' rx='2'%3e%3c/rect%3e %3crect id='%e7%9f%a9%e5%bd%a2%e5%a4%87%e4%bb%bd-65' fill='%23D8D8D8' fill-rule='nonzero' x='0' y='0' width='48' height='32' rx='2'%3e%3c/rect%3e %3crect id='%e7%9f%a9%e5%bd%a2%e5%a4%87%e4%bb%bd-90' fill='%23D8D8D8' fill-rule='nonzero' x='52' y='0' width='48' height='32' rx='2'%3e%3c/rect%3e %3crect id='%e7%9f%a9%e5%bd%a2%e5%a4%87%e4%bb%bd-67' fill='%23D8D8D8' fill-rule='nonzero' x='0' y='36' width='100' height='64' rx='2'%3e%3c/rect%3e %3c/g%3e %3c/g%3e%3c/svg%3e",
1400
1400
  "bricks": [
@@ -1412,9 +1412,9 @@
1412
1412
  ]
1413
1413
  ],
1414
1414
  "containerStyle": {
1415
- "padding": "16px",
1415
+ "padding": "var(--page-title-margin-bottom)",
1416
1416
  "minHeight": "calc(100vh - var(--app-bar-height))",
1417
- "gap": "16px"
1417
+ "gap": "var(--page-padding)"
1418
1418
  },
1419
1419
  "gridTemplateRows": [
1420
1420
  "auto",
package/dist/stories.json CHANGED
@@ -5235,8 +5235,8 @@
5235
5235
  "zh": "通用页面视图容器"
5236
5236
  },
5237
5237
  "description": {
5238
- "en": "Support slots: `titleBar`, `toolbar`, `content`, `subMenu`, `banner`, `bannerTitleBar`, `bannerToolbar`",
5239
- "zh": "提供了 titleBar、toolbar、content、subMenu、banner、bannerTitleBar、bannerToolbar 插槽"
5238
+ "en": "Support slots: `titleBar`, `toolbar`, `content`, `subMenu`, `banner`, `bannerTitleBar`, `bannerToolbar` (Also be used directly through the snippet of easy-view)",
5239
+ "zh": "提供了 titleBar、toolbar、content、subMenu、banner、bannerTitleBar、bannerToolbar 插槽(也可通过 easy-view 的 snippet 直接使用)"
5240
5240
  },
5241
5241
  "icon": {
5242
5242
  "lib": "fa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.186.1",
3
+ "version": "1.186.2",
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",
@@ -39,5 +39,5 @@
39
39
  "immutability-helper": "^3.1.1"
40
40
  },
41
41
  "sideEffects": true,
42
- "gitHead": "9cf1bc462549507105c80cbedcf82438611aa309"
42
+ "gitHead": "146fe11b3842bc34334014fc3b5c7ed4aa613d2c"
43
43
  }