@bifrostui/styles 2.0.0-alpha.15 → 2.0.0-alpha.18

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/index.css CHANGED
@@ -236,7 +236,6 @@ xhs-page,
236
236
  --bui-color-warning-light: var(--bui-color-yellow-light);
237
237
  --bui-color-warning-dark: var(--bui-color-yellow-dark);
238
238
  --bui-title-size-4: var(--bui-font-size-md1);
239
- --bui-color-fg-disabled: rgba(3, 11, 26, 0.5);
240
239
  --bui-color-border-primary: rgba(255, 80, 0, 0.4);
241
240
  --bui-color-border-info: rgba(34, 154, 240, 0.4);
242
241
  --bui-color-border-success: rgba(64, 191, 0, 0.4);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "2.0.0-alpha.15",
3
+ "version": "2.0.0-alpha.18",
4
4
  "main": "dist/index.css",
5
5
  "description": "Common style definitions for BUI React components",
6
6
  "homepage": "http://bui.taopiaopiao.com",
@@ -60,9 +60,6 @@ export const pioneerLight = {
60
60
  /** 语义化字号 */
61
61
  '--bui-title-size-4': 'var(--bui-font-size-md1)',
62
62
 
63
- // 用于失效、不可用等状态
64
- '--bui-color-fg-disabled': 'rgba(3, 11, 26, 0.5)',
65
-
66
63
  /** 分割线、边框 */
67
64
  '--bui-color-border-primary': 'rgba(255, 80, 0, 0.4)',
68
65
  '--bui-color-border-info': 'rgba(34, 154, 240, 0.4)',
@@ -34,7 +34,6 @@
34
34
  --bui-color-warning-light: var(--bui-color-yellow-light);
35
35
  --bui-color-warning-dark: var(--bui-color-yellow-dark);
36
36
  --bui-title-size-4: var(--bui-font-size-md1);
37
- --bui-color-fg-disabled: rgba(3, 11, 26, 0.5);
38
37
  --bui-color-border-primary: rgba(255, 80, 0, 0.4);
39
38
  --bui-color-border-info: rgba(34, 154, 240, 0.4);
40
39
  --bui-color-border-success: rgba(64, 191, 0, 0.4);