@moneko/core 3.30.0-beta.0 → 3.30.0-beta.1
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.
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
import hasPkg from '../commom/has-pkg.mjs';
|
|
2
|
+
import require from '../commom/require.mjs';
|
|
1
3
|
import { CONFIG } from '../config.mjs';
|
|
2
4
|
import type { HtmlPluginOption } from '../plugin/html-plugin.mjs';
|
|
3
5
|
declare const prefixCls: string;
|
|
4
6
|
declare const favicon: string;
|
|
5
7
|
declare const modifyVars: Record<string, string | false | undefined>;
|
|
8
|
+
declare const antd4Vars: {
|
|
9
|
+
};
|
|
10
|
+
declare const antdVars: string | false;
|
|
6
11
|
export default modifyVars;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{CONFIG as
|
|
1
|
+
import o from"../commom/has-pkg.mjs";import i from"../commom/require.mjs";import{CONFIG as e}from"../config.mjs";let t=e.prefixCls||"n",r=e.htmlPluginOption?.favicon||"favicon.ico",s={"@prefix-cls":t,"@iconfont-css-prefix":`${t}-icon`,"@favicon":JSON.stringify(`${e.publicPath||""}${r}`)},m={},c=o("antd/dist/default-theme.js");c&&Object.assign(m,{...i(c)},{"@ant-prefix":t,hack:`true;@import (optional, reference) "${i.resolve("antd/lib/style/color/colorPalette.less")}";`}),Object.assign(s,m,e.modifyVars);export default s;
|