zudoku 0.4.2-dev.9 → 0.4.2
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/app/demo.js +1 -1
- package/dist/app/demo.js.map +1 -1
- package/dist/app/main.js +2 -0
- package/dist/app/main.js.map +1 -1
- package/dist/lib/components/Layout.js +1 -1
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/lib/{index-pI9JkN46.js → assets/index-B9EWVYfo.js} +843 -818
- package/lib/assets/index-B9EWVYfo.js.map +1 -0
- package/lib/assets/{worker-CzHUifWA.js → worker-4PRCYVz5.js} +6570 -5639
- package/lib/assets/worker-4PRCYVz5.js.map +1 -0
- package/lib/{assets/index-BPdJm2ty.js → index-CLd8ycZz.js} +862 -837
- package/lib/index-CLd8ycZz.js.map +1 -0
- package/lib/zudoku.components.js +2 -2
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +6768 -5837
- package/lib/zudoku.openapi-worker.js.map +1 -1
- package/package.json +3 -3
- package/src/app/demo.tsx +1 -1
- package/src/app/main.tsx +4 -0
- package/src/lib/components/Layout.tsx +1 -1
- package/src/lib/components/navigation/SidebarWrapper.tsx +1 -1
- package/lib/assets/index-BPdJm2ty.js.map +0 -1
- package/lib/assets/worker-CzHUifWA.js.map +0 -1
- package/lib/index-pI9JkN46.js.map +0 -1
package/lib/zudoku.components.js
CHANGED
|
@@ -2199,7 +2199,7 @@ const Ss = ({
|
|
|
2199
2199
|
className: b(
|
|
2200
2200
|
"scrollbar peer hidden lg:flex flex-col fixed text-sm overflow-y-auto shrink-0",
|
|
2201
2201
|
"px-[--padding-nav-item] -mx-[--padding-nav-item] pb-20 mt-[--padding-content-top]",
|
|
2202
|
-
"w-[--side-nav-width] h-
|
|
2202
|
+
"w-[--side-nav-width] h-[calc(100%-var(--header-height))] scroll-pt-2 gap-2",
|
|
2203
2203
|
t
|
|
2204
2204
|
),
|
|
2205
2205
|
ref: r,
|
|
@@ -2246,7 +2246,7 @@ const Es = () => {
|
|
|
2246
2246
|
"main",
|
|
2247
2247
|
{
|
|
2248
2248
|
className: b(
|
|
2249
|
-
"dark:border-white/10 translate-x-0",
|
|
2249
|
+
"h-full dark:border-white/10 translate-x-0",
|
|
2250
2250
|
"lg:overflow-visible",
|
|
2251
2251
|
// This works in tandem with the `SidebarWrapper` component
|
|
2252
2252
|
"lg:peer-data-[navigation=true]:w-[calc(100%-var(--side-nav-width))]",
|