@next-bricks/presentational-bricks 1.313.1 → 1.314.1
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 +104 -104
- package/dist/bricks.json +15 -15
- package/dist/index.7b3a496f.js +2 -0
- package/dist/index.7b3a496f.js.map +1 -0
- package/dist/lazy-bricks/{card-item.dd92.e18c422e.js → card-item.dd92.cf83dea3.js} +2 -2
- package/dist/lazy-bricks/{card-item.dd92.e18c422e.js.map → card-item.dd92.cf83dea3.js.map} +1 -1
- package/dist/stories.json +8 -0
- package/package.json +2 -2
- package/dist/index.c31f9289.js +0 -2
- package/dist/index.c31f9289.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -4105,6 +4105,14 @@
|
|
|
4105
4105
|
"description": "提示",
|
|
4106
4106
|
"group": "basic"
|
|
4107
4107
|
},
|
|
4108
|
+
{
|
|
4109
|
+
"name": "tooltipProps",
|
|
4110
|
+
"type": "Record<string, any>",
|
|
4111
|
+
"required": "false",
|
|
4112
|
+
"default": "-",
|
|
4113
|
+
"description": "提示",
|
|
4114
|
+
"group": "basic"
|
|
4115
|
+
},
|
|
4108
4116
|
{
|
|
4109
4117
|
"name": "dataSource",
|
|
4110
4118
|
"type": "Record<string, any>",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.314.1",
|
|
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": "53344bd07267345c0d45df98b88b4dbf44397936"
|
|
77
77
|
}
|