@witchcraft/ui 0.3.5 → 0.3.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/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "witchcraftUi",
3
3
  "configKey": "witchcraftUi",
4
- "version": "0.3.5",
4
+ "version": "0.3.6",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -12,11 +12,6 @@ import { unpluginIconViteOptions } from '../dist/runtime/build/unpluginIconViteO
12
12
  import { themeConvertionOpts } from '../dist/runtime/tailwind/themeConvertionOpts.js';
13
13
  import { theme } from '../dist/runtime/theme.js';
14
14
 
15
- const dependencies = {
16
- "reka-ui": "^2.5.0"};
17
- const pkg = {
18
- dependencies: dependencies};
19
-
20
15
  const knownDirectives = ["vExtractRootEl", "vResizableCols", "vResizeObserver", "vResizableCols"];
21
16
  const { resolve, resolvePath } = createResolver(import.meta.url);
22
17
  const componentsInfo = globFiles([
@@ -51,7 +46,7 @@ const module = defineNuxtModule({
51
46
  // defaults: unpluginIconViteOptions as any
52
47
  // },
53
48
  "reka-ui/nuxt": {
54
- version: pkg.dependencies["reka-ui"]
49
+ version: "^2.5.0"
55
50
  }
56
51
  },
57
52
  async setup(options, nuxt) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/ui",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Vue component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime/main.lib.js",
@@ -49,7 +49,7 @@
49
49
  "failOnWarn": false
50
50
  },
51
51
  "scripts": {
52
- "prepare": "husky && pnpm gen:theme && cd playground && pnpm i --ignore-scripts",
52
+ "prepare": "husky && pnpm gen:theme && pnpm build",
53
53
  "build": "nuxt-module-build prepare && nuxt-module-build build && nuxi generate playground",
54
54
  "build:only": "nuxt-module-build build",
55
55
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
@@ -73,9 +73,9 @@
73
73
  "gen:theme": "echo src/runtime/build/generateTheme.ts"
74
74
  },
75
75
  "peerDependencies": {
76
- "tailwindcss": "^4.1.12",
77
- "unplugin-icons": "^22.1.0",
78
- "vue": "^3.2.47"
76
+ "tailwindcss": "catalog:",
77
+ "unplugin-icons": "catalog:",
78
+ "vue": "catalog:"
79
79
  },
80
80
  "peerDependenciesMeta": {
81
81
  "tailwindcss": {
@@ -86,80 +86,80 @@
86
86
  }
87
87
  },
88
88
  "dependencies": {
89
- "@alanscodelog/utils": "^6.0.1",
90
- "@iconify/json": "^2.2.379",
91
- "@nuxt/kit": "^4.0.3",
92
- "@nuxt/schema": "^4.0.3",
93
- "@nuxt/types": "^2.18.1",
94
- "@tailwindcss/vite": "^4.1.12",
95
- "@witchcraft/nuxt-utils": "^0.2.1",
96
- "colord": "^2.9.3",
97
- "colorjs.io": "0.6.0-alpha.1",
98
- "defu": "^6.1.4",
99
- "fast-glob": "^3.3.3",
100
- "metamorphosis": "^0.6.1",
101
- "reka-ui": "^2.5.0",
102
- "tailwind-merge": "^3.3.1",
103
- "unplugin-icons": "^22.2.0",
104
- "unplugin-vue-components": "^28.8.0",
105
- "vue-component-type-helpers": "^2.2.12"
89
+ "@alanscodelog/utils": "catalog:",
90
+ "@iconify/json": "catalog:",
91
+ "@nuxt/kit": "catalog:",
92
+ "@nuxt/schema": "catalog:",
93
+ "@nuxt/types": "catalog:",
94
+ "@tailwindcss/vite": "catalog:",
95
+ "@witchcraft/nuxt-utils": "catalog:",
96
+ "colord": "catalog:",
97
+ "colorjs.io": "catalog:",
98
+ "defu": "catalog:",
99
+ "fast-glob": "catalog:",
100
+ "metamorphosis": "catalog:",
101
+ "reka-ui": "catalog:",
102
+ "tailwind-merge": "catalog:",
103
+ "unplugin-icons": "catalog:",
104
+ "unplugin-vue-components": "catalog:",
105
+ "vue-component-type-helpers": "catalog:"
106
106
  },
107
107
  "devDependencies": {
108
- "@alanscodelog/commitlint-config": "^3.1.2",
109
- "@alanscodelog/eslint-config": "^6.3.0",
110
- "@alanscodelog/semantic-release-config": "^5.0.4",
111
- "@alanscodelog/tsconfigs": "^6.2.0",
112
- "@alanscodelog/vite-config": "^0.0.6",
113
- "@chromatic-com/storybook": "^3.2.7",
114
- "@commitlint/cli": "^19.8.1",
115
- "@internationalized/date": "^3.9.0",
116
- "@nuxt/eslint-config": "^1.9.0",
117
- "@nuxt/module-builder": "^1.0.2",
118
- "@nuxtjs/i18n": "^9.5.6",
119
- "@playwright/test": "=1.54.0",
120
- "@rollup/plugin-node-resolve": "^16.0.1",
121
- "@storybook/addon-a11y": "^8.6.14",
122
- "@storybook/addon-actions": "^8.6.14",
123
- "@storybook/addon-essentials": "^8.6.14",
124
- "@storybook/addon-interactions": "^8.6.14",
125
- "@storybook/addon-links": "^8.6.14",
126
- "@storybook/addon-storysource": "^8.6.14",
127
- "@storybook/blocks": "^8.6.14",
128
- "@storybook/manager-api": "^8.6.14",
129
- "@storybook/test": "^8.6.14",
130
- "@storybook/test-runner": "^0.22.1",
131
- "@storybook/vue3": "^8.6.14",
132
- "@storybook/vue3-vite": "^8.6.14",
133
- "@tailwindcss/cli": "^4.1.12",
134
- "@tailwindcss/postcss": "^4.1.12",
135
- "@types/node": "^24.3.0",
136
- "@vitejs/plugin-vue": "^6.0.1",
137
- "@vue/runtime-core": "^3.5.20",
138
- "@vue/runtime-dom": "^3.5.20",
139
- "@vueuse/components": "^13.8.0",
140
- "@vueuse/core": "^13.8.0",
141
- "autoprefixer": "^10.4.21",
142
- "concurrently": "^9.2.1",
143
- "eslint": "^9.34.0",
144
- "http-server": "^14.1.1",
145
- "husky": "^9.1.7",
146
- "indexit": "2.1.0-beta.3",
147
- "madge": "^7.0.0",
148
- "nuxt": "^4.0.3",
149
- "playwright": "=1.54.0",
150
- "playwright-core": "=1.54.0",
151
- "semantic-release": "^24.2.7",
152
- "storybook": "^8.6.14",
153
- "storybook-dark-mode": "^4.0.2",
154
- "tailwindcss": "^4.1.12",
155
- "ts-node": "^10.9.2",
156
- "typescript": "^5.9.2",
157
- "unbuild": "^3.6.1",
158
- "vite": "^7.1.3",
159
- "vite-tsconfig-paths": "^5.1.4",
160
- "vue": "^3.5.20",
161
- "vue-tsc": "3.0.6",
162
- "wait-on": "^8.0.4"
108
+ "@alanscodelog/commitlint-config": "catalog:",
109
+ "@alanscodelog/eslint-config": "catalog:",
110
+ "@alanscodelog/semantic-release-config": "catalog:",
111
+ "@alanscodelog/tsconfigs": "catalog:",
112
+ "@alanscodelog/vite-config": "catalog:",
113
+ "@chromatic-com/storybook": "catalog:",
114
+ "@commitlint/cli": "catalog:",
115
+ "@internationalized/date": "catalog:",
116
+ "@nuxt/eslint-config": "catalog:",
117
+ "@nuxt/module-builder": "catalog:",
118
+ "@nuxtjs/i18n": "catalog:",
119
+ "@playwright/test": "catalog:",
120
+ "@rollup/plugin-node-resolve": "catalog:",
121
+ "@storybook/addon-a11y": "catalog:",
122
+ "@storybook/addon-actions": "catalog:",
123
+ "@storybook/addon-essentials": "catalog:",
124
+ "@storybook/addon-interactions": "catalog:",
125
+ "@storybook/addon-links": "catalog:",
126
+ "@storybook/addon-storysource": "catalog:",
127
+ "@storybook/blocks": "catalog:",
128
+ "@storybook/manager-api": "catalog:",
129
+ "@storybook/test": "catalog:",
130
+ "@storybook/test-runner": "catalog:",
131
+ "@storybook/vue3": "catalog:",
132
+ "@storybook/vue3-vite": "catalog:",
133
+ "@tailwindcss/cli": "catalog:",
134
+ "@tailwindcss/postcss": "catalog:",
135
+ "@types/node": "catalog:",
136
+ "@vitejs/plugin-vue": "catalog:",
137
+ "@vue/runtime-core": "catalog:",
138
+ "@vue/runtime-dom": "catalog:",
139
+ "@vueuse/components": "catalog:",
140
+ "@vueuse/core": "catalog:",
141
+ "autoprefixer": "catalog:",
142
+ "concurrently": "catalog:",
143
+ "eslint": "catalog:",
144
+ "http-server": "catalog:",
145
+ "husky": "catalog:",
146
+ "indexit": "catalog:",
147
+ "madge": "catalog:",
148
+ "nuxt": "catalog:",
149
+ "playwright": "catalog:",
150
+ "playwright-core": "catalog:",
151
+ "semantic-release": "catalog:",
152
+ "storybook": "catalog:",
153
+ "storybook-dark-mode": "catalog:",
154
+ "tailwindcss": "catalog:",
155
+ "ts-node": "catalog:",
156
+ "typescript": "catalog:",
157
+ "unbuild": "catalog:",
158
+ "vite": "catalog:",
159
+ "vite-tsconfig-paths": "catalog:",
160
+ "vue": "catalog:",
161
+ "vue-tsc": "catalog:",
162
+ "wait-on": "catalog:"
163
163
  },
164
164
  "author": "Alan <alanscodelog@gmail.com>",
165
165
  "repository": "https://github.com/witchcraftjs/ui",
package/src/module.ts CHANGED
@@ -103,7 +103,7 @@ export default defineNuxtModule<ModuleOptions>({
103
103
  // defaults: unpluginIconViteOptions as any
104
104
  // },
105
105
  "reka-ui/nuxt": {
106
- version: pkg.dependencies["reka-ui"]
106
+ version: "^2.5.0"
107
107
  }
108
108
  },
109
109
  async setup(options, nuxt) {