@next-bricks/presentational-bricks 1.241.8 → 1.241.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 +14 -0
- package/deploy/contract.yaml +107 -107
- package/dist/bricks.json +29 -29
- package/dist/index.288402ce.js +2 -0
- package/dist/{index.3bd7fbab.js.map → index.288402ce.js.map} +1 -1
- package/dist/stories.json +7 -7
- package/package.json +2 -2
- package/dist/index.3bd7fbab.js +0 -2
package/dist/stories.json
CHANGED
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
]
|
|
1953
1953
|
},
|
|
1954
1954
|
"style": {
|
|
1955
|
-
"backgroundColor": "
|
|
1955
|
+
"backgroundColor": "var(--color-success)",
|
|
1956
1956
|
"color": "rgba(255, 255, 255, 1)"
|
|
1957
1957
|
},
|
|
1958
1958
|
"label": "良好"
|
|
@@ -4811,7 +4811,7 @@
|
|
|
4811
4811
|
"properties": {
|
|
4812
4812
|
"showCard": false,
|
|
4813
4813
|
"configProps": {
|
|
4814
|
-
"color": "
|
|
4814
|
+
"color": "var(--color-brand)"
|
|
4815
4815
|
}
|
|
4816
4816
|
}
|
|
4817
4817
|
}
|
|
@@ -5445,7 +5445,7 @@
|
|
|
5445
5445
|
"properties": {
|
|
5446
5446
|
"showCard": false,
|
|
5447
5447
|
"configProps": {
|
|
5448
|
-
"color": "
|
|
5448
|
+
"color": "var(--color-brand)"
|
|
5449
5449
|
}
|
|
5450
5450
|
}
|
|
5451
5451
|
}
|
|
@@ -6758,7 +6758,7 @@
|
|
|
6758
6758
|
{
|
|
6759
6759
|
"brick": "presentational-bricks.brick-tag",
|
|
6760
6760
|
"properties": {
|
|
6761
|
-
"color": "var(--
|
|
6761
|
+
"color": "var(--color-warning)",
|
|
6762
6762
|
"showCard": true,
|
|
6763
6763
|
"showTagCircle": false,
|
|
6764
6764
|
"tagList": [
|
|
@@ -6904,7 +6904,7 @@
|
|
|
6904
6904
|
"brick": "presentational-bricks.brick-tag",
|
|
6905
6905
|
"properties": {
|
|
6906
6906
|
"showCard": false,
|
|
6907
|
-
"color": "var(--
|
|
6907
|
+
"color": "var(--color-error)",
|
|
6908
6908
|
"tagList": [
|
|
6909
6909
|
"严重"
|
|
6910
6910
|
]
|
|
@@ -16311,7 +16311,7 @@
|
|
|
16311
16311
|
"properties": {
|
|
16312
16312
|
"showCard": false,
|
|
16313
16313
|
"configProps": {
|
|
16314
|
-
"color": "
|
|
16314
|
+
"color": "var(--color-brand)"
|
|
16315
16315
|
}
|
|
16316
16316
|
}
|
|
16317
16317
|
}
|
|
@@ -16478,7 +16478,7 @@
|
|
|
16478
16478
|
"properties": {
|
|
16479
16479
|
"showCard": false,
|
|
16480
16480
|
"configProps": {
|
|
16481
|
-
"color": "
|
|
16481
|
+
"color": "var(--color-brand)"
|
|
16482
16482
|
}
|
|
16483
16483
|
}
|
|
16484
16484
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/presentational-bricks",
|
|
3
|
-
"version": "1.241.
|
|
3
|
+
"version": "1.241.9",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"@next-dll/ace": "*",
|
|
56
56
|
"@next-dll/react-dnd": "*"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "e9c4a090dec133e4aea270c98794ea6f99731f39"
|
|
59
59
|
}
|