@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 +1 -1
- package/dist/module.mjs +1 -6
- package/package.json +77 -77
- package/src/module.ts +1 -1
package/dist/module.json
CHANGED
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:
|
|
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.
|
|
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 &&
|
|
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": "
|
|
77
|
-
"unplugin-icons": "
|
|
78
|
-
"vue": "
|
|
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": "
|
|
90
|
-
"@iconify/json": "
|
|
91
|
-
"@nuxt/kit": "
|
|
92
|
-
"@nuxt/schema": "
|
|
93
|
-
"@nuxt/types": "
|
|
94
|
-
"@tailwindcss/vite": "
|
|
95
|
-
"@witchcraft/nuxt-utils": "
|
|
96
|
-
"colord": "
|
|
97
|
-
"colorjs.io": "
|
|
98
|
-
"defu": "
|
|
99
|
-
"fast-glob": "
|
|
100
|
-
"metamorphosis": "
|
|
101
|
-
"reka-ui": "
|
|
102
|
-
"tailwind-merge": "
|
|
103
|
-
"unplugin-icons": "
|
|
104
|
-
"unplugin-vue-components": "
|
|
105
|
-
"vue-component-type-helpers": "
|
|
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": "
|
|
109
|
-
"@alanscodelog/eslint-config": "
|
|
110
|
-
"@alanscodelog/semantic-release-config": "
|
|
111
|
-
"@alanscodelog/tsconfigs": "
|
|
112
|
-
"@alanscodelog/vite-config": "
|
|
113
|
-
"@chromatic-com/storybook": "
|
|
114
|
-
"@commitlint/cli": "
|
|
115
|
-
"@internationalized/date": "
|
|
116
|
-
"@nuxt/eslint-config": "
|
|
117
|
-
"@nuxt/module-builder": "
|
|
118
|
-
"@nuxtjs/i18n": "
|
|
119
|
-
"@playwright/test": "
|
|
120
|
-
"@rollup/plugin-node-resolve": "
|
|
121
|
-
"@storybook/addon-a11y": "
|
|
122
|
-
"@storybook/addon-actions": "
|
|
123
|
-
"@storybook/addon-essentials": "
|
|
124
|
-
"@storybook/addon-interactions": "
|
|
125
|
-
"@storybook/addon-links": "
|
|
126
|
-
"@storybook/addon-storysource": "
|
|
127
|
-
"@storybook/blocks": "
|
|
128
|
-
"@storybook/manager-api": "
|
|
129
|
-
"@storybook/test": "
|
|
130
|
-
"@storybook/test-runner": "
|
|
131
|
-
"@storybook/vue3": "
|
|
132
|
-
"@storybook/vue3-vite": "
|
|
133
|
-
"@tailwindcss/cli": "
|
|
134
|
-
"@tailwindcss/postcss": "
|
|
135
|
-
"@types/node": "
|
|
136
|
-
"@vitejs/plugin-vue": "
|
|
137
|
-
"@vue/runtime-core": "
|
|
138
|
-
"@vue/runtime-dom": "
|
|
139
|
-
"@vueuse/components": "
|
|
140
|
-
"@vueuse/core": "
|
|
141
|
-
"autoprefixer": "
|
|
142
|
-
"concurrently": "
|
|
143
|
-
"eslint": "
|
|
144
|
-
"http-server": "
|
|
145
|
-
"husky": "
|
|
146
|
-
"indexit": "
|
|
147
|
-
"madge": "
|
|
148
|
-
"nuxt": "
|
|
149
|
-
"playwright": "
|
|
150
|
-
"playwright-core": "
|
|
151
|
-
"semantic-release": "
|
|
152
|
-
"storybook": "
|
|
153
|
-
"storybook-dark-mode": "
|
|
154
|
-
"tailwindcss": "
|
|
155
|
-
"ts-node": "
|
|
156
|
-
"typescript": "
|
|
157
|
-
"unbuild": "
|
|
158
|
-
"vite": "
|
|
159
|
-
"vite-tsconfig-paths": "
|
|
160
|
-
"vue": "
|
|
161
|
-
"vue-tsc": "
|
|
162
|
-
"wait-on": "
|
|
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