@unocss/svelte-scoped 0.57.4 → 0.57.6
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/preprocess.d.cts +2 -2
- package/dist/preprocess.d.mts +2 -2
- package/dist/preprocess.d.ts +2 -2
- package/dist/vite.d.cts +1 -1
- package/dist/vite.d.mts +1 -1
- package/dist/vite.d.ts +1 -1
- package/package.json +4 -4
- /package/dist/shared/{svelte-scoped.dc8ddb4d.d.cts → svelte-scoped.Km2ZHs7-.d.cts} +0 -0
- /package/dist/shared/{svelte-scoped.dc8ddb4d.d.mts → svelte-scoped.Km2ZHs7-.d.mts} +0 -0
- /package/dist/shared/{svelte-scoped.dc8ddb4d.d.ts → svelte-scoped.Km2ZHs7-.d.ts} +0 -0
package/dist/preprocess.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PreprocessorGroup } from 'svelte/types/compiler/preprocess';
|
|
2
|
-
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.
|
|
3
|
-
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.
|
|
2
|
+
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.Km2ZHs7-.cjs';
|
|
3
|
+
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.Km2ZHs7-.cjs';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import '@unocss/config';
|
|
6
6
|
|
package/dist/preprocess.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PreprocessorGroup } from 'svelte/types/compiler/preprocess';
|
|
2
|
-
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.
|
|
3
|
-
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.
|
|
2
|
+
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.Km2ZHs7-.mjs';
|
|
3
|
+
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.Km2ZHs7-.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import '@unocss/config';
|
|
6
6
|
|
package/dist/preprocess.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PreprocessorGroup } from 'svelte/types/compiler/preprocess';
|
|
2
|
-
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.
|
|
3
|
-
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.
|
|
2
|
+
import { U as UnocssSveltePreprocessOptions, S as SvelteScopedContext } from './shared/svelte-scoped.Km2ZHs7-.js';
|
|
3
|
+
export { a as TransformApplyOptions, T as TransformClassesOptions } from './shared/svelte-scoped.Km2ZHs7-.js';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import '@unocss/config';
|
|
6
6
|
|
package/dist/vite.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
2
|
import { PluginOptions } from '@unocss/core';
|
|
3
|
-
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.
|
|
3
|
+
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.Km2ZHs7-.cjs';
|
|
4
4
|
import '@unocss/config';
|
|
5
5
|
|
|
6
6
|
interface UnocssSvelteScopedViteOptions extends UnocssSveltePreprocessOptions {
|
package/dist/vite.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
2
|
import { PluginOptions } from '@unocss/core';
|
|
3
|
-
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.
|
|
3
|
+
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.Km2ZHs7-.mjs';
|
|
4
4
|
import '@unocss/config';
|
|
5
5
|
|
|
6
6
|
interface UnocssSvelteScopedViteOptions extends UnocssSveltePreprocessOptions {
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin } from 'vite';
|
|
2
2
|
import { PluginOptions } from '@unocss/core';
|
|
3
|
-
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.
|
|
3
|
+
import { U as UnocssSveltePreprocessOptions } from './shared/svelte-scoped.Km2ZHs7-.js';
|
|
4
4
|
import '@unocss/config';
|
|
5
5
|
|
|
6
6
|
interface UnocssSvelteScopedViteOptions extends UnocssSveltePreprocessOptions {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/svelte-scoped",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.57.
|
|
4
|
+
"version": "0.57.6",
|
|
5
5
|
"description": "Use UnoCSS in a modular fashion with styles being stored only in the Svelte component they are used in: Vite plugin for apps, Svelte preprocessor for component libraries",
|
|
6
6
|
"author": "Jacob Bowdoin",
|
|
7
7
|
"license": "MIT",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"css-tree": "^2.3.1",
|
|
56
56
|
"magic-string": "^0.30.5",
|
|
57
|
-
"@unocss/config": "0.57.
|
|
58
|
-
"@unocss/reset": "0.57.
|
|
57
|
+
"@unocss/config": "0.57.6",
|
|
58
|
+
"@unocss/reset": "0.57.6"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"prettier-plugin-svelte": "^2.10.1",
|
|
62
|
-
"svelte": "^4.2.
|
|
62
|
+
"svelte": "^4.2.4"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "unbuild",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|