@next-bricks/presentational-bricks 1.332.1 → 1.333.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
@@ -13433,6 +13433,13 @@
13433
13433
  "required": "false",
13434
13434
  "description": "额外的下拉开关样式",
13435
13435
  "group": "other"
13436
+ },
13437
+ {
13438
+ "name": "labelBrick",
13439
+ "type": "{ useBrick: UseBrickConf }",
13440
+ "required": "false",
13441
+ "description": "label 的构件配置",
13442
+ "group": "ui"
13436
13443
  }
13437
13444
  ],
13438
13445
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/presentational-bricks",
3
- "version": "1.332.1",
3
+ "version": "1.333.0",
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",
@@ -44,13 +44,13 @@
44
44
  "devDependencies": {
45
45
  "@fortawesome/fontawesome-svg-core": "^1.2.35",
46
46
  "@next-core/custom-antd-styles": "^1.27.1",
47
- "@next-libs/basic-components": "^5.5.1",
47
+ "@next-libs/basic-components": "^5.5.2",
48
48
  "@next-libs/clipboard": "^3.0.4",
49
- "@next-libs/cmdb-utils": "^3.7.3",
49
+ "@next-libs/cmdb-utils": "^3.7.4",
50
50
  "@next-libs/crontab": "^2.0.10",
51
51
  "@next-libs/datetime": "^2.0.4",
52
52
  "@next-libs/datetime-components": "^3.2.4",
53
- "@next-libs/forms": "^3.6.1",
53
+ "@next-libs/forms": "^3.6.2",
54
54
  "@next-libs/hooks": "^2.2.6",
55
55
  "@next-sdk/cmdb-sdk": "^2.1.1",
56
56
  "@next-sdk/monitor-sdk": "^2.1.1",
@@ -75,5 +75,5 @@
75
75
  "@next-dll/ace": "*",
76
76
  "@next-dll/react-dnd": "*"
77
77
  },
78
- "gitHead": "28db24587709ad1b3d9e4992d3e31e77ea4ce072"
78
+ "gitHead": "9e4044c3e4a859116faecf2c67130cc78fa7493a"
79
79
  }