@next-bricks/basic-bricks 1.194.2 → 1.194.5

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.
@@ -1550,40 +1550,6 @@
1550
1550
  }
1551
1551
  }
1552
1552
  ]
1553
- },
1554
- {
1555
- "id": "basic-bricks.general-button[default]",
1556
- "category": "other",
1557
- "text": {
1558
- "zh": "默认按钮",
1559
- "en": "Default button"
1560
- },
1561
- "thumbnail": "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='48px' height='48px' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='0' y='14' width='48' height='20' rx='3' ry='3' fill='%23d8d8d8' /%3e%3c/svg%3e",
1562
- "bricks": [
1563
- {
1564
- "brick": "basic-bricks.general-button",
1565
- "properties": {
1566
- "buttonType": "default"
1567
- }
1568
- }
1569
- ]
1570
- },
1571
- {
1572
- "id": "basic-bricks.general-button[primary]",
1573
- "category": "other",
1574
- "text": {
1575
- "zh": "主按钮",
1576
- "en": "Primary button"
1577
- },
1578
- "thumbnail": "data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e%3csvg width='48px' height='48px' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3e %3crect x='0' y='14' width='48' height='20' rx='3' ry='3' fill='%230071eb' /%3e%3c/svg%3e",
1579
- "bricks": [
1580
- {
1581
- "brick": "basic-bricks.general-button",
1582
- "properties": {
1583
- "buttonType": "primary"
1584
- }
1585
- }
1586
- ]
1587
1553
  }
1588
1554
  ]
1589
1555
  }
package/dist/stories.json CHANGED
@@ -7260,6 +7260,7 @@
7260
7260
  "en": "Transform Agent",
7261
7261
  "zh": "数据转换代理"
7262
7262
  },
7263
+ "deprecated": true,
7263
7264
  "description": {
7264
7265
  "en": "An agent brick that transform properties from bricks to bricks",
7265
7266
  "zh": "一个代理构件支持将一些构件的属性转换并赋值给其它构件"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.194.2",
3
+ "version": "1.194.5",
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": "fd8f988709de2f9a73282e0cf3b37c9ed923be83"
42
+ "gitHead": "d560bb54a7e3e93d8c3585c2973496b19698c0ae"
43
43
  }