@pubinfo-nightly/config 2025.12.8 → 2025.12.25

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.
@@ -0,0 +1,2 @@
1
+ import { t as pubinfo } from "../index2.mjs";
2
+ export { pubinfo as default };
@@ -0,0 +1,3 @@
1
+ import { t as eslint_default } from "../eslint.mjs";
2
+
3
+ export { eslint_default as default };
@@ -0,0 +1,5 @@
1
+ import { t as pubinfo } from "./index2.mjs";
2
+ import _default$1 from "./stylelint.mjs";
3
+ import { colorScheme, cssVarKey, customColorKey, defineTheme, getThemes, globalTheme, themeOptions } from "./themes/index.mjs";
4
+ import _default from "./unocss/index.mjs";
5
+ export { colorScheme, cssVarKey, customColorKey, defineTheme, pubinfo as eslint, getThemes, globalTheme, _default as presetPubinfo, _default$1 as stylelint, themeOptions };
package/dist/index.mjs ADDED
@@ -0,0 +1,6 @@
1
+ import { t as eslint_default } from "./eslint.mjs";
2
+ import stylelint_default from "./stylelint.mjs";
3
+ import { n as defineTheme, r as getThemes, t as customColorKey } from "./themes.mjs";
4
+ import { t as unocss_default } from "./unocss.mjs";
5
+
6
+ export { customColorKey, defineTheme, eslint_default as eslint, getThemes, unocss_default as presetPubinfo, stylelint_default as stylelint };
@@ -104,4 +104,4 @@ declare const _default: {
104
104
  ignoreFiles: string[];
105
105
  };
106
106
  //#endregion
107
- export { _default as t };
107
+ export { _default as default };
@@ -111,4 +111,4 @@ var stylelint_default = {
111
111
  };
112
112
 
113
113
  //#endregion
114
- export { stylelint_default as t };
114
+ export { stylelint_default as default };
@@ -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 { getThemes as a, defineTheme as i, cssVarKey as n, globalTheme as o, customColorKey as r, themeOptions as s, colorScheme as t };
28
+ export { colorScheme, cssVarKey, customColorKey, defineTheme, getThemes, globalTheme, themeOptions };
@@ -0,0 +1,3 @@
1
+ import { n as defineTheme, r as getThemes, t as customColorKey } from "../themes.mjs";
2
+
3
+ export { customColorKey, defineTheme, getThemes };
@@ -1,4 +1,4 @@
1
- import { o as globalTheme } from "./index3.js";
1
+ import { globalTheme } from "../themes/index.mjs";
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 as t };
10
+ export { _default as default };
@@ -0,0 +1,4 @@
1
+ import "../themes.mjs";
2
+ import { t as unocss_default } from "../unocss.mjs";
3
+
4
+ export { unocss_default as default };
@@ -1,4 +1,4 @@
1
- import { r as getThemes } from "./themes.js";
1
+ import { r as getThemes } from "./themes.mjs";
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
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@pubinfo-nightly/config",
3
3
  "type": "module",
4
- "version": "2025.12.08",
4
+ "version": "2025.12.25",
5
5
  "exports": {
6
6
  ".": {
7
- "types": "./dist/index.d.ts",
8
- "default": "./dist/index.js"
7
+ "types": "./dist/index.d.mts",
8
+ "default": "./dist/index.mjs"
9
9
  },
10
10
  "./eslint": {
11
- "types": "./dist/eslint/index.d.ts",
12
- "default": "./dist/eslint/index.js"
11
+ "types": "./dist/eslint/index.d.mts",
12
+ "default": "./dist/eslint/index.mjs"
13
13
  },
14
14
  "./themes": {
15
- "types": "./dist/themes/index.d.ts",
16
- "default": "./dist/themes/index.js"
15
+ "types": "./dist/themes/index.d.mts",
16
+ "default": "./dist/themes/index.mjs"
17
17
  },
18
18
  "./stylelint": {
19
- "types": "./dist/stylelint.d.ts",
20
- "default": "./dist/stylelint.js"
19
+ "types": "./dist/stylelint.d.mts",
20
+ "default": "./dist/stylelint.mjs"
21
21
  },
22
22
  "./unocss": {
23
- "types": "./dist/unocss/index.d.ts",
24
- "default": "./dist/unocss/index.js"
23
+ "types": "./dist/unocss/index.d.mts",
24
+ "default": "./dist/unocss/index.mjs"
25
25
  }
26
26
  },
27
- "main": "./dist/index.js",
28
- "module": "./dist/index.js",
29
- "types": "./dist/index.d.ts",
27
+ "main": "./dist/index.mjs",
28
+ "module": "./dist/index.mjs",
29
+ "types": "./dist/index.d.mts",
30
30
  "files": [
31
31
  "dist",
32
32
  "src"
@@ -44,7 +44,7 @@
44
44
  "@stylistic/stylelint-plugin": "^3.1.3",
45
45
  "@unocss/core": "65.5.0",
46
46
  "postcss-html": "^1.8.0",
47
- "postcss-preset-env": "^10.2.4",
47
+ "postcss-preset-env": "^10.5.0",
48
48
  "stylelint-config-recess-order": "^7.1.0",
49
49
  "stylelint-config-standard-less": "^3.0.1",
50
50
  "stylelint-config-standard-scss": "^15.0.1",
@@ -1,2 +0,0 @@
1
- import { t as pubinfo } from "../index2.js";
2
- export { pubinfo as default };
@@ -1,3 +0,0 @@
1
- import { t as eslint_default } from "../eslint.js";
2
-
3
- export { eslint_default as default };
package/dist/index.d.ts DELETED
@@ -1,5 +0,0 @@
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
- export { colorScheme, cssVarKey, customColorKey, defineTheme, pubinfo as eslint, getThemes, globalTheme, _default as presetPubinfo, _default$1 as stylelint, themeOptions };
package/dist/index.js DELETED
@@ -1,6 +0,0 @@
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
-
6
- export { customColorKey, defineTheme, eslint_default as eslint, getThemes, unocss_default as presetPubinfo, stylelint_default as stylelint };
@@ -1,2 +0,0 @@
1
- import { t as _default } from "./stylelint2.js";
2
- export { _default as default };
package/dist/stylelint.js DELETED
@@ -1,3 +0,0 @@
1
- import { t as stylelint_default } from "./stylelint2.js";
2
-
3
- export { stylelint_default as default };
@@ -1,2 +0,0 @@
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
- export { colorScheme, cssVarKey, customColorKey, defineTheme, getThemes, globalTheme, themeOptions };
@@ -1,3 +0,0 @@
1
- import { n as defineTheme, r as getThemes, t as customColorKey } from "../themes.js";
2
-
3
- export { customColorKey, defineTheme, getThemes };
@@ -1,3 +0,0 @@
1
- import "../index3.js";
2
- import { t as _default } from "../index4.js";
3
- export { _default as default };
@@ -1,4 +0,0 @@
1
- import "../themes.js";
2
- import { t as unocss_default } from "../unocss.js";
3
-
4
- export { unocss_default as default };
File without changes
File without changes
File without changes