@next-bricks/presentational-bricks 1.282.0 → 1.283.0
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/dist/stories.json
CHANGED
|
@@ -5119,7 +5119,8 @@
|
|
|
5119
5119
|
"properties": {
|
|
5120
5120
|
"icon": {
|
|
5121
5121
|
"lib": "fa",
|
|
5122
|
-
"icon": "info-circle"
|
|
5122
|
+
"icon": "info-circle",
|
|
5123
|
+
"color": "var(--color-secondary-text)"
|
|
5123
5124
|
},
|
|
5124
5125
|
"content": "这是一个 tooltips",
|
|
5125
5126
|
"text": "Address"
|
|
@@ -5546,6 +5547,7 @@
|
|
|
5546
5547
|
"useBrick": {
|
|
5547
5548
|
"brick": "presentational-bricks.brick-value-mapping",
|
|
5548
5549
|
"properties": {
|
|
5550
|
+
"showTagCircle": true,
|
|
5549
5551
|
"value": "<% DATA.cellData %>",
|
|
5550
5552
|
"mapping": {
|
|
5551
5553
|
"success": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.283.0",
|
|
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",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"@next-dll/ace": "*",
|
|
69
69
|
"@next-dll/react-dnd": "*"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "8e9f9bbd6382100c2a3be8362f1ab1d16620acac"
|
|
72
72
|
}
|