@pie-element/math-templated 2.15.1-next.13 → 2.15.1-next.21
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/configure/lib/design.js +29 -20
- package/configure/lib/design.js.map +1 -1
- package/configure/lib/markupUtils.js +6 -3
- package/configure/lib/markupUtils.js.map +1 -1
- package/configure/lib/response.js +5 -0
- package/configure/lib/response.js.map +1 -1
- package/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/lib/main.js +0 -1
- package/lib/main.js.map +1 -1
- package/module/configure.js +121 -79
- package/module/element.js +17 -12
- package/module/manifest.json +1 -1
- package/module/print.js +17 -12
- package/package.json +3 -3
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
@@ -76429,7 +76429,7 @@ var bundle_min = {
|
|
|
76429
76429
|
}
|
|
76430
76430
|
convert() {
|
|
76431
76431
|
const e = this._mathmlElement.children.map(e => (0, a.mathMLElementToLaTeXConverter)(e)).map(e => e.convert()).join(" ");
|
|
76432
|
-
return "actuarial" === this._notation ? `\\overline{\\left.${e}\\right|}` : "radical" === this._notation ? `\\sqrt{${e}}` : ["box", "roundedbox", "circle"].includes(this._notation) ? `\\boxed{${e}}` : "left" === this._notation ? `\\left|${e}` : "right" === this._notation ? `${e}\\right|` : "top" === this._notation ? `\\overline{${e}}` : "bottom" === this._notation ? `\\underline{${e}}` : "updiagonalstrike" === this._notation ? `\\cancel{${e}}` : "downdiagonalstrike" === this._notation ? `\\bcancel{${e}}` : "updiagonalarrow" === this._notation ? `\\cancelto{}{${e}}` : ["verticalstrike", "horizontalstrike"].includes(this._notation) ? `\\hcancel{${e}}` : "madruwb" === this._notation ? `\\underline{${e}\\right|}` : "phasorangle" === this._notation ? `{\\angle \\underline{${e}}}` : `\\overline{\\left.\\right)${e}}`;
|
|
76432
|
+
return "actuarial" === this._notation ? `\\overline{\\left.${e}\\right|}` : "radical" === this._notation ? `\\sqrt{${e}}` : ["box", "roundedbox", "circle"].includes(this._notation) ? `\\boxed{${e}}` : "left" === this._notation ? `\\left|${e}` : "right" === this._notation ? `${e}\\right|` : "top" === this._notation ? `\\overline{${e}}` : "bottom" === this._notation ? `\\underline{${e}}` : "updiagonalstrike" === this._notation ? `\\cancel{${e}}` : "downdiagonalstrike" === this._notation ? `\\bcancel{${e}}` : "updiagonalarrow" === this._notation ? `\\cancelto{}{${e}}` : ["verticalstrike", "horizontalstrike"].includes(this._notation) ? `\\hcancel{${e}}` : "madruwb" === this._notation ? `\\underline{${e}\\right|}` : "phasorangle" === this._notation ? `{\\angle \\underline{${e}}}` : "longdiv" === this._notation ? `\\longdiv{${e}}` : `\\overline{\\left.\\right)${e}}`;
|
|
76433
76433
|
}
|
|
76434
76434
|
get _notation() {
|
|
76435
76435
|
return this._mathmlElement.attributes.notation || "longdiv";
|
|
@@ -76757,7 +76757,7 @@ var bundle_min = {
|
|
|
76757
76757
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
76758
76758
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
76759
76759
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
76760
|
-
return `${new a.ParenthesisWrapper().wrapIfMoreThanOneChar(o)}_${new a.BracketWrapper().wrap(i)}`;
|
|
76760
|
+
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${new a.ParenthesisWrapper().wrapIfMoreThanOneChar(o)}_${new a.BracketWrapper().wrap(i)}`;
|
|
76761
76761
|
}
|
|
76762
76762
|
};
|
|
76763
76763
|
},
|
|
@@ -76794,7 +76794,7 @@ var bundle_min = {
|
|
|
76794
76794
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
76795
76795
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
76796
76796
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
76797
|
-
return `${
|
|
76797
|
+
return "'" === i ? `${o}'` : `${o}^${new a.BracketWrapper().wrap(i)}`;
|
|
76798
76798
|
}
|
|
76799
76799
|
};
|
|
76800
76800
|
},
|
|
@@ -76835,7 +76835,7 @@ var bundle_min = {
|
|
|
76835
76835
|
}
|
|
76836
76836
|
convert() {
|
|
76837
76837
|
const {attributes: e, value: t} = this._mathmlElement;
|
|
76838
|
-
return [...t].map(e => (/^[a-zA-Z0-9]$/).test(e) || " "
|
|
76838
|
+
return [...t].map(e => (/^[a-zA-Z0-9]$/).test(e) || " " == e ? {
|
|
76839
76839
|
value: e,
|
|
76840
76840
|
isAlphanumeric: !0
|
|
76841
76841
|
} : {
|
|
@@ -76866,6 +76866,8 @@ var bundle_min = {
|
|
|
76866
76866
|
switch (this._mathvariant) {
|
|
76867
76867
|
case "bold":
|
|
76868
76868
|
return ["\\textbf"];
|
|
76869
|
+
case "log":
|
|
76870
|
+
return ["\\log"];
|
|
76869
76871
|
case "italic":
|
|
76870
76872
|
return ["\\textit"];
|
|
76871
76873
|
case "bold-italic":
|
|
@@ -77168,6 +77170,8 @@ var bundle_min = {
|
|
|
77168
77170
|
"⁤": "",
|
|
77169
77171
|
"⁗": "''''",
|
|
77170
77172
|
"‾": "\\overline",
|
|
77173
|
+
"―": "\\overline",
|
|
77174
|
+
"¯": "\\overline",
|
|
77171
77175
|
"‷": "```",
|
|
77172
77176
|
"‶": "``",
|
|
77173
77177
|
"‵": "`",
|
|
@@ -77197,7 +77201,6 @@ var bundle_min = {
|
|
|
77197
77201
|
"³": "3",
|
|
77198
77202
|
"²": "2",
|
|
77199
77203
|
"°": "\\degree",
|
|
77200
|
-
"¯": "\\overline",
|
|
77201
77204
|
"ª": "a",
|
|
77202
77205
|
"¨": "\\cdot\\cdot",
|
|
77203
77206
|
"~": "\\sim",
|
|
@@ -78122,6 +78125,8 @@ var bundle_min = {
|
|
|
78122
78125
|
"∝": "\\propto",
|
|
78123
78126
|
"==": "==",
|
|
78124
78127
|
"=": "=",
|
|
78128
|
+
" ̿": "=",
|
|
78129
|
+
"̿": "=",
|
|
78125
78130
|
":=": ":=",
|
|
78126
78131
|
"/=": "=",
|
|
78127
78132
|
"-=": "-=",
|
|
@@ -78372,6 +78377,7 @@ var bundle_min = {
|
|
|
78372
78377
|
"": "",
|
|
78373
78378
|
"⁗": "''''",
|
|
78374
78379
|
"‾": "\\overline",
|
|
78380
|
+
"―": "\\overline",
|
|
78375
78381
|
"‷": "```",
|
|
78376
78382
|
"‶": "``",
|
|
78377
78383
|
"‵": "`",
|
|
@@ -78761,9 +78767,9 @@ var bundle_min = {
|
|
|
78761
78767
|
"↗": "\\nearrow",
|
|
78762
78768
|
"↖": "\\nwarrow",
|
|
78763
78769
|
"↕": "\\updownarrow",
|
|
78764
|
-
"↔": "\\
|
|
78770
|
+
"↔": "\\overleftrightarrow",
|
|
78765
78771
|
"↓": "\\downarrow",
|
|
78766
|
-
"→": "\\
|
|
78772
|
+
"→": "\\overrightarrow",
|
|
78767
78773
|
"↑": "\\uparrow",
|
|
78768
78774
|
"←": "\\leftarrow",
|
|
78769
78775
|
"|||": "\\left|||\\right.",
|
|
@@ -79893,7 +79899,7 @@ var bundle_min = {
|
|
|
79893
79899
|
"⌈": "\\lceil",
|
|
79894
79900
|
"↛": "\\nrightarrow",
|
|
79895
79901
|
"‾": "\\overline",
|
|
79896
|
-
"→": "\\
|
|
79902
|
+
"→": "\\overrightarrow",
|
|
79897
79903
|
"‡": "\\ddagger",
|
|
79898
79904
|
"・": "\\cdot",
|
|
79899
79905
|
"▱": "\\square",
|
|
@@ -79923,7 +79929,7 @@ var bundle_min = {
|
|
|
79923
79929
|
"€": "\\euro",
|
|
79924
79930
|
"˘": " ",
|
|
79925
79931
|
"∥": "\\parallel",
|
|
79926
|
-
"↔": "\\
|
|
79932
|
+
"↔": "\\overleftrightarrow",
|
|
79927
79933
|
"√": "\\sqrt{}",
|
|
79928
79934
|
"·": "\\cdot",
|
|
79929
79935
|
"⦬": "\\measuredangle",
|
|
@@ -79959,7 +79965,7 @@ var bundle_min = {
|
|
|
79959
79965
|
6626: (e, t) => {
|
|
79960
79966
|
(Object.defineProperty(t, "__esModule", {
|
|
79961
79967
|
value: !0
|
|
79962
|
-
}), t.latexAccents = void 0, t.latexAccents = ["\\hat", "\\bar", "\\underbrace", "\\overarc", "\\overline", "\\overbrace"]);
|
|
79968
|
+
}), t.latexAccents = void 0, t.latexAccents = ["\\hat", "\\bar", "\\underbrace", "\\overarc", "\\overline", "\\overbrace", "\\overrightarrow", "\\overleftrightarrow"]);
|
|
79963
79969
|
},
|
|
79964
79970
|
2103: (e, t) => {
|
|
79965
79971
|
(Object.defineProperty(t, "__esModule", {
|
|
@@ -127386,7 +127392,6 @@ const styles = theme => ({
|
|
|
127386
127392
|
'& > .mq-root-block': {
|
|
127387
127393
|
'& > .mq-editable-field': {
|
|
127388
127394
|
minWidth: '10px',
|
|
127389
|
-
margin: theme.spacing.unit * 2 / 3,
|
|
127390
127395
|
padding: theme.spacing.unit / 4
|
|
127391
127396
|
}
|
|
127392
127397
|
},
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
@@ -76392,7 +76392,7 @@ var bundle_min = {
|
|
|
76392
76392
|
}
|
|
76393
76393
|
convert() {
|
|
76394
76394
|
const e = this._mathmlElement.children.map(e => (0, a.mathMLElementToLaTeXConverter)(e)).map(e => e.convert()).join(" ");
|
|
76395
|
-
return "actuarial" === this._notation ? `\\overline{\\left.${e}\\right|}` : "radical" === this._notation ? `\\sqrt{${e}}` : ["box", "roundedbox", "circle"].includes(this._notation) ? `\\boxed{${e}}` : "left" === this._notation ? `\\left|${e}` : "right" === this._notation ? `${e}\\right|` : "top" === this._notation ? `\\overline{${e}}` : "bottom" === this._notation ? `\\underline{${e}}` : "updiagonalstrike" === this._notation ? `\\cancel{${e}}` : "downdiagonalstrike" === this._notation ? `\\bcancel{${e}}` : "updiagonalarrow" === this._notation ? `\\cancelto{}{${e}}` : ["verticalstrike", "horizontalstrike"].includes(this._notation) ? `\\hcancel{${e}}` : "madruwb" === this._notation ? `\\underline{${e}\\right|}` : "phasorangle" === this._notation ? `{\\angle \\underline{${e}}}` : `\\overline{\\left.\\right)${e}}`;
|
|
76395
|
+
return "actuarial" === this._notation ? `\\overline{\\left.${e}\\right|}` : "radical" === this._notation ? `\\sqrt{${e}}` : ["box", "roundedbox", "circle"].includes(this._notation) ? `\\boxed{${e}}` : "left" === this._notation ? `\\left|${e}` : "right" === this._notation ? `${e}\\right|` : "top" === this._notation ? `\\overline{${e}}` : "bottom" === this._notation ? `\\underline{${e}}` : "updiagonalstrike" === this._notation ? `\\cancel{${e}}` : "downdiagonalstrike" === this._notation ? `\\bcancel{${e}}` : "updiagonalarrow" === this._notation ? `\\cancelto{}{${e}}` : ["verticalstrike", "horizontalstrike"].includes(this._notation) ? `\\hcancel{${e}}` : "madruwb" === this._notation ? `\\underline{${e}\\right|}` : "phasorangle" === this._notation ? `{\\angle \\underline{${e}}}` : "longdiv" === this._notation ? `\\longdiv{${e}}` : `\\overline{\\left.\\right)${e}}`;
|
|
76396
76396
|
}
|
|
76397
76397
|
get _notation() {
|
|
76398
76398
|
return this._mathmlElement.attributes.notation || "longdiv";
|
|
@@ -76720,7 +76720,7 @@ var bundle_min = {
|
|
|
76720
76720
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
76721
76721
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
76722
76722
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
76723
|
-
return `${new a.ParenthesisWrapper().wrapIfMoreThanOneChar(o)}_${new a.BracketWrapper().wrap(i)}`;
|
|
76723
|
+
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${new a.ParenthesisWrapper().wrapIfMoreThanOneChar(o)}_${new a.BracketWrapper().wrap(i)}`;
|
|
76724
76724
|
}
|
|
76725
76725
|
};
|
|
76726
76726
|
},
|
|
@@ -76757,7 +76757,7 @@ var bundle_min = {
|
|
|
76757
76757
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
76758
76758
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
76759
76759
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
76760
|
-
return `${
|
|
76760
|
+
return "'" === i ? `${o}'` : `${o}^${new a.BracketWrapper().wrap(i)}`;
|
|
76761
76761
|
}
|
|
76762
76762
|
};
|
|
76763
76763
|
},
|
|
@@ -76798,7 +76798,7 @@ var bundle_min = {
|
|
|
76798
76798
|
}
|
|
76799
76799
|
convert() {
|
|
76800
76800
|
const {attributes: e, value: t} = this._mathmlElement;
|
|
76801
|
-
return [...t].map(e => (/^[a-zA-Z0-9]$/).test(e) || " "
|
|
76801
|
+
return [...t].map(e => (/^[a-zA-Z0-9]$/).test(e) || " " == e ? {
|
|
76802
76802
|
value: e,
|
|
76803
76803
|
isAlphanumeric: !0
|
|
76804
76804
|
} : {
|
|
@@ -76829,6 +76829,8 @@ var bundle_min = {
|
|
|
76829
76829
|
switch (this._mathvariant) {
|
|
76830
76830
|
case "bold":
|
|
76831
76831
|
return ["\\textbf"];
|
|
76832
|
+
case "log":
|
|
76833
|
+
return ["\\log"];
|
|
76832
76834
|
case "italic":
|
|
76833
76835
|
return ["\\textit"];
|
|
76834
76836
|
case "bold-italic":
|
|
@@ -77131,6 +77133,8 @@ var bundle_min = {
|
|
|
77131
77133
|
"⁤": "",
|
|
77132
77134
|
"⁗": "''''",
|
|
77133
77135
|
"‾": "\\overline",
|
|
77136
|
+
"―": "\\overline",
|
|
77137
|
+
"¯": "\\overline",
|
|
77134
77138
|
"‷": "```",
|
|
77135
77139
|
"‶": "``",
|
|
77136
77140
|
"‵": "`",
|
|
@@ -77160,7 +77164,6 @@ var bundle_min = {
|
|
|
77160
77164
|
"³": "3",
|
|
77161
77165
|
"²": "2",
|
|
77162
77166
|
"°": "\\degree",
|
|
77163
|
-
"¯": "\\overline",
|
|
77164
77167
|
"ª": "a",
|
|
77165
77168
|
"¨": "\\cdot\\cdot",
|
|
77166
77169
|
"~": "\\sim",
|
|
@@ -78085,6 +78088,8 @@ var bundle_min = {
|
|
|
78085
78088
|
"∝": "\\propto",
|
|
78086
78089
|
"==": "==",
|
|
78087
78090
|
"=": "=",
|
|
78091
|
+
" ̿": "=",
|
|
78092
|
+
"̿": "=",
|
|
78088
78093
|
":=": ":=",
|
|
78089
78094
|
"/=": "=",
|
|
78090
78095
|
"-=": "-=",
|
|
@@ -78335,6 +78340,7 @@ var bundle_min = {
|
|
|
78335
78340
|
"": "",
|
|
78336
78341
|
"⁗": "''''",
|
|
78337
78342
|
"‾": "\\overline",
|
|
78343
|
+
"―": "\\overline",
|
|
78338
78344
|
"‷": "```",
|
|
78339
78345
|
"‶": "``",
|
|
78340
78346
|
"‵": "`",
|
|
@@ -78724,9 +78730,9 @@ var bundle_min = {
|
|
|
78724
78730
|
"↗": "\\nearrow",
|
|
78725
78731
|
"↖": "\\nwarrow",
|
|
78726
78732
|
"↕": "\\updownarrow",
|
|
78727
|
-
"↔": "\\
|
|
78733
|
+
"↔": "\\overleftrightarrow",
|
|
78728
78734
|
"↓": "\\downarrow",
|
|
78729
|
-
"→": "\\
|
|
78735
|
+
"→": "\\overrightarrow",
|
|
78730
78736
|
"↑": "\\uparrow",
|
|
78731
78737
|
"←": "\\leftarrow",
|
|
78732
78738
|
"|||": "\\left|||\\right.",
|
|
@@ -79856,7 +79862,7 @@ var bundle_min = {
|
|
|
79856
79862
|
"⌈": "\\lceil",
|
|
79857
79863
|
"↛": "\\nrightarrow",
|
|
79858
79864
|
"‾": "\\overline",
|
|
79859
|
-
"→": "\\
|
|
79865
|
+
"→": "\\overrightarrow",
|
|
79860
79866
|
"‡": "\\ddagger",
|
|
79861
79867
|
"・": "\\cdot",
|
|
79862
79868
|
"▱": "\\square",
|
|
@@ -79886,7 +79892,7 @@ var bundle_min = {
|
|
|
79886
79892
|
"€": "\\euro",
|
|
79887
79893
|
"˘": " ",
|
|
79888
79894
|
"∥": "\\parallel",
|
|
79889
|
-
"↔": "\\
|
|
79895
|
+
"↔": "\\overleftrightarrow",
|
|
79890
79896
|
"√": "\\sqrt{}",
|
|
79891
79897
|
"·": "\\cdot",
|
|
79892
79898
|
"⦬": "\\measuredangle",
|
|
@@ -79922,7 +79928,7 @@ var bundle_min = {
|
|
|
79922
79928
|
6626: (e, t) => {
|
|
79923
79929
|
(Object.defineProperty(t, "__esModule", {
|
|
79924
79930
|
value: !0
|
|
79925
|
-
}), t.latexAccents = void 0, t.latexAccents = ["\\hat", "\\bar", "\\underbrace", "\\overarc", "\\overline", "\\overbrace"]);
|
|
79931
|
+
}), t.latexAccents = void 0, t.latexAccents = ["\\hat", "\\bar", "\\underbrace", "\\overarc", "\\overline", "\\overbrace", "\\overrightarrow", "\\overleftrightarrow"]);
|
|
79926
79932
|
},
|
|
79927
79933
|
2103: (e, t) => {
|
|
79928
79934
|
(Object.defineProperty(t, "__esModule", {
|
|
@@ -127349,7 +127355,6 @@ const styles = theme => ({
|
|
|
127349
127355
|
'& > .mq-root-block': {
|
|
127350
127356
|
'& > .mq-editable-field': {
|
|
127351
127357
|
minWidth: '10px',
|
|
127352
|
-
margin: theme.spacing.unit * 2 / 3,
|
|
127353
127358
|
padding: theme.spacing.unit / 4
|
|
127354
127359
|
}
|
|
127355
127360
|
},
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.15.1-next.
|
|
7
|
+
"version": "2.15.1-next.21+75777e189",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.23.1",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "75777e189786cb9041bd0d2f843c023a1ea5b8b1",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|