@fastkit/plugboy-vanilla-extract-plugin 1.0.14 → 2.0.0
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/css.d.ts
CHANGED
|
@@ -70,4 +70,4 @@ type DefineLayerOptions<CustomRules extends CustomStyleRules | null = null> = De
|
|
|
70
70
|
type DefineNestableLayerOptions<CustomRules extends CustomStyleRules | null = null> = DefineLayerOptions<CustomRules> & DefineLayerParentOptions;
|
|
71
71
|
declare function defineLayerStyle<CustomRules extends CustomStyleRules | null = null>(globalNameOrOptions?: string | DefineNestableLayerOptions<CustomRules>): LayerStyle<CustomRules>;
|
|
72
72
|
|
|
73
|
-
export { DefineLayerBaseOptions, DefineLayerGlobalOptions, DefineLayerOptions, DefineLayerParentOptions, DefineLayerScopedOptions, DefineNestableLayerOptions, LayerStyle, defineLayerStyle };
|
|
73
|
+
export { type DefineLayerBaseOptions, type DefineLayerGlobalOptions, type DefineLayerOptions, type DefineLayerParentOptions, type DefineLayerScopedOptions, type DefineNestableLayerOptions, type LayerStyle, defineLayerStyle };
|
|
@@ -26,4 +26,4 @@ interface ViteVanillaExtractPluginOptions extends VanillaExtractVitePluginOption
|
|
|
26
26
|
}
|
|
27
27
|
declare function ViteVanillaExtractPlugin(options?: ViteVanillaExtractPluginOptions): Promise<Plugin$1>;
|
|
28
28
|
|
|
29
|
-
export { PLUGIN_NAME, PluginOptions, VanillaExtractEsbuildOptions, VanillaExtractPlugin, ViteVanillaExtractPlugin, ViteVanillaExtractPluginOptions, createVanillaExtractPlugin };
|
|
29
|
+
export { PLUGIN_NAME, type PluginOptions, type VanillaExtractEsbuildOptions, type VanillaExtractPlugin, ViteVanillaExtractPlugin, type ViteVanillaExtractPluginOptions, createVanillaExtractPlugin };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/plugboy-vanilla-extract-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"repository": {
|
|
@@ -26,33 +26,21 @@
|
|
|
26
26
|
},
|
|
27
27
|
"./*": "./dist/*"
|
|
28
28
|
},
|
|
29
|
-
"main": "./dist/plugboy-vanilla-extract-plugin.mjs",
|
|
30
|
-
"types": "./dist/plugboy-vanilla-extract-plugin.d.ts",
|
|
31
|
-
"typesVersions": {
|
|
32
|
-
"*": {
|
|
33
|
-
".": [
|
|
34
|
-
"./dist/plugboy-vanilla-extract-plugin.d.ts"
|
|
35
|
-
],
|
|
36
|
-
"css": [
|
|
37
|
-
"./dist/css.d.ts"
|
|
38
|
-
]
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
29
|
"files": [
|
|
42
30
|
"dist"
|
|
43
31
|
],
|
|
44
32
|
"dependencies": {
|
|
45
|
-
"@vanilla-extract/css": "^1.
|
|
46
|
-
"@vanilla-extract/esbuild-plugin": "^2.
|
|
47
|
-
"@vanilla-extract/vite-plugin": "^3.
|
|
33
|
+
"@vanilla-extract/css": "^1.14.0",
|
|
34
|
+
"@vanilla-extract/esbuild-plugin": "^2.3.2",
|
|
35
|
+
"@vanilla-extract/vite-plugin": "^3.9.4"
|
|
48
36
|
},
|
|
49
37
|
"devDependencies": {
|
|
50
|
-
"vite": "^
|
|
51
|
-
"@fastkit/plugboy": "0.
|
|
38
|
+
"vite": "^5.0.12",
|
|
39
|
+
"@fastkit/plugboy": "0.2.0"
|
|
52
40
|
},
|
|
53
41
|
"peerDependencies": {
|
|
54
|
-
"vite": "^
|
|
55
|
-
"@fastkit/plugboy": "0.
|
|
42
|
+
"vite": "^5.0.0",
|
|
43
|
+
"@fastkit/plugboy": "0.2.0"
|
|
56
44
|
},
|
|
57
45
|
"peerDependenciesMeta": {
|
|
58
46
|
"@vanilla-extract/vite-plugin": {
|