@next-bricks/presentational-bricks 1.303.2 → 1.304.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
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
{
|
|
2704
2704
|
"type": "reflection",
|
|
2705
2705
|
"declaration": {
|
|
2706
|
-
"id":
|
|
2706
|
+
"id": 13951,
|
|
2707
2707
|
"name": "__type",
|
|
2708
2708
|
"kind": 65536,
|
|
2709
2709
|
"kindString": "Type literal",
|
|
@@ -13069,7 +13069,7 @@
|
|
|
13069
13069
|
"name": "__index",
|
|
13070
13070
|
"parameters": [
|
|
13071
13071
|
{
|
|
13072
|
-
"id":
|
|
13072
|
+
"id": 17674,
|
|
13073
13073
|
"name": "propName",
|
|
13074
13074
|
"kind": 32768,
|
|
13075
13075
|
"kindString": "Parameter",
|
|
@@ -19253,7 +19253,7 @@
|
|
|
19253
19253
|
"name": "__index",
|
|
19254
19254
|
"parameters": [
|
|
19255
19255
|
{
|
|
19256
|
-
"id":
|
|
19256
|
+
"id": 17674,
|
|
19257
19257
|
"name": "propName",
|
|
19258
19258
|
"kind": 32768,
|
|
19259
19259
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.304.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",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@next-dll/ace": "*",
|
|
74
74
|
"@next-dll/react-dnd": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "a7ae84972b10326adbbd3a73c0b4e944888fa4f3"
|
|
77
77
|
}
|