zudoku 0.1.1-dev.36 → 0.1.1-dev.38
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/DevPortal.d.ts +2 -1
- package/dist/lib/components/DevPortal.js +2 -2
- package/dist/lib/components/DevPortal.js.map +1 -1
- package/lib/{util-DLaD2NYJ.js → util-BJVAslZ-.js} +3181 -3478
- package/lib/zudoku.components.js +2 -2
- package/lib/zudoku.plugins.js +1 -1
- package/package.json +3 -2
- package/src/lib/components/DevPortal.tsx +2 -2
package/lib/zudoku.components.js
CHANGED
|
@@ -13,8 +13,8 @@ var Y = (t, e, n, r) => ({
|
|
|
13
13
|
return o(t, e, r);
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
|
-
import { S as Ue, h as Ge, Q as yt, n as D, m as Pe, M as xt, a as Ae, b as I, e as bt, c as St, d as Ot, f as _t, o as Ne, r as Re, g as Et, i as De, p as Me, s as wt, j as Ct, k as X, u as ye, l as a, N as fe, q as jt, t as Pt, v as W, w as xe, x as At, y as Nt, z as Rt, P as be, A as Dt, B as Mt, C as Tt, D as Lt, E as Se, F as pe, G as $e, H as It, I as ne, J as kt, K as qt, L as Qt, O as Vt, R as Ft, T as Ht, U as Kt, V as Bt, W as zt, X as Wt, Y as Ut, Z as Gt, _ as $t, $ as Xt } from "./util-
|
|
17
|
-
import { a0 as Yn } from "./util-
|
|
16
|
+
import { S as Ue, h as Ge, Q as yt, n as D, m as Pe, M as xt, a as Ae, b as I, e as bt, c as St, d as Ot, f as _t, o as Ne, r as Re, g as Et, i as De, p as Me, s as wt, j as Ct, k as X, u as ye, l as a, N as fe, q as jt, t as Pt, v as W, w as xe, x as At, y as Nt, z as Rt, P as be, A as Dt, B as Mt, C as Tt, D as Lt, E as Se, F as pe, G as $e, H as It, I as ne, J as kt, K as qt, L as Qt, O as Vt, R as Ft, T as Ht, U as Kt, V as Bt, W as zt, X as Wt, Y as Ut, Z as Gt, _ as $t, $ as Xt } from "./util-BJVAslZ-.js";
|
|
17
|
+
import { a0 as Yn } from "./util-BJVAslZ-.js";
|
|
18
18
|
import * as T from "react";
|
|
19
19
|
import k, { memo as Xe, createContext as Yt, useEffect as z, useRef as re, useState as Jt, forwardRef as Zt, Suspense as Ye, useMemo as te } from "react";
|
|
20
20
|
const me = {}, Je = k.createContext(me);
|
package/lib/zudoku.plugins.js
CHANGED
|
@@ -3,7 +3,7 @@ var Oo = (e) => {
|
|
|
3
3
|
};
|
|
4
4
|
var ii = (e, n, t) => n.has(e) || Oo("Cannot " + t);
|
|
5
5
|
var be = (e, n, t) => (ii(e, n, "read from private field"), t ? t.call(e) : n.get(e)), Zt = (e, n, t) => n.has(e) ? Oo("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(e) : n.set(e, t), en = (e, n, t, r) => (ii(e, n, "write to private field"), r ? r.call(e, t) : n.set(e, t), t), tn = (e, n, t) => (ii(e, n, "access private method"), t);
|
|
6
|
-
import { S as qf, a1 as zf, i as jo, a2 as Bf, n as Nl, a3 as Pl, a4 as Uf, a5 as Vf, k as St, l as y, I as le, K as Hf, a6 as Dn, u as $l, a7 as Wf, a0 as Sr, a8 as Kf, q as Gf, a9 as Vt, j as Ra, W as Jf, w as Qf, J as Yf, L as Fl, v as Xf, aa as ea, F as ta, R as Zf, ab as Kt, ac as Rl, t as ed, ad as xn, C as wt, P as He, A as Re, ae as td, D as nd, x as Vr, B as Hr, af as rd, y as Ia, z as Pn, ag as id, ah as Wr, ai as ad, aj as od, T as sd } from "./util-
|
|
6
|
+
import { S as qf, a1 as zf, i as jo, a2 as Bf, n as Nl, a3 as Pl, a4 as Uf, a5 as Vf, k as St, l as y, I as le, K as Hf, a6 as Dn, u as $l, a7 as Wf, a0 as Sr, a8 as Kf, q as Gf, a9 as Vt, j as Ra, W as Jf, w as Qf, J as Yf, L as Fl, v as Xf, aa as ea, F as ta, R as Zf, ab as Kt, ac as Rl, t as ed, ad as xn, C as wt, P as He, A as Re, ae as td, D as nd, x as Vr, B as Hr, af as rd, y as Ia, z as Pn, ag as id, ah as Wr, ai as ad, aj as od, T as sd } from "./util-BJVAslZ-.js";
|
|
7
7
|
import * as P from "react";
|
|
8
8
|
import Q, { useState as Qt, useRef as Il, useEffect as _a, useMemo as _l, forwardRef as ld, Fragment as cr, createContext as ud, useContext as cd } from "react";
|
|
9
9
|
import fd from "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zudoku",
|
|
3
|
-
"version": "0.1.1-dev.
|
|
3
|
+
"version": "0.1.1-dev.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"react-helmet-async": "2.0.5",
|
|
80
80
|
"react-hook-form": "^7.52.1",
|
|
81
81
|
"react-markdown": "9.0.1",
|
|
82
|
-
"react-router-dom": "6.
|
|
82
|
+
"react-router-dom": "6.23.0",
|
|
83
83
|
"rehype-slug": "6.0.0",
|
|
84
84
|
"remark-comment": "1.0.0",
|
|
85
85
|
"remark-directive": "3.0.0",
|
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
"prism-react-renderer": "2.3.1",
|
|
123
123
|
"prismjs": "1.29.0",
|
|
124
124
|
"react-helmet-async": "2.0.5",
|
|
125
|
+
"react-router-dom": "6.24.1",
|
|
125
126
|
"react-markdown": "9.0.1",
|
|
126
127
|
"tailwind-merge": "2.3.0",
|
|
127
128
|
"typescript": "5.5.3",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MDXProvider } from "@mdx-js/react";
|
|
1
|
+
import { MDXProvider, useMDXComponents } from "@mdx-js/react";
|
|
2
2
|
import { QueryClientProvider } from "@tanstack/react-query";
|
|
3
3
|
import { memo, Suspense, useEffect, useMemo } from "react";
|
|
4
4
|
import { type AuthProvider } from "../authentication/authentication.js";
|
|
@@ -93,4 +93,4 @@ const DevPortalInner = (props: DevPortalProps) => {
|
|
|
93
93
|
const DevPortal = memo(DevPortalInner);
|
|
94
94
|
DevPortal.displayName = "DevPortal";
|
|
95
95
|
|
|
96
|
-
export { DevPortal };
|
|
96
|
+
export { DevPortal, useMDXComponents };
|