@pinegrow/vite-plugin 3.0.0-beta.121 → 3.0.0-beta.124

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.
@@ -242,7 +242,7 @@
242
242
 
243
243
  /*! https */
244
244
 
245
- /*! https://mths.be/cssesc v3.0.0 by @mathias */
245
+ /*! https://mths.be/punycode v1.4.1 by @mathias */
246
246
 
247
247
  /*! is-binary-path */
248
248
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "3.0.0-beta.121",
3
+ "version": "3.0.0-beta.124",
4
4
  "description": "Pinegrow Vite Plugin",
5
5
  "type": "module",
6
6
  "files": [
@@ -43,6 +43,7 @@
43
43
  "dependencies": {
44
44
  "@vue/compiler-sfc": "^3.2.45",
45
45
  "magic-string": "^0.27.0",
46
- "node-html-parser": "^5.2.0"
46
+ "node-html-parser": "^5.2.0",
47
+ "vite": "^4.3.5"
47
48
  }
48
49
  }
package/types.d.ts CHANGED
@@ -1,6 +1,7 @@
1
- import type { Options as PinegrowTailwindCSSPluginOptions } from '@pinegrow/tailwindcss-plugin'
1
+ import type { PinegrowTailwindCSSModuleOptions } from '@pinegrow/tailwindcss-plugin'
2
2
  import type { Options as AutoImportComponentsOptions } from 'unplugin-vue-components/types'
3
3
  import type { Options as AutoImportAPIsOptions } from 'unplugin-auto-import/types'
4
+ import type { PluginOption as VitePluginOption } from 'vite'
4
5
 
5
6
  interface Options {
6
7
  /**
@@ -37,10 +38,10 @@ interface Options {
37
38
  /**
38
39
  * Pinegrow TailwindCSS plugin options
39
40
  */
40
- tailwindcss?: PinegrowTailwindCSSPluginOptions
41
+ tailwindcss?: PinegrowTailwindCSSModuleOptions
41
42
  }
42
43
 
43
- interface PinegrowVitePlugin {
44
+ interface PinegrowVitePlugin<VitePluginOption> {
44
45
  /**
45
46
  * Pinegrow Live Designer options
46
47
  * For details, check https://pinegrow.com/vue-designer