@next-bricks/basic-bricks 1.174.0 → 1.174.3
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 +27 -0
- package/deploy/contract.yaml +70 -70
- package/dist/bricks.json +18 -18
- package/dist/{index.7f564d38.js → index.3296ae72.js} +3 -3
- package/dist/index.3296ae72.js.map +1 -0
- package/dist/stories.json +9 -6
- package/package.json +2 -2
- package/dist/index.7f564d38.js.map +0 -1
package/dist/stories.json
CHANGED
|
@@ -155,8 +155,9 @@
|
|
|
155
155
|
"$lte": 60
|
|
156
156
|
},
|
|
157
157
|
"style": {
|
|
158
|
-
"backgroundColor": "var(--
|
|
159
|
-
"color": "rgba(255, 255, 255, 1)"
|
|
158
|
+
"backgroundColor": "var(--color-error)",
|
|
159
|
+
"color": "rgba(255, 255, 255, 1)",
|
|
160
|
+
"borderRadius": "var(--larger-border-radius)"
|
|
160
161
|
},
|
|
161
162
|
"label": "@{value}"
|
|
162
163
|
},
|
|
@@ -170,8 +171,9 @@
|
|
|
170
171
|
]
|
|
171
172
|
},
|
|
172
173
|
"style": {
|
|
173
|
-
"backgroundColor": "var(--
|
|
174
|
-
"color": "rgba(255, 255, 255, 1)"
|
|
174
|
+
"backgroundColor": "var(--color-warning)",
|
|
175
|
+
"color": "rgba(255, 255, 255, 1)",
|
|
176
|
+
"borderRadius": "var(--larger-border-radius)"
|
|
175
177
|
},
|
|
176
178
|
"label": "@{value}"
|
|
177
179
|
},
|
|
@@ -185,8 +187,9 @@
|
|
|
185
187
|
]
|
|
186
188
|
},
|
|
187
189
|
"style": {
|
|
188
|
-
"backgroundColor": "var(--
|
|
189
|
-
"color": "rgba(255, 255, 255, 1)"
|
|
190
|
+
"backgroundColor": "var(--color-success)",
|
|
191
|
+
"color": "rgba(255, 255, 255, 1)",
|
|
192
|
+
"borderRadius": "var(--larger-border-radius)"
|
|
190
193
|
},
|
|
191
194
|
"label": "@{value}"
|
|
192
195
|
}
|
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.3",
|
|
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",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"immutability-helper": "^3.1.1"
|
|
40
40
|
},
|
|
41
41
|
"sideEffects": true,
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "3474c6e86e5df85d878199ae34369ab1c3678932"
|
|
43
43
|
}
|