@next-bricks/basic-bricks 1.174.6 → 1.174.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/dist/stories.json CHANGED
@@ -3918,7 +3918,7 @@
3918
3918
  {
3919
3919
  "brick": "presentational-bricks.brick-tag",
3920
3920
  "properties": {
3921
- "color": "var(--bg-color-button-warning)",
3921
+ "color": "var(--color-warning)",
3922
3922
  "showCard": false,
3923
3923
  "tagList": [
3924
3924
  "警告"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/basic-bricks",
3
- "version": "1.174.6",
3
+ "version": "1.174.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.3",
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": "fe1da8fa49f9e3a93571bd7246acb091038981e4"
42
+ "gitHead": "b89ba8b55896d69f59df80d5af5a3179c3924915"
43
43
  }