@bifrostui/styles 2.0.0-beta.12 → 2.0.0-beta.15

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
@@ -262,9 +262,9 @@ xhs-page,
262
262
  --bui-color-red-light: #ffefe6;
263
263
  --bui-color-red-dark: #b31800;
264
264
  /** 活力橙 */
265
- --bui-color-orange: #ff7600;
266
- --bui-color-orange-light: #fff6e6;
267
- --bui-color-orange-dark: #b34700;
265
+ --bui-color-orange: #ff5000;
266
+ --bui-color-orange-light: #ffede5;
267
+ --bui-color-orange-dark: #d93d00;
268
268
  /** 活力黄 */
269
269
  --bui-color-yellow: #ffa608;
270
270
  --bui-color-yellow-light: #fffae6;
@@ -297,10 +297,10 @@ xhs-page,
297
297
  --bui-title-size-4: var(--bui-font-size-md1);
298
298
  --bui-color-fg-disabled: rgba(3, 11, 26, 0.5);
299
299
  /** 分割线、边框 */
300
- --bui-color-border-primary: rgba(255, 118, 0, 0.4);
300
+ --bui-color-border-primary: rgba(255, 80, 0, 0.4);
301
301
  --bui-color-border-info: rgba(34, 154, 240, 0.4);
302
302
  --bui-color-border-success: rgba(64, 191, 0, 0.4);
303
- --bui-color-border-warning: rgba(255, 118, 0, 0.4);
303
+ --bui-color-border-warning: rgba(255, 80, 0, 0.4);
304
304
  --bui-color-border-danger: rgba(255, 71, 26, 0.4);
305
305
  /** 主题色渐变 */
306
306
  --bui-color-primary-start: #ffb300;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "2.0.0-beta.12",
3
+ "version": "2.0.0-beta.15",
4
4
  "main": "dist/index.css",
5
5
  "description": "Common style definitions for BUI React components",
6
6
  "homepage": "http://bui.taopiaopiao.com",
@@ -10,9 +10,9 @@
10
10
  --bui-color-red-dark: #b31800;
11
11
 
12
12
  /** 活力橙 */
13
- --bui-color-orange: #ff7600;
14
- --bui-color-orange-light: #fff6e6;
15
- --bui-color-orange-dark: #b34700;
13
+ --bui-color-orange: #ff5000;
14
+ --bui-color-orange-light: #ffede5;
15
+ --bui-color-orange-dark: #d93d00;
16
16
 
17
17
  /** 活力黄 */
18
18
  --bui-color-yellow: #ffa608;
@@ -56,10 +56,10 @@
56
56
  --bui-color-fg-disabled: fade(#030b1a, 50%);
57
57
 
58
58
  /** 分割线、边框 */
59
- --bui-color-border-primary: fade(#ff7600, 40%);
59
+ --bui-color-border-primary: fade(#ff5000, 40%);
60
60
  --bui-color-border-info: fade(#229af0, 40%);
61
61
  --bui-color-border-success: fade(#40bf00, 40%);
62
- --bui-color-border-warning: fade(#ff7600, 40%);
62
+ --bui-color-border-warning: fade(#ff5000, 40%);
63
63
  --bui-color-border-danger: fade(#ff471a, 40%);
64
64
 
65
65
  /** 主题色渐变 */