@pie-element/math-templated 2.14.3-next.15 → 2.14.3-next.6
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/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +2 -22
- package/module/element.js +2 -22
- package/module/print.js +2 -22
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -42319,7 +42319,7 @@ var _interopRequireDefault$r = interopRequireDefault.exports;
|
|
|
42319
42319
|
Object.defineProperty(color, "__esModule", {
|
|
42320
42320
|
value: true
|
|
42321
42321
|
});
|
|
42322
|
-
color.
|
|
42322
|
+
color.v = color.text = color.secondaryText = color.secondaryLight = color.secondaryDark = color.secondaryBackground = color.secondary = color.primaryText = color.primaryLight = color.primaryDark = color.primary = color.missing = color.incorrectSecondary = color.incorrect = color.disabledSecondary = color.disabled = color.defaults = color.correctSecondary = color.correct = color.black = color.background = void 0;
|
|
42323
42323
|
var _green = _interopRequireDefault$r(green$1);
|
|
42324
42324
|
var _orange = _interopRequireDefault$r(orange$1);
|
|
42325
42325
|
var _pink = _interopRequireDefault$r(pink$1);
|
|
@@ -42331,12 +42331,9 @@ var defaults$1 = {
|
|
|
42331
42331
|
DISABLED_SECONDARY: '#ABABAB',
|
|
42332
42332
|
CORRECT: _green["default"][500],
|
|
42333
42333
|
CORRECT_SECONDARY: _green["default"][50],
|
|
42334
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
42335
42334
|
INCORRECT: _orange["default"][500],
|
|
42336
42335
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
42337
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
42338
42336
|
MISSING: _red["default"][700],
|
|
42339
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
42340
42337
|
PRIMARY: _indigo["default"][500],
|
|
42341
42338
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
42342
42339
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -42345,8 +42342,7 @@ var defaults$1 = {
|
|
|
42345
42342
|
SECONDARY_DARK: _pink["default"][900],
|
|
42346
42343
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
42347
42344
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
42348
|
-
BLACK: '#000000'
|
|
42349
|
-
WHITE: '#ffffff'
|
|
42345
|
+
BLACK: '#000000'
|
|
42350
42346
|
};
|
|
42351
42347
|
color.defaults = defaults$1;
|
|
42352
42348
|
Object.freeze(defaults$1);
|
|
@@ -42383,18 +42379,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
42383
42379
|
return pv('correct-secondary', defaults$1.CORRECT_SECONDARY);
|
|
42384
42380
|
};
|
|
42385
42381
|
color.correctSecondary = correctSecondary;
|
|
42386
|
-
var correctWithIcon = function correctWithIcon() {
|
|
42387
|
-
return pv('correct-icon', defaults$1.CORRECT_WITH_ICON);
|
|
42388
|
-
};
|
|
42389
|
-
color.correctWithIcon = correctWithIcon;
|
|
42390
42382
|
var incorrect = function incorrect() {
|
|
42391
42383
|
return pv('incorrect', defaults$1.INCORRECT);
|
|
42392
42384
|
};
|
|
42393
42385
|
color.incorrect = incorrect;
|
|
42394
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
42395
|
-
return pv('incorrect-icon', defaults$1.INCORRECT_WITH_ICON);
|
|
42396
|
-
};
|
|
42397
|
-
color.incorrectWithIcon = incorrectWithIcon;
|
|
42398
42386
|
var incorrectSecondary = function incorrectSecondary() {
|
|
42399
42387
|
return pv('incorrect-secondary', defaults$1.INCORRECT_SECONDARY);
|
|
42400
42388
|
};
|
|
@@ -42403,10 +42391,6 @@ var missing = function missing() {
|
|
|
42403
42391
|
return pv('missing', defaults$1.MISSING);
|
|
42404
42392
|
};
|
|
42405
42393
|
color.missing = missing;
|
|
42406
|
-
var missingWithIcon = function missingWithIcon() {
|
|
42407
|
-
return pv('missing-icon', defaults$1.MISSING_WITH_ICON);
|
|
42408
|
-
};
|
|
42409
|
-
color.missingWithIcon = missingWithIcon;
|
|
42410
42394
|
var primary = function primary() {
|
|
42411
42395
|
return pv('primary', defaults$1.PRIMARY);
|
|
42412
42396
|
};
|
|
@@ -42451,10 +42435,6 @@ var black = function black() {
|
|
|
42451
42435
|
return pv('black', defaults$1.BLACK);
|
|
42452
42436
|
};
|
|
42453
42437
|
color.black = black;
|
|
42454
|
-
var white = function white() {
|
|
42455
|
-
return pv('white', defaults$1.WHITE);
|
|
42456
|
-
};
|
|
42457
|
-
color.white = white;
|
|
42458
42438
|
const require$$9$8 = _dll_react;
|
|
42459
42439
|
const require$$11$7 = _dll_classnames;
|
|
42460
42440
|
const require$$12$5 = _dll_prop_types;
|
package/module/element.js
CHANGED
|
@@ -118995,7 +118995,7 @@ var _interopRequireDefault$B = interopRequireDefault.exports;
|
|
|
118995
118995
|
Object.defineProperty(color$1, "__esModule", {
|
|
118996
118996
|
value: true
|
|
118997
118997
|
});
|
|
118998
|
-
color$1.
|
|
118998
|
+
color$1.v = color$1.text = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missing = color$1.incorrectSecondary = color$1.incorrect = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctSecondary = color$1.correct = color$1.black = color$1.background = void 0;
|
|
118999
118999
|
var _green = _interopRequireDefault$B(green$1);
|
|
119000
119000
|
var _orange = _interopRequireDefault$B(orange$1);
|
|
119001
119001
|
var _pink = _interopRequireDefault$B(pink$1);
|
|
@@ -119007,12 +119007,9 @@ var defaults = {
|
|
|
119007
119007
|
DISABLED_SECONDARY: '#ABABAB',
|
|
119008
119008
|
CORRECT: _green["default"][500],
|
|
119009
119009
|
CORRECT_SECONDARY: _green["default"][50],
|
|
119010
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
119011
119010
|
INCORRECT: _orange["default"][500],
|
|
119012
119011
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
119013
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
119014
119012
|
MISSING: _red["default"][700],
|
|
119015
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
119016
119013
|
PRIMARY: _indigo["default"][500],
|
|
119017
119014
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
119018
119015
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -119021,8 +119018,7 @@ var defaults = {
|
|
|
119021
119018
|
SECONDARY_DARK: _pink["default"][900],
|
|
119022
119019
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
119023
119020
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
119024
|
-
BLACK: '#000000'
|
|
119025
|
-
WHITE: '#ffffff'
|
|
119021
|
+
BLACK: '#000000'
|
|
119026
119022
|
};
|
|
119027
119023
|
color$1.defaults = defaults;
|
|
119028
119024
|
Object.freeze(defaults);
|
|
@@ -119059,18 +119055,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
119059
119055
|
return pv('correct-secondary', defaults.CORRECT_SECONDARY);
|
|
119060
119056
|
};
|
|
119061
119057
|
color$1.correctSecondary = correctSecondary;
|
|
119062
|
-
var correctWithIcon = function correctWithIcon() {
|
|
119063
|
-
return pv('correct-icon', defaults.CORRECT_WITH_ICON);
|
|
119064
|
-
};
|
|
119065
|
-
color$1.correctWithIcon = correctWithIcon;
|
|
119066
119058
|
var incorrect = function incorrect() {
|
|
119067
119059
|
return pv('incorrect', defaults.INCORRECT);
|
|
119068
119060
|
};
|
|
119069
119061
|
color$1.incorrect = incorrect;
|
|
119070
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
119071
|
-
return pv('incorrect-icon', defaults.INCORRECT_WITH_ICON);
|
|
119072
|
-
};
|
|
119073
|
-
color$1.incorrectWithIcon = incorrectWithIcon;
|
|
119074
119062
|
var incorrectSecondary = function incorrectSecondary() {
|
|
119075
119063
|
return pv('incorrect-secondary', defaults.INCORRECT_SECONDARY);
|
|
119076
119064
|
};
|
|
@@ -119079,10 +119067,6 @@ var missing = function missing() {
|
|
|
119079
119067
|
return pv('missing', defaults.MISSING);
|
|
119080
119068
|
};
|
|
119081
119069
|
color$1.missing = missing;
|
|
119082
|
-
var missingWithIcon = function missingWithIcon() {
|
|
119083
|
-
return pv('missing-icon', defaults.MISSING_WITH_ICON);
|
|
119084
|
-
};
|
|
119085
|
-
color$1.missingWithIcon = missingWithIcon;
|
|
119086
119070
|
var primary = function primary() {
|
|
119087
119071
|
return pv('primary', defaults.PRIMARY);
|
|
119088
119072
|
};
|
|
@@ -119127,10 +119111,6 @@ var black = function black() {
|
|
|
119127
119111
|
return pv('black', defaults.BLACK);
|
|
119128
119112
|
};
|
|
119129
119113
|
color$1.black = black;
|
|
119130
|
-
var white = function white() {
|
|
119131
|
-
return pv('white', defaults.WHITE);
|
|
119132
|
-
};
|
|
119133
|
-
color$1.white = white;
|
|
119134
119114
|
const require$$9$g = _dll_react;
|
|
119135
119115
|
const require$$11$7 = _dll_classnames;
|
|
119136
119116
|
const require$$12$7 = _dll_prop_types;
|
package/module/print.js
CHANGED
|
@@ -118958,7 +118958,7 @@ var _interopRequireDefault$B = interopRequireDefault.exports;
|
|
|
118958
118958
|
Object.defineProperty(color$1, "__esModule", {
|
|
118959
118959
|
value: true
|
|
118960
118960
|
});
|
|
118961
|
-
color$1.
|
|
118961
|
+
color$1.v = color$1.text = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missing = color$1.incorrectSecondary = color$1.incorrect = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctSecondary = color$1.correct = color$1.black = color$1.background = void 0;
|
|
118962
118962
|
var _green = _interopRequireDefault$B(green$1);
|
|
118963
118963
|
var _orange = _interopRequireDefault$B(orange$1);
|
|
118964
118964
|
var _pink = _interopRequireDefault$B(pink$1);
|
|
@@ -118970,12 +118970,9 @@ var defaults = {
|
|
|
118970
118970
|
DISABLED_SECONDARY: '#ABABAB',
|
|
118971
118971
|
CORRECT: _green["default"][500],
|
|
118972
118972
|
CORRECT_SECONDARY: _green["default"][50],
|
|
118973
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
118974
118973
|
INCORRECT: _orange["default"][500],
|
|
118975
118974
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
118976
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
118977
118975
|
MISSING: _red["default"][700],
|
|
118978
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
118979
118976
|
PRIMARY: _indigo["default"][500],
|
|
118980
118977
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
118981
118978
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -118984,8 +118981,7 @@ var defaults = {
|
|
|
118984
118981
|
SECONDARY_DARK: _pink["default"][900],
|
|
118985
118982
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
118986
118983
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
118987
|
-
BLACK: '#000000'
|
|
118988
|
-
WHITE: '#ffffff'
|
|
118984
|
+
BLACK: '#000000'
|
|
118989
118985
|
};
|
|
118990
118986
|
color$1.defaults = defaults;
|
|
118991
118987
|
Object.freeze(defaults);
|
|
@@ -119022,18 +119018,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
119022
119018
|
return pv('correct-secondary', defaults.CORRECT_SECONDARY);
|
|
119023
119019
|
};
|
|
119024
119020
|
color$1.correctSecondary = correctSecondary;
|
|
119025
|
-
var correctWithIcon = function correctWithIcon() {
|
|
119026
|
-
return pv('correct-icon', defaults.CORRECT_WITH_ICON);
|
|
119027
|
-
};
|
|
119028
|
-
color$1.correctWithIcon = correctWithIcon;
|
|
119029
119021
|
var incorrect = function incorrect() {
|
|
119030
119022
|
return pv('incorrect', defaults.INCORRECT);
|
|
119031
119023
|
};
|
|
119032
119024
|
color$1.incorrect = incorrect;
|
|
119033
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
119034
|
-
return pv('incorrect-icon', defaults.INCORRECT_WITH_ICON);
|
|
119035
|
-
};
|
|
119036
|
-
color$1.incorrectWithIcon = incorrectWithIcon;
|
|
119037
119025
|
var incorrectSecondary = function incorrectSecondary() {
|
|
119038
119026
|
return pv('incorrect-secondary', defaults.INCORRECT_SECONDARY);
|
|
119039
119027
|
};
|
|
@@ -119042,10 +119030,6 @@ var missing = function missing() {
|
|
|
119042
119030
|
return pv('missing', defaults.MISSING);
|
|
119043
119031
|
};
|
|
119044
119032
|
color$1.missing = missing;
|
|
119045
|
-
var missingWithIcon = function missingWithIcon() {
|
|
119046
|
-
return pv('missing-icon', defaults.MISSING_WITH_ICON);
|
|
119047
|
-
};
|
|
119048
|
-
color$1.missingWithIcon = missingWithIcon;
|
|
119049
119033
|
var primary = function primary() {
|
|
119050
119034
|
return pv('primary', defaults.PRIMARY);
|
|
119051
119035
|
};
|
|
@@ -119090,10 +119074,6 @@ var black = function black() {
|
|
|
119090
119074
|
return pv('black', defaults.BLACK);
|
|
119091
119075
|
};
|
|
119092
119076
|
color$1.black = black;
|
|
119093
|
-
var white = function white() {
|
|
119094
|
-
return pv('white', defaults.WHITE);
|
|
119095
|
-
};
|
|
119096
|
-
color$1.white = white;
|
|
119097
119077
|
const require$$9$g = _dll_react;
|
|
119098
119078
|
const require$$11$7 = _dll_classnames;
|
|
119099
119079
|
const require$$12$7 = _dll_prop_types;
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.14.3-next.
|
|
7
|
+
"version": "2.14.3-next.6+2c06079fa",
|
|
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.21.3",
|
|
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": "2c06079fab556eebc14689ba850d112dde5e437d",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|