@next-bricks/presentational-bricks 1.311.0 → 1.311.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/deploy/contract.yaml +82 -82
- package/dist/bricks.json +2 -2
- package/dist/index.68368e22.js +2 -0
- package/dist/index.68368e22.js.map +1 -0
- package/dist/stories.json +11 -3
- package/package.json +2 -2
- package/dist/index.6d0b8191.js +0 -2
- package/dist/index.6d0b8191.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
{
|
|
2896
2896
|
"type": "reflection",
|
|
2897
2897
|
"declaration": {
|
|
2898
|
-
"id":
|
|
2898
|
+
"id": 13952,
|
|
2899
2899
|
"name": "__type",
|
|
2900
2900
|
"kind": 65536,
|
|
2901
2901
|
"kindString": "Type literal",
|
|
@@ -13313,7 +13313,7 @@
|
|
|
13313
13313
|
"name": "__index",
|
|
13314
13314
|
"parameters": [
|
|
13315
13315
|
{
|
|
13316
|
-
"id":
|
|
13316
|
+
"id": 17684,
|
|
13317
13317
|
"name": "propName",
|
|
13318
13318
|
"kind": 32768,
|
|
13319
13319
|
"kindString": "Parameter",
|
|
@@ -19557,7 +19557,7 @@
|
|
|
19557
19557
|
"name": "__index",
|
|
19558
19558
|
"parameters": [
|
|
19559
19559
|
{
|
|
19560
|
-
"id":
|
|
19560
|
+
"id": 17684,
|
|
19561
19561
|
"name": "propName",
|
|
19562
19562
|
"kind": 32768,
|
|
19563
19563
|
"kindString": "Parameter",
|
|
@@ -19693,6 +19693,14 @@
|
|
|
19693
19693
|
"description": "是否渲染图标背景",
|
|
19694
19694
|
"group": "basic"
|
|
19695
19695
|
},
|
|
19696
|
+
{
|
|
19697
|
+
"name": "showWhenHover",
|
|
19698
|
+
"type": "boolean",
|
|
19699
|
+
"required": "false",
|
|
19700
|
+
"default": "false",
|
|
19701
|
+
"description": "是否hover的时候再展示",
|
|
19702
|
+
"group": "basic"
|
|
19703
|
+
},
|
|
19696
19704
|
{
|
|
19697
19705
|
"name": "bg",
|
|
19698
19706
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.311.
|
|
3
|
+
"version": "1.311.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "9ec6fa02611152296ab6e1d00feac7af1d4b2a7c"
|
|
77
77
|
}
|