@bifrostui/styles 1.1.0 → 1.1.4
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 -0
- package/index.less +2 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
/* default theme */
|
|
40
40
|
:root,
|
|
41
41
|
page,
|
|
42
|
+
xhs-page,
|
|
42
43
|
.bui-default-light,
|
|
43
44
|
[data-color-mode='light'][data-theme='default'] {
|
|
44
45
|
/** 品牌红 */
|
|
@@ -329,6 +330,7 @@ page,
|
|
|
329
330
|
/* set color-scheme */
|
|
330
331
|
:root,
|
|
331
332
|
page,
|
|
333
|
+
xhs-page,
|
|
332
334
|
[data-color-mode='light'] {
|
|
333
335
|
color-scheme: light;
|
|
334
336
|
}
|
package/index.less
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
/* default theme */
|
|
19
19
|
:root,
|
|
20
20
|
page,
|
|
21
|
+
xhs-page,
|
|
21
22
|
.bui-default-light,
|
|
22
23
|
[data-color-mode='light'][data-theme='default'] {
|
|
23
24
|
.light();
|
|
@@ -55,6 +56,7 @@ page,
|
|
|
55
56
|
/* set color-scheme */
|
|
56
57
|
:root,
|
|
57
58
|
page,
|
|
59
|
+
xhs-page,
|
|
58
60
|
[data-color-mode='light'] {
|
|
59
61
|
color-scheme: light;
|
|
60
62
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrostui/styles",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Common style definitions for BUI React components",
|
|
5
5
|
"homepage": "http://bui.taopiaopiao.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,5 +19,5 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "rm -rf dist && mkdir dist && lessc index.less > dist/index.css"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "e9c1b7afb996ed7c0fbe313a349495c7c9911e25"
|
|
23
23
|
}
|