@pubinfo/config 2.0.0-beta.5 → 2.0.0-beta.7

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.
@@ -3,4 +3,4 @@ import '@antfu/eslint-config';
3
3
 
4
4
 
5
5
 
6
- export = pubinfo;
6
+ export { pubinfo as default };
package/dist/index.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { p as eslint } from './shared/config.CSqBb4YU.mjs';
2
2
  export { default as stylelint } from './stylelint.mjs';
3
- export { colorScheme, cssVarKey, customColorKey, defineTheme, globalTheme, mergeTheme, presetThemes, themeOptions, themes } from './themes/index.mjs';
4
- export { default as presetPubinfo } from './unocss.mjs';
3
+ export { colorScheme, cssVarKey, customColorKey, defineTheme, globalTheme, mergeTheme, themeOptions, themes } from './themes/index.mjs';
4
+ export { default as presetPubinfo } from './unocss/index.mjs';
5
5
  import '@antfu/eslint-config';
6
6
  import 'unocss';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { p as eslint } from './shared/config.CSqBb4YU.js';
2
2
  export { default as stylelint } from './stylelint.js';
3
- export { colorScheme, cssVarKey, customColorKey, defineTheme, globalTheme, mergeTheme, presetThemes, themeOptions, themes } from './themes/index.js';
4
- export { default as presetPubinfo } from './unocss.js';
3
+ export { colorScheme, cssVarKey, customColorKey, defineTheme, globalTheme, mergeTheme, themeOptions, themes } from './themes/index.js';
4
+ export { default as presetPubinfo } from './unocss/index.js';
5
5
  import '@antfu/eslint-config';
6
6
  import 'unocss';
package/dist/index.mjs CHANGED
@@ -1,8 +1,7 @@
1
1
  export { p as eslint } from './shared/config.DPEra-Xx.mjs';
2
2
  export { default as stylelint } from './stylelint.mjs';
3
- export { c as customColorKey, d as defineTheme, m as mergeTheme, p as presetThemes, t as themes } from './shared/config.BDKVPKTO.mjs';
4
- export { default as presetPubinfo } from './unocss.mjs';
3
+ export { customColorKey, defineTheme, mergeTheme, themes } from './themes/index.mjs';
4
+ export { default as presetPubinfo } from './unocss/index.mjs';
5
5
  import '@antfu/eslint-config';
6
- import '@unocss/core';
7
- import '@unocss/preset-mini/utils';
8
6
  import 'unocss';
7
+ import '@unocss/core';
@@ -103,4 +103,4 @@ declare const _default: {
103
103
  ignoreFiles: string[];
104
104
  };
105
105
 
106
- export = _default;
106
+ export { _default as default };
@@ -1,7 +1,3 @@
1
- import * as unocss from 'unocss';
2
-
3
- declare const presetThemes: unocss.PresetFactory<object, undefined>;
4
-
5
1
  type CSSColorValue = string;
6
2
  type manColor = 'bg' | 'container-bg' | 'border-color';
7
3
  type headerColor = 'header-bg' | 'header-color' | 'header-menu-color' | 'header-menu-hover-bg' | 'header-menu-hover-color' | 'header-menu-active-bg' | 'header-menu-active-color';
@@ -30,4 +26,4 @@ declare function defineTheme(theme: themeOptions): globalTheme;
30
26
 
31
27
  declare const themes: globalTheme;
32
28
 
33
- export { type colorScheme, type cssVarKey, customColorKey, defineTheme, type globalTheme, mergeTheme, presetThemes, type themeOptions, themes };
29
+ export { type colorScheme, type cssVarKey, customColorKey, defineTheme, type globalTheme, mergeTheme, type themeOptions, themes };
@@ -1,7 +1,3 @@
1
- import * as unocss from 'unocss';
2
-
3
- declare const presetThemes: unocss.PresetFactory<object, undefined>;
4
-
5
1
  type CSSColorValue = string;
6
2
  type manColor = 'bg' | 'container-bg' | 'border-color';
7
3
  type headerColor = 'header-bg' | 'header-color' | 'header-menu-color' | 'header-menu-hover-bg' | 'header-menu-hover-color' | 'header-menu-active-bg' | 'header-menu-active-color';
@@ -30,4 +26,4 @@ declare function defineTheme(theme: themeOptions): globalTheme;
30
26
 
31
27
  declare const themes: globalTheme;
32
28
 
33
- export { type colorScheme, type cssVarKey, customColorKey, defineTheme, type globalTheme, mergeTheme, presetThemes, type themeOptions, themes };
29
+ export { type colorScheme, type cssVarKey, customColorKey, defineTheme, type globalTheme, mergeTheme, type themeOptions, themes };