@next-bricks/basic-bricks 1.205.2 → 1.206.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
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
659
|
"storyId": "basic-bricks.general-button",
|
|
660
|
-
"category": "interact-
|
|
660
|
+
"category": "interact-basic",
|
|
661
661
|
"type": "brick",
|
|
662
662
|
"author": "jo",
|
|
663
663
|
"text": {
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
"storyId": "basic-bricks.general-custom-buttons",
|
|
1276
|
-
"category": "interact-
|
|
1276
|
+
"category": "interact-basic",
|
|
1277
1277
|
"type": "brick",
|
|
1278
1278
|
"author": "ice",
|
|
1279
1279
|
"text": {
|
|
@@ -2565,7 +2565,7 @@
|
|
|
2565
2565
|
},
|
|
2566
2566
|
{
|
|
2567
2567
|
"storyId": "basic-bricks.general-hotkeys",
|
|
2568
|
-
"category": "interact-
|
|
2568
|
+
"category": "interact-basic",
|
|
2569
2569
|
"type": "brick",
|
|
2570
2570
|
"author": "lynette",
|
|
2571
2571
|
"text": {
|
|
@@ -3080,7 +3080,7 @@
|
|
|
3080
3080
|
},
|
|
3081
3081
|
{
|
|
3082
3082
|
"storyId": "basic-bricks.general-timer",
|
|
3083
|
-
"category": "interact-
|
|
3083
|
+
"category": "interact-basic",
|
|
3084
3084
|
"type": "brick",
|
|
3085
3085
|
"author": "cyril",
|
|
3086
3086
|
"text": {
|
|
@@ -3254,7 +3254,7 @@
|
|
|
3254
3254
|
},
|
|
3255
3255
|
{
|
|
3256
3256
|
"storyId": "basic-bricks.home-redirect",
|
|
3257
|
-
"category": "interact-
|
|
3257
|
+
"category": "interact-basic",
|
|
3258
3258
|
"type": "brick",
|
|
3259
3259
|
"author": "steve",
|
|
3260
3260
|
"deprecated": true,
|
|
@@ -3285,7 +3285,7 @@
|
|
|
3285
3285
|
},
|
|
3286
3286
|
{
|
|
3287
3287
|
"storyId": "basic-bricks.index-card",
|
|
3288
|
-
"category": "layout",
|
|
3288
|
+
"category": "container-layout",
|
|
3289
3289
|
"type": "brick",
|
|
3290
3290
|
"author": "william",
|
|
3291
3291
|
"text": {
|
|
@@ -3648,7 +3648,7 @@
|
|
|
3648
3648
|
},
|
|
3649
3649
|
{
|
|
3650
3650
|
"storyId": "basic-bricks.micro-view",
|
|
3651
|
-
"category": "layout",
|
|
3651
|
+
"category": "container-layout",
|
|
3652
3652
|
"type": "brick",
|
|
3653
3653
|
"author": "steve",
|
|
3654
3654
|
"text": {
|
|
@@ -4544,7 +4544,7 @@
|
|
|
4544
4544
|
},
|
|
4545
4545
|
{
|
|
4546
4546
|
"storyId": "basic-bricks.script-brick",
|
|
4547
|
-
"category": "
|
|
4547
|
+
"category": "other",
|
|
4548
4548
|
"type": "brick",
|
|
4549
4549
|
"author": "alren",
|
|
4550
4550
|
"deprecated": true,
|
|
@@ -5345,7 +5345,7 @@
|
|
|
5345
5345
|
},
|
|
5346
5346
|
{
|
|
5347
5347
|
"storyId": "basic-bricks.general-anchor",
|
|
5348
|
-
"category": "interact-
|
|
5348
|
+
"category": "interact-basic",
|
|
5349
5349
|
"type": "brick",
|
|
5350
5350
|
"author": "astrid",
|
|
5351
5351
|
"text": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.206.0",
|
|
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",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"immutability-helper": "^3.1.1"
|
|
41
41
|
},
|
|
42
42
|
"sideEffects": true,
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "e2ac9a54ce14114d0667608b0063a91013008d48"
|
|
44
44
|
}
|