@next-bricks/basic-bricks 1.174.5 → 1.174.8
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 +30 -0
- package/deploy/contract.yaml +74 -74
- package/dist/bricks.json +19 -19
- package/dist/{index.193a15ea.js → index.3ffd33ef.js} +2 -2
- package/dist/index.3ffd33ef.js.map +1 -0
- package/dist/stories.json +5 -1
- package/package.json +3 -3
- package/dist/index.193a15ea.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -3451,6 +3451,10 @@
|
|
|
3451
3451
|
}
|
|
3452
3452
|
],
|
|
3453
3453
|
"methods": [
|
|
3454
|
+
{
|
|
3455
|
+
"name": "bodyScroll",
|
|
3456
|
+
"description": "抽屉内部内容上下滚动"
|
|
3457
|
+
},
|
|
3454
3458
|
{
|
|
3455
3459
|
"name": "close",
|
|
3456
3460
|
"description": "显示抽屉构件"
|
|
@@ -3914,7 +3918,7 @@
|
|
|
3914
3918
|
{
|
|
3915
3919
|
"brick": "presentational-bricks.brick-tag",
|
|
3916
3920
|
"properties": {
|
|
3917
|
-
"color": "var(--
|
|
3921
|
+
"color": "var(--color-warning)",
|
|
3918
3922
|
"showCard": false,
|
|
3919
3923
|
"tagList": [
|
|
3920
3924
|
"警告"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.174.
|
|
3
|
+
"version": "1.174.8",
|
|
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.4",
|
|
34
34
|
"@next-libs/basic-components": "^3.4.0",
|
|
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": "bc03c87b5b9cb036ac7003d9559d3f4296f730df"
|
|
43
43
|
}
|