@realtek/core-theme 0.0.169 → 0.0.170
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/index.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +3 -3
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -36873,16 +36873,16 @@ function QE({ apiMap: e = {}, extraConfigs: t = {} }) {
|
|
|
36873
36873
|
})
|
|
36874
36874
|
});
|
|
36875
36875
|
} } : {};
|
|
36876
|
-
}, [o.popupAction]);
|
|
36876
|
+
}, [o.popupAction]), p = () => a(-1);
|
|
36877
36877
|
return i === "add-batch-candidate" ? /* @__PURE__ */ X(YE, {
|
|
36878
36878
|
open: !0,
|
|
36879
36879
|
context: d,
|
|
36880
|
-
onClose:
|
|
36880
|
+
onClose: p
|
|
36881
36881
|
}) : /* @__PURE__ */ X(nE, {
|
|
36882
36882
|
open: !0,
|
|
36883
36883
|
config: l,
|
|
36884
36884
|
context: d,
|
|
36885
|
-
onClose:
|
|
36885
|
+
onClose: p,
|
|
36886
36886
|
api: {
|
|
36887
36887
|
...n[i] ?? {},
|
|
36888
36888
|
...f
|