unplugin-docubook 1.1.3 → 1.2.1
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/README.md +187 -212
- package/dist/components/index.cjs +1643 -422
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +1590 -422
- package/dist/components/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-docubook",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"description": "Write with MDX — works with pretty much any JS framework: Vite, React, Vue, Svelte, you name it",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"@farmfe/core": ">=1",
|
|
127
127
|
"@nuxt/kit": "^3",
|
|
128
128
|
"@nuxt/schema": "^3",
|
|
129
|
+
"bits-ui": "^1.0.0",
|
|
129
130
|
"clsx": ">=2",
|
|
130
131
|
"esbuild": "*",
|
|
131
132
|
"lucide-react": ">=0.300",
|
|
@@ -134,7 +135,7 @@
|
|
|
134
135
|
"react": ">=18",
|
|
135
136
|
"react-dom": ">=18",
|
|
136
137
|
"rollup": "^3 || ^4",
|
|
137
|
-
"svelte": "
|
|
138
|
+
"svelte": "^5.0.0",
|
|
138
139
|
"tailwindcss": ">=3",
|
|
139
140
|
"vite": ">=3",
|
|
140
141
|
"vue": ">=3",
|