@bifrostui/styles 2.0.0-alpha.31 → 2.0.0-alpha.33
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 +2 -6
- package/package.json +1 -1
- package/themes/default-light.less +3 -3
- package/themes/pioneer-light.less +4 -4
package/dist/index.css
CHANGED
|
@@ -10,9 +10,7 @@ page,
|
|
|
10
10
|
xhs-page,
|
|
11
11
|
.bui-default-light,
|
|
12
12
|
[data-color-mode='light'][data-theme] {
|
|
13
|
-
--bui-font-family: 'PingFang SC', 'Chinese Quote', 'Segoe UI', roboto,
|
|
14
|
-
'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', helvetica, arial,
|
|
15
|
-
sans-serif;
|
|
13
|
+
--bui-font-family: 'PingFang SC', 'Chinese Quote', 'Segoe UI', roboto, 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', helvetica, arial, sans-serif;
|
|
16
14
|
--bui-color-red: #ff335c;
|
|
17
15
|
--bui-color-red-light: #ffebef;
|
|
18
16
|
--bui-color-pink: #dd10f2;
|
|
@@ -203,9 +201,7 @@ xhs-page,
|
|
|
203
201
|
/** 先锋主题 */
|
|
204
202
|
.bui-pioneer-light,
|
|
205
203
|
[data-color-mode][data-theme='pioneer'] {
|
|
206
|
-
--bui-font-family-accent: 'AlibabaPuHuiTi-Heavy', 'PingFang SC',
|
|
207
|
-
'Chinese Quote', 'Segoe UI', roboto, 'Hiragino Sans GB', 'Microsoft YaHei',
|
|
208
|
-
'Helvetica Neue', helvetica, arial, sans-serif;
|
|
204
|
+
--bui-font-family-accent: 'AlibabaPuHuiTi-Heavy', 'PingFang SC', 'Chinese Quote', 'Segoe UI', roboto, 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', helvetica, arial, sans-serif;
|
|
209
205
|
--bui-color-red: #ff471a;
|
|
210
206
|
--bui-color-red-light: #ffefe6;
|
|
211
207
|
--bui-color-red-dark: #b31800;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/** 此文件由脚本自动生成,请勿直接修改,若有变更请维护bui-styles/registry/*.mjs,再执行`pnpm theme:js2less`更新主题 */
|
|
2
2
|
.default-light() {
|
|
3
|
-
--bui-font-family:
|
|
4
|
-
'
|
|
5
|
-
sans-serif;
|
|
3
|
+
--bui-font-family:
|
|
4
|
+
'PingFang SC', 'Chinese Quote', 'Segoe UI', roboto, 'Hiragino Sans GB',
|
|
5
|
+
'Microsoft YaHei', 'Helvetica Neue', helvetica, arial, sans-serif;
|
|
6
6
|
--bui-color-red: #ff335c;
|
|
7
7
|
--bui-color-red-light: #ffebef;
|
|
8
8
|
--bui-color-pink: #dd10f2;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/** 此文件由脚本自动生成,请勿直接修改,若有变更请维护bui-styles/registry/*.mjs,再执行`pnpm theme:js2less`更新主题 */
|
|
2
2
|
.pioneer-light() {
|
|
3
|
-
--bui-font-family-accent:
|
|
4
|
-
'
|
|
5
|
-
'Helvetica Neue', helvetica, arial,
|
|
3
|
+
--bui-font-family-accent:
|
|
4
|
+
'AlibabaPuHuiTi-Heavy', 'PingFang SC', 'Chinese Quote', 'Segoe UI', roboto,
|
|
5
|
+
'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', helvetica, arial,
|
|
6
|
+
sans-serif;
|
|
6
7
|
--bui-color-red: #ff471a;
|
|
7
8
|
--bui-color-red-light: #ffefe6;
|
|
8
9
|
--bui-color-red-dark: #b31800;
|
|
@@ -67,7 +68,6 @@
|
|
|
67
68
|
--bui-card-header-title-font-size: var(--bui-title-size-3);
|
|
68
69
|
--bui-tab-font-size: var(--bui-title-size-4);
|
|
69
70
|
--bui-tab-color: var(--bui-color-fg-muted);
|
|
70
|
-
|
|
71
71
|
/* prettier-ignore */
|
|
72
72
|
--bui-tabs-indicator-height: 6PX;
|
|
73
73
|
--bui-tabs-indicator-border-radius: 2px;
|