@lobehub/ui 1.101.1 → 1.101.2

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.
@@ -5,8 +5,8 @@ import { generateColorNeutralPalette, generateColorPalette, neutralColorScales }
5
5
  import { colorScales } from "../../colors/colors";
6
6
  import lightBaseToken from "../token/light";
7
7
  export var lightAlgorithm = function lightAlgorithm(seedToken, mapToken) {
8
- var primaryColor = seedToken.colorPrimary;
9
- var neutralColor = seedToken.colorBgBase;
8
+ var primaryColor = seedToken.primaryColor;
9
+ var neutralColor = seedToken.neutralColor;
10
10
  var primaryTokens = {};
11
11
  var neutralTokens = {};
12
12
  var primaryScale = colorScales[primaryColor];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/ui",
3
- "version": "1.101.1",
3
+ "version": "1.101.2",
4
4
  "description": "Lobe UI is an open-source UI component library for building AIGC web apps",
5
5
  "keywords": [
6
6
  "lobehub",