@next-bricks/basic-bricks 1.250.2 → 1.250.4
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 +75 -75
- package/dist/bricks.json +18 -18
- package/dist/index.fead2f9f.js +10 -0
- package/dist/index.fead2f9f.js.map +1 -0
- package/dist/stories.json +12 -0
- package/package.json +2 -2
- package/dist/index.d9c17f5e.js +0 -10
- package/dist/index.d9c17f5e.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -1645,6 +1645,18 @@
|
|
|
1645
1645
|
"required": false,
|
|
1646
1646
|
"description": "箭头是否指向目标元素中心"
|
|
1647
1647
|
},
|
|
1648
|
+
{
|
|
1649
|
+
"name": "overlayInnerStyle",
|
|
1650
|
+
"type": "CSSProperties",
|
|
1651
|
+
"required": false,
|
|
1652
|
+
"description": "卡片内容区域的样式对象"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "overlayStyle",
|
|
1656
|
+
"type": "CSSProperties",
|
|
1657
|
+
"required": false,
|
|
1658
|
+
"description": "卡片样式"
|
|
1659
|
+
},
|
|
1648
1660
|
{
|
|
1649
1661
|
"name": "placement",
|
|
1650
1662
|
"type": "TooltipPlacement",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.250.
|
|
3
|
+
"version": "1.250.4",
|
|
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",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "36aad709d4ca93c84a236eee4b441b3477a1126c"
|
|
56
56
|
}
|