@next-bricks/presentational-bricks 1.264.1 → 1.264.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.
- package/CHANGELOG.md +8 -0
- package/deploy/contract.yaml +111 -111
- package/dist/bricks.json +29 -29
- package/dist/{index.6eb15a69.js → index.08de87d2.js} +1 -1
- package/dist/{index.6eb15a69.js.map → index.08de87d2.js.map} +1 -1
- package/dist/lazy-bricks/brick-collapse-card.dd92.95f70682.js.map +1 -1
- package/dist/lazy-bricks/card-item.dd92.ff491f7f.js.map +1 -1
- package/dist/stories.json +15 -8
- package/package.json +2 -2
package/dist/stories.json
CHANGED
|
@@ -17613,7 +17613,7 @@
|
|
|
17613
17613
|
"author": "qimengwu",
|
|
17614
17614
|
"history": [
|
|
17615
17615
|
{
|
|
17616
|
-
"version": "1.
|
|
17616
|
+
"version": "1.0.0",
|
|
17617
17617
|
"change": " 新增构件 `presentational-bricks.basic-icon`"
|
|
17618
17618
|
}
|
|
17619
17619
|
],
|
|
@@ -17625,48 +17625,55 @@
|
|
|
17625
17625
|
"type": "MenuIcon | ImgIcon",
|
|
17626
17626
|
"required": "true",
|
|
17627
17627
|
"default": "-",
|
|
17628
|
-
"description": "图标"
|
|
17628
|
+
"description": "图标",
|
|
17629
|
+
"group": "basic"
|
|
17629
17630
|
},
|
|
17630
17631
|
{
|
|
17631
17632
|
"name": "size",
|
|
17632
17633
|
"type": "string",
|
|
17633
17634
|
"required": "false",
|
|
17634
17635
|
"default": "24px",
|
|
17635
|
-
"description": "图标大小"
|
|
17636
|
+
"description": "图标大小",
|
|
17637
|
+
"group": "basic"
|
|
17636
17638
|
},
|
|
17637
17639
|
{
|
|
17638
17640
|
"name": "renderBg",
|
|
17639
17641
|
"type": "boolean",
|
|
17640
17642
|
"required": "false",
|
|
17641
17643
|
"default": "false",
|
|
17642
|
-
"description": "是否渲染图标背景"
|
|
17644
|
+
"description": "是否渲染图标背景",
|
|
17645
|
+
"group": "basic"
|
|
17643
17646
|
},
|
|
17644
17647
|
{
|
|
17645
17648
|
"name": "bg",
|
|
17646
17649
|
"type": "string",
|
|
17647
17650
|
"required": "false",
|
|
17648
17651
|
"default": "",
|
|
17649
|
-
"description": "图标背景"
|
|
17652
|
+
"description": "图标背景",
|
|
17653
|
+
"group": "basic"
|
|
17650
17654
|
},
|
|
17651
17655
|
{
|
|
17652
17656
|
"name": "bgSize",
|
|
17653
17657
|
"type": "string",
|
|
17654
17658
|
"required": "false",
|
|
17655
17659
|
"default": "46px",
|
|
17656
|
-
"description": "图标背景大小"
|
|
17660
|
+
"description": "图标背景大小",
|
|
17661
|
+
"group": "basic"
|
|
17657
17662
|
},
|
|
17658
17663
|
{
|
|
17659
17664
|
"name": "bgBorderRadius",
|
|
17660
17665
|
"type": "string",
|
|
17661
17666
|
"required": "false",
|
|
17662
17667
|
"default": "",
|
|
17663
|
-
"description": "图标背景圆角大小"
|
|
17668
|
+
"description": "图标背景圆角大小",
|
|
17669
|
+
"group": "basic"
|
|
17664
17670
|
},
|
|
17665
17671
|
{
|
|
17666
17672
|
"name": "dataSource",
|
|
17667
17673
|
"type": "unknown",
|
|
17668
17674
|
"required": true,
|
|
17669
|
-
"description": "数据源"
|
|
17675
|
+
"description": "数据源",
|
|
17676
|
+
"group": "basic"
|
|
17670
17677
|
}
|
|
17671
17678
|
],
|
|
17672
17679
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.264.
|
|
3
|
+
"version": "1.264.2",
|
|
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": "
|
|
58
|
+
"gitHead": "bea7efeac9dd74c4ad2655645b5143bd3a8c2ec5"
|
|
59
59
|
}
|