@vueless/nuxt 0.0.9-beta.25 → 0.0.9-beta.26

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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.13.0"
6
6
  },
7
- "version": "0.0.9-beta.25",
7
+ "version": "0.0.9-beta.26",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "3.5.0"
package/dist/module.mjs CHANGED
@@ -3,9 +3,9 @@ import { cwd } from 'node:process';
3
3
  import fs from 'node:fs';
4
4
  import { defineNuxtModule, createResolver, addPlugin, addComponent, addImportsDir } from '@nuxt/kit';
5
5
  import { TailwindCSS, Vueless } from 'vueless/plugin-vite.js';
6
- import { getNuxtDirs } from 'vueless/utils/node/helper.js';
6
+ import { cacheMergedConfigs, getNuxtDirs } from 'vueless/utils/node/helper.js';
7
7
  import { createTailwindSafelist } from 'vueless/utils/node/tailwindSafelist.js';
8
- import { NUXT_MODULE_ENV, COMPONENTS, VUELESS_CONFIG_FILE_NAME } from 'vueless/constants.js';
8
+ import { NUXT_MODULE_ENV, VUELESS_PACKAGE_DIR, COMPONENTS, VUELESS_CONFIG_FILE_NAME } from 'vueless/constants.js';
9
9
 
10
10
  const module = defineNuxtModule({
11
11
  meta: {
@@ -43,8 +43,10 @@ const module = defineNuxtModule({
43
43
  _nuxt.callHook("restart");
44
44
  });
45
45
  }
46
+ await cacheMergedConfigs(VUELESS_PACKAGE_DIR);
46
47
  await createTailwindSafelist({
47
- targetFiles: getNuxtDirs()
48
+ targetFiles: getNuxtDirs(),
49
+ env: NUXT_MODULE_ENV
48
50
  });
49
51
  addPlugin(resolve("./runtime/plugin"));
50
52
  for (const componentName in COMPONENTS) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.25",
3
+ "version": "0.0.9-beta.26",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@nuxt/kit": "^3.17.4",
58
58
  "tailwindcss": "^4.1.7",
59
- "vueless": "^0.0.825-beta.151"
59
+ "vueless": "^0.0.825-beta.169"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@material-symbols/svg-500": "^0.31.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/nuxt",
3
- "version": "0.0.9-beta.25",
3
+ "version": "0.0.9-beta.26",
4
4
  "license": "MIT",
5
5
  "description": "Nuxt Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@nuxt/kit": "^3.17.4",
58
58
  "tailwindcss": "^4.1.7",
59
- "vueless": "^0.0.825-beta.151"
59
+ "vueless": "^0.0.825-beta.169"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@material-symbols/svg-500": "^0.31.4",