@pie-element/math-templated 2.17.1-next.4 → 2.18.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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/module/configure.js +14 -9
- package/module/element.js +14 -9
- package/module/manifest.json +1 -1
- package/module/print.js +14 -9
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.17.0...@pie-element/math-templated@2.18.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.16.0...@pie-element/math-templated@2.17.0) (2024-06-24)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.6.0...@pie-element/math-templated-configure@1.7.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.5.0...@pie-element/math-templated-configure@1.6.0) (2024-06-24)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/math-templated-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "1.24.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.24.2",
|
|
12
12
|
"debug": "^3.1.0",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"prop-types": "^15.6.2",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.14.0...@pie-element/math-templated-controller@2.15.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.13.0...@pie-element/math-templated-controller@2.14.0) (2024-06-24)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/math-templated-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.15.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@pie-framework/math-validation": "^1.2.2",
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.24.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.24.2",
|
|
11
11
|
"debug": "^3.1.0",
|
|
12
12
|
"lodash": "^4.17.15"
|
|
13
13
|
},
|
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} 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} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.17.1/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} 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) {
|
|
@@ -97797,7 +97797,7 @@ var bundle_min = {
|
|
|
97797
97797
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
97798
97798
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
97799
97799
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
97800
|
-
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${
|
|
97800
|
+
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${o}_${new a.BracketWrapper().wrap(i)}`;
|
|
97801
97801
|
}
|
|
97802
97802
|
};
|
|
97803
97803
|
},
|
|
@@ -97834,7 +97834,7 @@ var bundle_min = {
|
|
|
97834
97834
|
const {name: e, children: t} = this._mathmlElement, r = t.length;
|
|
97835
97835
|
if (2 !== r) throw new n.InvalidNumberOfChildrenError(e, 2, r);
|
|
97836
97836
|
const o = (0, a.mathMLElementToLaTeXConverter)(t[0]).convert(), i = (0, a.mathMLElementToLaTeXConverter)(t[1]).convert();
|
|
97837
|
-
return "'"
|
|
97837
|
+
return ["'", "″"].indexOf(i) ? `${o}${i}` : `${o}^${new a.BracketWrapper().wrap(i)}`;
|
|
97838
97838
|
}
|
|
97839
97839
|
};
|
|
97840
97840
|
},
|
|
@@ -98934,6 +98934,7 @@ var bundle_min = {
|
|
|
98934
98934
|
"❘": "|",
|
|
98935
98935
|
"▲": "\\bigtriangleup",
|
|
98936
98936
|
"⋿": "\\Epsilon",
|
|
98937
|
+
"◻": "\\square",
|
|
98937
98938
|
"⋾": "\\overline{\\ni}",
|
|
98938
98939
|
"⋽": "\\overline{\\ni}",
|
|
98939
98940
|
"⋼": "\\in",
|
|
@@ -99158,7 +99159,7 @@ var bundle_min = {
|
|
|
99158
99159
|
"≅": "\\cong",
|
|
99159
99160
|
"≄": "\\not\\simeq",
|
|
99160
99161
|
"≃": "\\simeq",
|
|
99161
|
-
"≁": "\\
|
|
99162
|
+
"≁": "\\nsim",
|
|
99162
99163
|
"∦": "\\not\\parallel",
|
|
99163
99164
|
"∥": "\\parallel",
|
|
99164
99165
|
"∤": "\\not|",
|
|
@@ -99176,7 +99177,7 @@ var bundle_min = {
|
|
|
99176
99177
|
"≠": "\\neq",
|
|
99177
99178
|
"≢": "\\equiv /",
|
|
99178
99179
|
"≉": "\\approx /",
|
|
99179
|
-
"∼": "sim",
|
|
99180
|
+
"∼": "\\sim",
|
|
99180
99181
|
"≈": "\\approx",
|
|
99181
99182
|
"≮": "</",
|
|
99182
99183
|
"<": "<",
|
|
@@ -100028,7 +100029,7 @@ var bundle_min = {
|
|
|
100028
100029
|
"⨩": "",
|
|
100029
100030
|
"⨨": "",
|
|
100030
100031
|
"⨧": "",
|
|
100031
|
-
"◻": "\\
|
|
100032
|
+
"◻": "\\square",
|
|
100032
100033
|
"⨦": "\\underset{\\sim}{+}",
|
|
100033
100034
|
"⨥": "\\underset{\\circ}{+}",
|
|
100034
100035
|
"⨤": "\\overset{\\sim}{+}",
|
|
@@ -100353,7 +100354,7 @@ var bundle_min = {
|
|
|
100353
100354
|
"≅": "\\cong",
|
|
100354
100355
|
"≄": "\\not\\simeq",
|
|
100355
100356
|
"≃": "\\simeq",
|
|
100356
|
-
"≁": "\\
|
|
100357
|
+
"≁": "\\nsim",
|
|
100357
100358
|
"∦": "\\not\\parallel",
|
|
100358
100359
|
"∥": "\\parallel",
|
|
100359
100360
|
"∤": "\\not|",
|
|
@@ -100369,7 +100370,7 @@ var bundle_min = {
|
|
|
100369
100370
|
"≠": "\\neq",
|
|
100370
100371
|
"≢": "\\equiv /",
|
|
100371
100372
|
"≉": "\\approx /",
|
|
100372
|
-
"∼": "sim",
|
|
100373
|
+
"∼": "\\sim",
|
|
100373
100374
|
"≈": "\\approx",
|
|
100374
100375
|
"≮": "</",
|
|
100375
100376
|
"<": "<",
|
|
@@ -100553,6 +100554,8 @@ var bundle_min = {
|
|
|
100553
100554
|
"⋮": "\\vdots",
|
|
100554
100555
|
"∵": "\\because",
|
|
100555
100556
|
"∴": "\\therefore",
|
|
100557
|
+
"∼": "\\sim",
|
|
100558
|
+
"≁": "\\nsim",
|
|
100556
100559
|
"ℵ": "\\aleph",
|
|
100557
100560
|
"∅": "\\oslash",
|
|
100558
100561
|
"±": "\\pm",
|
|
@@ -100612,6 +100615,7 @@ var bundle_min = {
|
|
|
100612
100615
|
"η": "\\eta",
|
|
100613
100616
|
"ζ": "\\zeta",
|
|
100614
100617
|
"ɛ": "\\varepsilon",
|
|
100618
|
+
"◻": "\\square",
|
|
100615
100619
|
"ε": "\\epsilon",
|
|
100616
100620
|
"Δ": "\\Delta",
|
|
100617
100621
|
"δ": "\\delta",
|
|
@@ -100980,7 +100984,8 @@ var bundle_min = {
|
|
|
100980
100984
|
"〉": "\\rangle",
|
|
100981
100985
|
"▫": "\\square",
|
|
100982
100986
|
"●": "\\circle",
|
|
100983
|
-
"”": '\\"'
|
|
100987
|
+
"”": '\\"',
|
|
100988
|
+
"◻": "\\square"
|
|
100984
100989
|
});
|
|
100985
100990
|
},
|
|
100986
100991
|
2408: function (e, t, r) {
|
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.17.1/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) {
|
|
@@ -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 "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${
|
|
76760
|
+
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${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 ["'", "″"].indexOf(i) ? `${o}${i}` : `${o}^${new a.BracketWrapper().wrap(i)}`;
|
|
76798
76798
|
}
|
|
76799
76799
|
};
|
|
76800
76800
|
},
|
|
@@ -77894,6 +77894,7 @@ var bundle_min = {
|
|
|
77894
77894
|
"❘": "|",
|
|
77895
77895
|
"▲": "\\bigtriangleup",
|
|
77896
77896
|
"⋿": "\\Epsilon",
|
|
77897
|
+
"◻": "\\square",
|
|
77897
77898
|
"⋾": "\\overline{\\ni}",
|
|
77898
77899
|
"⋽": "\\overline{\\ni}",
|
|
77899
77900
|
"⋼": "\\in",
|
|
@@ -78118,7 +78119,7 @@ var bundle_min = {
|
|
|
78118
78119
|
"≅": "\\cong",
|
|
78119
78120
|
"≄": "\\not\\simeq",
|
|
78120
78121
|
"≃": "\\simeq",
|
|
78121
|
-
"≁": "\\
|
|
78122
|
+
"≁": "\\nsim",
|
|
78122
78123
|
"∦": "\\not\\parallel",
|
|
78123
78124
|
"∥": "\\parallel",
|
|
78124
78125
|
"∤": "\\not|",
|
|
@@ -78136,7 +78137,7 @@ var bundle_min = {
|
|
|
78136
78137
|
"≠": "\\neq",
|
|
78137
78138
|
"≢": "\\equiv /",
|
|
78138
78139
|
"≉": "\\approx /",
|
|
78139
|
-
"∼": "sim",
|
|
78140
|
+
"∼": "\\sim",
|
|
78140
78141
|
"≈": "\\approx",
|
|
78141
78142
|
"≮": "</",
|
|
78142
78143
|
"<": "<",
|
|
@@ -78988,7 +78989,7 @@ var bundle_min = {
|
|
|
78988
78989
|
"⨩": "",
|
|
78989
78990
|
"⨨": "",
|
|
78990
78991
|
"⨧": "",
|
|
78991
|
-
"◻": "\\
|
|
78992
|
+
"◻": "\\square",
|
|
78992
78993
|
"⨦": "\\underset{\\sim}{+}",
|
|
78993
78994
|
"⨥": "\\underset{\\circ}{+}",
|
|
78994
78995
|
"⨤": "\\overset{\\sim}{+}",
|
|
@@ -79313,7 +79314,7 @@ var bundle_min = {
|
|
|
79313
79314
|
"≅": "\\cong",
|
|
79314
79315
|
"≄": "\\not\\simeq",
|
|
79315
79316
|
"≃": "\\simeq",
|
|
79316
|
-
"≁": "\\
|
|
79317
|
+
"≁": "\\nsim",
|
|
79317
79318
|
"∦": "\\not\\parallel",
|
|
79318
79319
|
"∥": "\\parallel",
|
|
79319
79320
|
"∤": "\\not|",
|
|
@@ -79329,7 +79330,7 @@ var bundle_min = {
|
|
|
79329
79330
|
"≠": "\\neq",
|
|
79330
79331
|
"≢": "\\equiv /",
|
|
79331
79332
|
"≉": "\\approx /",
|
|
79332
|
-
"∼": "sim",
|
|
79333
|
+
"∼": "\\sim",
|
|
79333
79334
|
"≈": "\\approx",
|
|
79334
79335
|
"≮": "</",
|
|
79335
79336
|
"<": "<",
|
|
@@ -79513,6 +79514,8 @@ var bundle_min = {
|
|
|
79513
79514
|
"⋮": "\\vdots",
|
|
79514
79515
|
"∵": "\\because",
|
|
79515
79516
|
"∴": "\\therefore",
|
|
79517
|
+
"∼": "\\sim",
|
|
79518
|
+
"≁": "\\nsim",
|
|
79516
79519
|
"ℵ": "\\aleph",
|
|
79517
79520
|
"∅": "\\oslash",
|
|
79518
79521
|
"±": "\\pm",
|
|
@@ -79572,6 +79575,7 @@ var bundle_min = {
|
|
|
79572
79575
|
"η": "\\eta",
|
|
79573
79576
|
"ζ": "\\zeta",
|
|
79574
79577
|
"ɛ": "\\varepsilon",
|
|
79578
|
+
"◻": "\\square",
|
|
79575
79579
|
"ε": "\\epsilon",
|
|
79576
79580
|
"Δ": "\\Delta",
|
|
79577
79581
|
"δ": "\\delta",
|
|
@@ -79940,7 +79944,8 @@ var bundle_min = {
|
|
|
79940
79944
|
"〉": "\\rangle",
|
|
79941
79945
|
"▫": "\\square",
|
|
79942
79946
|
"●": "\\circle",
|
|
79943
|
-
"”": '\\"'
|
|
79947
|
+
"”": '\\"',
|
|
79948
|
+
"◻": "\\square"
|
|
79944
79949
|
});
|
|
79945
79950
|
},
|
|
79946
79951
|
2408: function (e, t, r) {
|
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.17.1/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) {
|
|
@@ -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 "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${
|
|
76723
|
+
return "log" === o ? `\\${o}_${new a.BracketWrapper().wrap(i)}` : `${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 ["'", "″"].indexOf(i) ? `${o}${i}` : `${o}^${new a.BracketWrapper().wrap(i)}`;
|
|
76761
76761
|
}
|
|
76762
76762
|
};
|
|
76763
76763
|
},
|
|
@@ -77857,6 +77857,7 @@ var bundle_min = {
|
|
|
77857
77857
|
"❘": "|",
|
|
77858
77858
|
"▲": "\\bigtriangleup",
|
|
77859
77859
|
"⋿": "\\Epsilon",
|
|
77860
|
+
"◻": "\\square",
|
|
77860
77861
|
"⋾": "\\overline{\\ni}",
|
|
77861
77862
|
"⋽": "\\overline{\\ni}",
|
|
77862
77863
|
"⋼": "\\in",
|
|
@@ -78081,7 +78082,7 @@ var bundle_min = {
|
|
|
78081
78082
|
"≅": "\\cong",
|
|
78082
78083
|
"≄": "\\not\\simeq",
|
|
78083
78084
|
"≃": "\\simeq",
|
|
78084
|
-
"≁": "\\
|
|
78085
|
+
"≁": "\\nsim",
|
|
78085
78086
|
"∦": "\\not\\parallel",
|
|
78086
78087
|
"∥": "\\parallel",
|
|
78087
78088
|
"∤": "\\not|",
|
|
@@ -78099,7 +78100,7 @@ var bundle_min = {
|
|
|
78099
78100
|
"≠": "\\neq",
|
|
78100
78101
|
"≢": "\\equiv /",
|
|
78101
78102
|
"≉": "\\approx /",
|
|
78102
|
-
"∼": "sim",
|
|
78103
|
+
"∼": "\\sim",
|
|
78103
78104
|
"≈": "\\approx",
|
|
78104
78105
|
"≮": "</",
|
|
78105
78106
|
"<": "<",
|
|
@@ -78951,7 +78952,7 @@ var bundle_min = {
|
|
|
78951
78952
|
"⨩": "",
|
|
78952
78953
|
"⨨": "",
|
|
78953
78954
|
"⨧": "",
|
|
78954
|
-
"◻": "\\
|
|
78955
|
+
"◻": "\\square",
|
|
78955
78956
|
"⨦": "\\underset{\\sim}{+}",
|
|
78956
78957
|
"⨥": "\\underset{\\circ}{+}",
|
|
78957
78958
|
"⨤": "\\overset{\\sim}{+}",
|
|
@@ -79276,7 +79277,7 @@ var bundle_min = {
|
|
|
79276
79277
|
"≅": "\\cong",
|
|
79277
79278
|
"≄": "\\not\\simeq",
|
|
79278
79279
|
"≃": "\\simeq",
|
|
79279
|
-
"≁": "\\
|
|
79280
|
+
"≁": "\\nsim",
|
|
79280
79281
|
"∦": "\\not\\parallel",
|
|
79281
79282
|
"∥": "\\parallel",
|
|
79282
79283
|
"∤": "\\not|",
|
|
@@ -79292,7 +79293,7 @@ var bundle_min = {
|
|
|
79292
79293
|
"≠": "\\neq",
|
|
79293
79294
|
"≢": "\\equiv /",
|
|
79294
79295
|
"≉": "\\approx /",
|
|
79295
|
-
"∼": "sim",
|
|
79296
|
+
"∼": "\\sim",
|
|
79296
79297
|
"≈": "\\approx",
|
|
79297
79298
|
"≮": "</",
|
|
79298
79299
|
"<": "<",
|
|
@@ -79476,6 +79477,8 @@ var bundle_min = {
|
|
|
79476
79477
|
"⋮": "\\vdots",
|
|
79477
79478
|
"∵": "\\because",
|
|
79478
79479
|
"∴": "\\therefore",
|
|
79480
|
+
"∼": "\\sim",
|
|
79481
|
+
"≁": "\\nsim",
|
|
79479
79482
|
"ℵ": "\\aleph",
|
|
79480
79483
|
"∅": "\\oslash",
|
|
79481
79484
|
"±": "\\pm",
|
|
@@ -79535,6 +79538,7 @@ var bundle_min = {
|
|
|
79535
79538
|
"η": "\\eta",
|
|
79536
79539
|
"ζ": "\\zeta",
|
|
79537
79540
|
"ɛ": "\\varepsilon",
|
|
79541
|
+
"◻": "\\square",
|
|
79538
79542
|
"ε": "\\epsilon",
|
|
79539
79543
|
"Δ": "\\Delta",
|
|
79540
79544
|
"δ": "\\delta",
|
|
@@ -79903,7 +79907,8 @@ var bundle_min = {
|
|
|
79903
79907
|
"〉": "\\rangle",
|
|
79904
79908
|
"▫": "\\square",
|
|
79905
79909
|
"●": "\\circle",
|
|
79906
|
-
"”": '\\"'
|
|
79910
|
+
"”": '\\"',
|
|
79911
|
+
"◻": "\\square"
|
|
79907
79912
|
});
|
|
79908
79913
|
},
|
|
79909
79914
|
2408: function (e, t, r) {
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.
|
|
7
|
+
"version": "2.18.0",
|
|
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.24.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.24.2",
|
|
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": "66edb2a98e91aa6079ac9ee2ab11be96f8ec8167",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|