@next-bricks/presentational-bricks 1.249.1 → 1.250.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
@@ -4661,8 +4661,7 @@
4661
4661
  "name": "search-empty",
4662
4662
  "category": "default",
4663
4663
  "imageStyle": {
4664
- "width": "250px",
4665
- "height": "250px"
4664
+ "width": "250px"
4666
4665
  }
4667
4666
  }
4668
4667
  },
@@ -6159,10 +6158,6 @@
6159
6158
  "dockind": "brick",
6160
6159
  "description": "当需要对数据进行排序、搜索、分页、自定义操作等复杂行为时",
6161
6160
  "groupI18N": {
6162
- "basic": {
6163
- "en": "Basic",
6164
- "zh": "常用"
6165
- },
6166
6161
  "paginationAndFilter": {
6167
6162
  "en": "Pagination/Order/Filter",
6168
6163
  "zh": "分页/排序及搜索"
@@ -6171,17 +6166,9 @@
6171
6166
  "en": "Expand/Collapse",
6172
6167
  "zh": "展开/折叠"
6173
6168
  },
6174
- "ui": {
6175
- "en": "UI",
6176
- "zh": "外观"
6177
- },
6178
6169
  "rowSelection": {
6179
6170
  "en": "RowSelection",
6180
6171
  "zh": "行选择配置(rowSelection)"
6181
- },
6182
- "other": {
6183
- "en": "Other",
6184
- "zh": "其他"
6185
6172
  }
6186
6173
  },
6187
6174
  "author": "lynette",
@@ -13222,6 +13209,12 @@
13222
13209
  "required": false,
13223
13210
  "description": "箭头是否指向目标元素中心"
13224
13211
  },
13212
+ {
13213
+ "name": "overlayStyle",
13214
+ "type": "CSSProperties",
13215
+ "required": false,
13216
+ "description": "卡片样式"
13217
+ },
13225
13218
  {
13226
13219
  "name": "placement",
13227
13220
  "type": "TooltipPlacement",
@@ -15044,21 +15037,9 @@
15044
15037
  "dockind": "brick",
15045
15038
  "description": "用于提示和二次确认的场景",
15046
15039
  "groupI18N": {
15047
- "basic": {
15048
- "en": "Basic",
15049
- "zh": "常用"
15050
- },
15051
15040
  "buttonAndInteract": {
15052
15041
  "en": "Button/Interact",
15053
15042
  "zh": "按钮及交互"
15054
- },
15055
- "ui": {
15056
- "en": "UI",
15057
- "zh": "外观"
15058
- },
15059
- "other": {
15060
- "en": "其他",
15061
- "zh": "other"
15062
15043
  }
15063
15044
  },
15064
15045
  "editor": "shared-editors.general-confirm--editor",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.249.1",
3
+ "version": "1.250.1",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/presentational-bricks",
6
6
  "license": "GPL-3.0",
@@ -55,5 +55,5 @@
55
55
  "@next-dll/ace": "*",
56
56
  "@next-dll/react-dnd": "*"
57
57
  },
58
- "gitHead": "0d13bb879223cdeaf0f60a966cd889803057a80b"
58
+ "gitHead": "89b637eac36c2b55c6e2d3edb590064a72a91b4a"
59
59
  }