@next-bricks/basic-bricks 1.194.4 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.194.4",
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": "d4ea0a7f84d7c09394ed1f54aa0b72d6b57b6e5b"
42
+ "gitHead": "d560bb54a7e3e93d8c3585c2973496b19698c0ae"
43
43
  }