narrat 2.12.0-alpha.1 → 2.12.0
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/components/utils/__tests__/alert-modal.spec.d.ts +1 -0
- package/dist/components/utils/__tests__/floating-tooltip.spec.d.ts +1 -0
- package/dist/narrat.es.js +5 -2
- package/dist/narrat.es.js.map +1 -1
- package/dist/narrat.umd.js +1 -1
- package/dist/narrat.umd.js.map +1 -1
- package/dist/stores/__tests__/achievements-store.spec.d.ts +1 -0
- package/dist/stores/start-menu-store.d.ts +1 -1
- package/dist/tests/mock-config.d.ts +3 -0
- package/package.json +35 -28
- package/LICENSE +0 -21
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/narrat.es.js
CHANGED
|
@@ -38748,7 +38748,7 @@ const ev = "###_--_~=:;_JUMP", pw = "###_--_~=:;_RETURN", _te = "###_--_~=:;_OK"
|
|
|
38748
38748
|
function xte(t) {
|
|
38749
38749
|
return t === ev || t === pw || t === _te || t === tv;
|
|
38750
38750
|
}
|
|
38751
|
-
const jte = "2.12.0
|
|
38751
|
+
const jte = "2.12.0", Ste = new Date("2023-04-11T21:10:48.996Z"), Cte = 400, Ay = 20;
|
|
38752
38752
|
/*! js-yaml 4.1.0 https://github.com/nodeca/js-yaml @license MIT */
|
|
38753
38753
|
function PL(t) {
|
|
38754
38754
|
return typeof t > "u" || t === null;
|
|
@@ -48082,7 +48082,10 @@ const fa = new ice(), GR = oi("startMenu", {
|
|
|
48082
48082
|
wn.plugins.forEach((e) => {
|
|
48083
48083
|
e.startMenuButtons && e.startMenuButtons.forEach((n) => {
|
|
48084
48084
|
const r = window.narrat.app;
|
|
48085
|
-
n.popupComponent && r.component(
|
|
48085
|
+
n.popupComponent && r.component(
|
|
48086
|
+
n.popupComponent.name,
|
|
48087
|
+
n.popupComponent.component
|
|
48088
|
+
), this.buttons.push(n);
|
|
48086
48089
|
});
|
|
48087
48090
|
});
|
|
48088
48091
|
}
|