@unterberg/nivel 0.2.5 → 0.2.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/daisyui-plugin.d.ts +3 -0
- package/dist/daisyui-plugin.js +8 -0
- package/dist/daisyui-plugin.js.map +1 -0
- package/dist/vike.js +3 -3
- package/package.json +5 -1
- package/tailwind.css +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/tailwind/daisyuiPlugin.ts"],"sourcesContent":["// @ts-expect-error Missing upstream module declaration for daisyui/index.js.\nimport daisyui from 'daisyui/index.js'\n\nconst daisyuiPlugin = daisyui\n\nexport default daisyuiPlugin\n"],"mappings":";AACA,OAAO,aAAa;AAEpB,IAAM,gBAAgB;AAEtB,IAAO,wBAAQ;","names":[]}
|
package/dist/vike.js
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getCodeBlockMdxPlugins
|
|
3
|
+
} from "./chunk-U332EPCL.js";
|
|
1
4
|
import {
|
|
2
5
|
nivelPagesPlugin
|
|
3
6
|
} from "./chunk-KKOXVDON.js";
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
normalizeHeadingTitle
|
|
11
14
|
} from "./chunk-AT4O3RRN.js";
|
|
12
15
|
import "./chunk-PYYPYIBD.js";
|
|
13
|
-
import {
|
|
14
|
-
getCodeBlockMdxPlugins
|
|
15
|
-
} from "./chunk-U332EPCL.js";
|
|
16
16
|
|
|
17
17
|
// src/vike/index.ts
|
|
18
18
|
import mdx from "@mdx-js/rollup";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unterberg/nivel",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
"types": "./dist/tailwind.d.ts",
|
|
65
65
|
"import": "./dist/tailwind.js"
|
|
66
66
|
},
|
|
67
|
+
"./daisyui-plugin": {
|
|
68
|
+
"types": "./dist/daisyui-plugin.d.ts",
|
|
69
|
+
"import": "./dist/daisyui-plugin.js"
|
|
70
|
+
},
|
|
67
71
|
"./daisyui-theme": {
|
|
68
72
|
"types": "./dist/daisyui-theme.d.ts",
|
|
69
73
|
"import": "./dist/daisyui-theme.js"
|