@pubinfo/config 2.1.3 → 2.1.5
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/eslint/index.d.ts +1 -1
- package/dist/eslint/index.js +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/{index-B-N-iJP1.d.ts → index4.d.ts} +1 -1
- package/dist/stylelint.d.ts +1 -1
- package/dist/stylelint.js +1 -1
- package/dist/themes/index.d.ts +1 -1
- package/dist/themes/index.js +1 -1
- package/dist/unocss/index.d.ts +2 -2
- package/dist/unocss/index.js +2 -2
- package/dist/{unocss-tMre0Y0C.js → unocss.js} +1 -1
- package/package.json +1 -1
- /package/dist/{eslint-B5G5VXk5.js → eslint.js} +0 -0
- /package/dist/{index-C-PGQWwU.d.ts → index2.d.ts} +0 -0
- /package/dist/{index-CyRrxVp9.d.ts → index3.d.ts} +0 -0
- /package/dist/{stylelint-DXi0e71r.d.ts → stylelint2.d.ts} +0 -0
- /package/dist/{stylelint-D9O0YdrZ.js → stylelint2.js} +0 -0
- /package/dist/{themes-DGgF06G5.js → themes.js} +0 -0
package/dist/eslint/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as pubinfo } from "../
|
|
1
|
+
import { t as pubinfo } from "../index2.js";
|
|
2
2
|
export { pubinfo as default };
|
package/dist/eslint/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as pubinfo } from "./
|
|
2
|
-
import { t as _default$1 } from "./
|
|
3
|
-
import { a as getThemes, i as defineTheme, n as cssVarKey, o as globalTheme, r as customColorKey, s as themeOptions, t as colorScheme } from "./
|
|
4
|
-
import { t as _default } from "./
|
|
1
|
+
import { t as pubinfo } from "./index2.js";
|
|
2
|
+
import { t as _default$1 } from "./stylelint2.js";
|
|
3
|
+
import { a as getThemes, i as defineTheme, n as cssVarKey, o as globalTheme, r as customColorKey, s as themeOptions, t as colorScheme } from "./index3.js";
|
|
4
|
+
import { t as _default } from "./index4.js";
|
|
5
5
|
export { colorScheme, cssVarKey, customColorKey, defineTheme, pubinfo as eslint, getThemes, globalTheme, _default as presetPubinfo, _default$1 as stylelint, themeOptions };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as eslint_default } from "./eslint
|
|
2
|
-
import { t as stylelint_default } from "./
|
|
3
|
-
import { n as defineTheme, r as getThemes, t as customColorKey } from "./themes
|
|
4
|
-
import { t as unocss_default } from "./unocss
|
|
1
|
+
import { t as eslint_default } from "./eslint.js";
|
|
2
|
+
import { t as stylelint_default } from "./stylelint2.js";
|
|
3
|
+
import { n as defineTheme, r as getThemes, t as customColorKey } from "./themes.js";
|
|
4
|
+
import { t as unocss_default } from "./unocss.js";
|
|
5
5
|
|
|
6
6
|
export { customColorKey, defineTheme, eslint_default as eslint, getThemes, unocss_default as presetPubinfo, stylelint_default as stylelint };
|
package/dist/stylelint.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./
|
|
1
|
+
import { t as _default } from "./stylelint2.js";
|
|
2
2
|
export { _default as default };
|
package/dist/stylelint.js
CHANGED
package/dist/themes/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as getThemes, i as defineTheme, n as cssVarKey, o as globalTheme, r as customColorKey, s as themeOptions, t as colorScheme } from "../
|
|
1
|
+
import { a as getThemes, i as defineTheme, n as cssVarKey, o as globalTheme, r as customColorKey, s as themeOptions, t as colorScheme } from "../index3.js";
|
|
2
2
|
export { colorScheme, cssVarKey, customColorKey, defineTheme, getThemes, globalTheme, themeOptions };
|
package/dist/themes/index.js
CHANGED
package/dist/unocss/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "../
|
|
2
|
-
import { t as _default } from "../
|
|
1
|
+
import "../index3.js";
|
|
2
|
+
import { t as _default } from "../index4.js";
|
|
3
3
|
export { _default as default };
|
package/dist/unocss/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as getThemes } from "./themes
|
|
1
|
+
import { r as getThemes } from "./themes.js";
|
|
2
2
|
import { definePreset, presetAttributify, presetIcons, presetTypography, presetUno, transformerDirectives } from "unocss";
|
|
3
3
|
import { definePreset as definePreset$1, entriesToCss, toArray } from "@unocss/core";
|
|
4
4
|
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|