@next-bricks/presentational-bricks 1.269.1 → 1.270.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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"storyId": "presentational-bricks.agent-status",
|
|
4
|
-
"category": "
|
|
4
|
+
"category": "data-transform",
|
|
5
5
|
"type": "brick",
|
|
6
6
|
"author": "ice",
|
|
7
7
|
"text": {
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
1241
|
"storyId": "presentational-bricks.brick-alert-level",
|
|
1242
|
-
"category": "
|
|
1242
|
+
"category": "data-transform",
|
|
1243
1243
|
"type": "brick",
|
|
1244
1244
|
"author": "ice",
|
|
1245
1245
|
"text": {
|
|
@@ -1320,7 +1320,7 @@
|
|
|
1320
1320
|
},
|
|
1321
1321
|
{
|
|
1322
1322
|
"storyId": "presentational-bricks.brick-alert-number",
|
|
1323
|
-
"category": "
|
|
1323
|
+
"category": "data-transform",
|
|
1324
1324
|
"type": "brick",
|
|
1325
1325
|
"author": "ice",
|
|
1326
1326
|
"text": {
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
},
|
|
1374
1374
|
{
|
|
1375
1375
|
"storyId": "presentational-bricks.brick-alert-status",
|
|
1376
|
-
"category": "
|
|
1376
|
+
"category": "data-transform",
|
|
1377
1377
|
"type": "brick",
|
|
1378
1378
|
"author": "ice",
|
|
1379
1379
|
"text": {
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"storyId": "presentational-bricks.brick-alert-value",
|
|
1487
|
-
"category": "
|
|
1487
|
+
"category": "data-transform",
|
|
1488
1488
|
"type": "brick",
|
|
1489
1489
|
"author": "ice",
|
|
1490
1490
|
"text": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.270.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",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"@next-dll/ace": "*",
|
|
57
57
|
"@next-dll/react-dnd": "*"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b43a2951bd66193860239fad1d5edf0fc0b120b9"
|
|
60
60
|
}
|