@next-bricks/presentational-bricks 1.328.2 → 1.328.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 +114 -114
- package/dist/bricks.json +28 -28
- package/dist/{index.21846bee.js → index.b279e63a.js} +2 -2
- package/dist/{index.21846bee.js.map → index.b279e63a.js.map} +1 -1
- package/dist/lazy-bricks/{~bricks-use-form-and-markdown.dd92.0f72e872.js → ~bricks-use-form-and-markdown.dd92.ae0643e4.js} +3 -3
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.ae0643e4.js.map +1 -0
- package/dist/stories.json +3 -3
- package/package.json +3 -3
- package/dist/lazy-bricks/~bricks-use-form-and-markdown.dd92.0f72e872.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
{
|
|
2950
2950
|
"type": "reflection",
|
|
2951
2951
|
"declaration": {
|
|
2952
|
-
"id":
|
|
2952
|
+
"id": 13969,
|
|
2953
2953
|
"name": "__type",
|
|
2954
2954
|
"kind": 65536,
|
|
2955
2955
|
"kindString": "Type literal",
|
|
@@ -13454,7 +13454,7 @@
|
|
|
13454
13454
|
"name": "__index",
|
|
13455
13455
|
"parameters": [
|
|
13456
13456
|
{
|
|
13457
|
-
"id":
|
|
13457
|
+
"id": 17702,
|
|
13458
13458
|
"name": "propName",
|
|
13459
13459
|
"kind": 32768,
|
|
13460
13460
|
"kindString": "Parameter",
|
|
@@ -19720,7 +19720,7 @@
|
|
|
19720
19720
|
"name": "__index",
|
|
19721
19721
|
"parameters": [
|
|
19722
19722
|
{
|
|
19723
|
-
"id":
|
|
19723
|
+
"id": 17702,
|
|
19724
19724
|
"name": "propName",
|
|
19725
19725
|
"kind": 32768,
|
|
19726
19726
|
"kindString": "Parameter",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.328.
|
|
3
|
+
"version": "1.328.4",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@next-libs/crontab": "^2.0.10",
|
|
51
51
|
"@next-libs/datetime": "^2.0.4",
|
|
52
52
|
"@next-libs/datetime-components": "^3.2.4",
|
|
53
|
-
"@next-libs/forms": "^3.
|
|
53
|
+
"@next-libs/forms": "^3.6.0",
|
|
54
54
|
"@next-libs/hooks": "^2.2.6",
|
|
55
55
|
"@next-sdk/cmdb-sdk": "^2.1.1",
|
|
56
56
|
"@next-sdk/monitor-sdk": "^2.1.1",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"@next-dll/ace": "*",
|
|
76
76
|
"@next-dll/react-dnd": "*"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "6c8f4039505e0f587a996f0efacaf3694319c8e5"
|
|
79
79
|
}
|