zudoku 0.18.2 → 0.18.3
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/lib/components/Header.js +2 -2
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/oas/parser/upgrade/index.js +1 -3
- package/dist/lib/oas/parser/upgrade/index.js.map +1 -1
- package/lib/{OperationList-BwBl1xrD.js → OperationList-n4cxkna8.js} +2 -2
- package/lib/{OperationList-BwBl1xrD.js.map → OperationList-n4cxkna8.js.map} +1 -1
- package/lib/assets/{worker-CPsGZsve.js → worker-DFqp3K5a.js} +432 -434
- package/lib/assets/{worker-CPsGZsve.js.map → worker-DFqp3K5a.js.map} +1 -1
- package/lib/{createServer-DK-g7kbB.js → createServer-DizTyrsZ.js} +2 -4
- package/lib/{createServer-DK-g7kbB.js.map → createServer-DizTyrsZ.js.map} +1 -1
- package/lib/{index-DNxQ_rCt.js → index-DVheR31u.js} +3 -3
- package/lib/{index-DNxQ_rCt.js.map → index-DVheR31u.js.map} +1 -1
- package/lib/zudoku.components.js +1 -2
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.openapi-worker.js +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +2 -2
- package/src/lib/components/Header.tsx +1 -2
- package/src/lib/oas/parser/upgrade/index.ts +1 -3
package/lib/zudoku.components.js
CHANGED
|
@@ -1295,14 +1295,13 @@ const aa = (e) => "getProfileMenuItems" in e && typeof e.getProfileMenuItems ==
|
|
|
1295
1295
|
/* @__PURE__ */ a.jsx(
|
|
1296
1296
|
"img",
|
|
1297
1297
|
{
|
|
1298
|
-
"data-hide-on-theme": "light",
|
|
1299
1298
|
src: /https?:\/\//.test(i.logo.src.dark) ? i.logo.src.dark : Q(
|
|
1300
1299
|
"/",
|
|
1301
1300
|
i.logo.src.dark
|
|
1302
1301
|
),
|
|
1303
1302
|
alt: i.logo.alt ?? i.pageTitle,
|
|
1304
1303
|
style: { width: i.logo.width },
|
|
1305
|
-
className: "h-10",
|
|
1304
|
+
className: "h-10 hidden dark:block",
|
|
1306
1305
|
loading: "lazy"
|
|
1307
1306
|
}
|
|
1308
1307
|
)
|