plain-design 1.0.0-beta.7 → 1.0.0-beta.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.8",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -203,7 +203,7 @@ export function createThemeConfigurationData(prefix: string | null, config?: Dee
203
203
 
204
204
  const baseColorList: Record<tGenerateBaseColorList<iThemeBaseColors>, string> = (() => {
205
205
  const colors = {} as any;
206
- Object.keys(BaseColors).forEach((colorName) => {
206
+ Object.keys(base).forEach((colorName) => {
207
207
  const baseColor = (base as any)[colorName];
208
208
  if (!baseColor) {return;}
209
209
  ThemeColorNum.forEach(i => {