@pubinfo-pr/config 0.1.1 → 0.182.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.
- package/dist/eslint/index.d.ts +2 -0
- package/dist/eslint/index.js +1 -1
- package/dist/{index-BJ1N1ZHO.d.ts → index.d.ts} +4 -4
- package/dist/index.js +4 -4
- package/dist/{index-CyW3HuA6.d.ts → index4.d.ts} +1 -1
- package/dist/stylelint.d.ts +2 -0
- package/dist/stylelint.js +1 -1
- package/dist/themes/{index-mXS2tY0U.d.ts → index.d.ts} +1 -1
- package/dist/themes/index.js +1 -1
- package/dist/unocss/index.d.ts +3 -0
- package/dist/unocss/index.js +2 -2
- package/dist/{unocss-BrYBGkRX.js → unocss.js} +1 -1
- package/package.json +1 -1
- package/dist/eslint/index-CaK3fAbw.d.ts +0 -2
- package/dist/stylelint-BFeqrwEI.d.ts +0 -2
- package/dist/unocss/index-WaEVAUm-.d.ts +0 -3
- /package/dist/{eslint-ChWtwwOB.js → eslint.js} +0 -0
- /package/dist/{index-BWdhgdTR.d.ts → index2.d.ts} +0 -0
- /package/dist/{index-CWDFV-c2.d.ts → index3.d.ts} +0 -0
- /package/dist/{stylelint-Bhsq_FpC.d.ts → stylelint2.d.ts} +0 -0
- /package/dist/{stylelint-5U_sim3c.js → stylelint2.js} +0 -0
- /package/dist/{themes-Di5oSHEG.js → themes.js} +0 -0
package/dist/eslint/index.js
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.js
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.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
|