@next-bricks/basic-bricks 1.180.6 → 1.180.9
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/CHANGELOG.md +24 -0
- package/deploy/contract.yaml +77 -77
- package/dist/bricks.json +22 -22
- package/dist/{index.bdbe503e.js → index.9b6e1f4f.js} +2 -2
- package/dist/index.9b6e1f4f.js.map +1 -0
- package/dist/stories.json +12 -0
- package/package.json +3 -3
- package/dist/index.bdbe503e.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -7556,12 +7556,24 @@
|
|
|
7556
7556
|
"required": false,
|
|
7557
7557
|
"description": ""
|
|
7558
7558
|
},
|
|
7559
|
+
{
|
|
7560
|
+
"name": "className",
|
|
7561
|
+
"type": "string",
|
|
7562
|
+
"required": false,
|
|
7563
|
+
"description": ""
|
|
7564
|
+
},
|
|
7559
7565
|
{
|
|
7560
7566
|
"name": "href",
|
|
7561
7567
|
"type": "string",
|
|
7562
7568
|
"required": true,
|
|
7563
7569
|
"description": ""
|
|
7564
7570
|
},
|
|
7571
|
+
{
|
|
7572
|
+
"name": "prefixCls",
|
|
7573
|
+
"type": "string",
|
|
7574
|
+
"required": false,
|
|
7575
|
+
"description": ""
|
|
7576
|
+
},
|
|
7565
7577
|
{
|
|
7566
7578
|
"name": "target",
|
|
7567
7579
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.180.
|
|
3
|
+
"version": "1.180.9",
|
|
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",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:ci": "cross-env NODE_ENV='test' CI=true jest"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@next-core/custom-antd-styles": "^1.24.
|
|
33
|
+
"@next-core/custom-antd-styles": "^1.24.10",
|
|
34
34
|
"@next-libs/basic-components": "^3.5.1",
|
|
35
35
|
"@next-libs/storage": "^2.0.2",
|
|
36
36
|
"@next-sdk/air-admin-service-sdk": "^2.1.12",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3a86b4ca65e65ac6b66d74c1f7c6f5f44511c9f6"
|
|
43
43
|
}
|