@pubinfo/config 2.0.11 → 2.0.13
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/{eslint-BHbhxuPS.js → eslint-B5G5VXk5.js} +1 -1
- package/dist/{index-jFh6rAwb.d.ts → index-B-N-iJP1.d.ts} +2 -2
- package/dist/{index-BlfMIrXI.d.ts → index-C-PGQWwU.d.ts} +1 -1
- package/dist/{index-xzslCJW7.d.ts → index-CyRrxVp9.d.ts} +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/{stylelint-QHUuft1u.js → stylelint-D9O0YdrZ.js} +1 -1
- package/dist/{stylelint-9CMQiIxC.d.ts → stylelint-DXi0e71r.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/{themes-CL2YKvqM.js → themes-DGgF06G5.js} +1 -1
- package/dist/unocss/index.d.ts +2 -2
- package/dist/unocss/index.js +2 -2
- package/dist/{unocss-D2qcMD6U.js → unocss-tMre0Y0C.js} +4 -6
- package/package.json +1 -1
package/dist/eslint/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { pubinfo } from "../index-
|
|
1
|
+
import { t as pubinfo } from "../index-C-PGQWwU.js";
|
|
2
2
|
export { pubinfo as default };
|
package/dist/eslint/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { globalTheme } from "./index-
|
|
1
|
+
import { o as globalTheme } from "./index-CyRrxVp9.js";
|
|
2
2
|
import * as unocss0 from "unocss";
|
|
3
3
|
|
|
4
4
|
//#region src/unocss/index.d.ts
|
|
@@ -7,4 +7,4 @@ declare const _default: unocss0.PresetFactory<object, {
|
|
|
7
7
|
type?: "app" | "module";
|
|
8
8
|
}>;
|
|
9
9
|
//#endregion
|
|
10
|
-
export { _default };
|
|
10
|
+
export { _default as t };
|
|
@@ -25,4 +25,4 @@ interface globalTheme {
|
|
|
25
25
|
declare function getThemes(): globalTheme;
|
|
26
26
|
declare function defineTheme(theme: themeOptions): globalTheme;
|
|
27
27
|
//#endregion
|
|
28
|
-
export {
|
|
28
|
+
export { getThemes as a, defineTheme as i, cssVarKey as n, globalTheme as o, customColorKey as r, themeOptions as s, colorScheme as t };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { pubinfo } from "./index-
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { _default } from "./index-
|
|
1
|
+
import { t as pubinfo } from "./index-C-PGQWwU.js";
|
|
2
|
+
import { t as _default$1 } from "./stylelint-DXi0e71r.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 "./index-CyRrxVp9.js";
|
|
4
|
+
import { t as _default } from "./index-B-N-iJP1.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 { eslint_default } from "./eslint-
|
|
2
|
-
import { stylelint_default } from "./stylelint-
|
|
3
|
-
import {
|
|
4
|
-
import { unocss_default } from "./unocss-
|
|
1
|
+
import { t as eslint_default } from "./eslint-B5G5VXk5.js";
|
|
2
|
+
import { t as stylelint_default } from "./stylelint-D9O0YdrZ.js";
|
|
3
|
+
import { n as defineTheme, r as getThemes, t as customColorKey } from "./themes-DGgF06G5.js";
|
|
4
|
+
import { t as unocss_default } from "./unocss-tMre0Y0C.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 { _default } from "./stylelint-
|
|
1
|
+
import { t as _default } from "./stylelint-DXi0e71r.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 {
|
|
1
|
+
import { a as getThemes, i as defineTheme, n as cssVarKey, o as globalTheme, r as customColorKey, s as themeOptions, t as colorScheme } from "../index-CyRrxVp9.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 "../index-
|
|
2
|
-
import { _default } from "../index-
|
|
1
|
+
import "../index-CyRrxVp9.js";
|
|
2
|
+
import { t as _default } from "../index-B-N-iJP1.js";
|
|
3
3
|
export { _default as default };
|
package/dist/unocss/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThemes } from "./themes-
|
|
1
|
+
import { r as getThemes } from "./themes-DGgF06G5.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
|
|
|
@@ -15,12 +15,10 @@ function createCssVar(key, themeName) {
|
|
|
15
15
|
}
|
|
16
16
|
return {
|
|
17
17
|
light(key$1) {
|
|
18
|
-
|
|
19
|
-
return createSuffixScheme(preSuffix);
|
|
18
|
+
return createSuffixScheme(`[data-theme="${key$1}"]`);
|
|
20
19
|
},
|
|
21
20
|
dark(key$1) {
|
|
22
|
-
|
|
23
|
-
return createSuffixScheme(preSuffix);
|
|
21
|
+
return createSuffixScheme(`html.dark [data-theme="${key$1}"]`);
|
|
24
22
|
}
|
|
25
23
|
}[key](themeName);
|
|
26
24
|
}
|
|
@@ -86,4 +84,4 @@ var unocss_default = definePreset((options) => {
|
|
|
86
84
|
});
|
|
87
85
|
|
|
88
86
|
//#endregion
|
|
89
|
-
export { unocss_default };
|
|
87
|
+
export { unocss_default as t };
|