@bifrostui/styles 2.0.0-beta.0 → 2.0.0-beta.10

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
@@ -334,7 +334,6 @@ xhs-page,
334
334
  --bui-card-font-size: var(--bui-title-size-3);
335
335
  }
336
336
  /** 暗黑模式 */
337
- :root,
338
337
  .bui-dark,
339
338
  [data-color-mode='dark'][data-theme] {
340
339
  --bui-color-fg-default: #f0f6fc;
package/index.less CHANGED
@@ -25,7 +25,6 @@ xhs-page,
25
25
  }
26
26
 
27
27
  /** 暗黑模式 */
28
- :root,
29
28
  .bui-dark,
30
29
  [data-color-mode='dark'][data-theme] {
31
30
  .dark();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bifrostui/styles",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0-beta.10",
4
4
  "main": "dist/index.css",
5
5
  "description": "Common style definitions for BUI React components",
6
6
  "homepage": "http://bui.taopiaopiao.com",