@pie-element/complex-rubric 2.12.3-next.15 → 2.12.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/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 +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -43834,7 +43834,7 @@ var _interopRequireDefault$3r = interopRequireDefault.exports;
|
|
|
43834
43834
|
Object.defineProperty(color, "__esModule", {
|
|
43835
43835
|
value: true
|
|
43836
43836
|
});
|
|
43837
|
-
color.
|
|
43837
|
+
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;
|
|
43838
43838
|
var _green = _interopRequireDefault$3r(green$1);
|
|
43839
43839
|
var _orange = _interopRequireDefault$3r(orange$1);
|
|
43840
43840
|
var _pink = _interopRequireDefault$3r(pink$1);
|
|
@@ -43846,12 +43846,9 @@ var defaults$2 = {
|
|
|
43846
43846
|
DISABLED_SECONDARY: '#ABABAB',
|
|
43847
43847
|
CORRECT: _green["default"][500],
|
|
43848
43848
|
CORRECT_SECONDARY: _green["default"][50],
|
|
43849
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
43850
43849
|
INCORRECT: _orange["default"][500],
|
|
43851
43850
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
43852
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
43853
43851
|
MISSING: _red["default"][700],
|
|
43854
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
43855
43852
|
PRIMARY: _indigo["default"][500],
|
|
43856
43853
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
43857
43854
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -43860,8 +43857,7 @@ var defaults$2 = {
|
|
|
43860
43857
|
SECONDARY_DARK: _pink["default"][900],
|
|
43861
43858
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
43862
43859
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
43863
|
-
BLACK: '#000000'
|
|
43864
|
-
WHITE: '#ffffff'
|
|
43860
|
+
BLACK: '#000000'
|
|
43865
43861
|
};
|
|
43866
43862
|
color.defaults = defaults$2;
|
|
43867
43863
|
Object.freeze(defaults$2);
|
|
@@ -43898,18 +43894,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
43898
43894
|
return pv('correct-secondary', defaults$2.CORRECT_SECONDARY);
|
|
43899
43895
|
};
|
|
43900
43896
|
color.correctSecondary = correctSecondary;
|
|
43901
|
-
var correctWithIcon = function correctWithIcon() {
|
|
43902
|
-
return pv('correct-icon', defaults$2.CORRECT_WITH_ICON);
|
|
43903
|
-
};
|
|
43904
|
-
color.correctWithIcon = correctWithIcon;
|
|
43905
43897
|
var incorrect = function incorrect() {
|
|
43906
43898
|
return pv('incorrect', defaults$2.INCORRECT);
|
|
43907
43899
|
};
|
|
43908
43900
|
color.incorrect = incorrect;
|
|
43909
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
43910
|
-
return pv('incorrect-icon', defaults$2.INCORRECT_WITH_ICON);
|
|
43911
|
-
};
|
|
43912
|
-
color.incorrectWithIcon = incorrectWithIcon;
|
|
43913
43901
|
var incorrectSecondary = function incorrectSecondary() {
|
|
43914
43902
|
return pv('incorrect-secondary', defaults$2.INCORRECT_SECONDARY);
|
|
43915
43903
|
};
|
|
@@ -43918,10 +43906,6 @@ var missing = function missing() {
|
|
|
43918
43906
|
return pv('missing', defaults$2.MISSING);
|
|
43919
43907
|
};
|
|
43920
43908
|
color.missing = missing;
|
|
43921
|
-
var missingWithIcon = function missingWithIcon() {
|
|
43922
|
-
return pv('missing-icon', defaults$2.MISSING_WITH_ICON);
|
|
43923
|
-
};
|
|
43924
|
-
color.missingWithIcon = missingWithIcon;
|
|
43925
43909
|
var primary$1 = function primary() {
|
|
43926
43910
|
return pv('primary', defaults$2.PRIMARY);
|
|
43927
43911
|
};
|
|
@@ -43966,10 +43950,6 @@ var black = function black() {
|
|
|
43966
43950
|
return pv('black', defaults$2.BLACK);
|
|
43967
43951
|
};
|
|
43968
43952
|
color.black = black;
|
|
43969
|
-
var white = function white() {
|
|
43970
|
-
return pv('white', defaults$2.WHITE);
|
|
43971
|
-
};
|
|
43972
|
-
color.white = white;
|
|
43973
43953
|
const require$$9$U = _dll_react;
|
|
43974
43954
|
const require$$11$N = _dll_classnames;
|
|
43975
43955
|
const require$$12$s = _dll_prop_types;
|
package/module/element.js
CHANGED
|
@@ -64773,7 +64773,7 @@ var _interopRequireDefault$2p = interopRequireDefault.exports;
|
|
|
64773
64773
|
Object.defineProperty(color, "__esModule", {
|
|
64774
64774
|
value: true
|
|
64775
64775
|
});
|
|
64776
|
-
color.
|
|
64776
|
+
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;
|
|
64777
64777
|
var _green = _interopRequireDefault$2p(green$1);
|
|
64778
64778
|
var _orange = _interopRequireDefault$2p(orange$1);
|
|
64779
64779
|
var _pink = _interopRequireDefault$2p(pink$1);
|
|
@@ -64785,12 +64785,9 @@ var defaults = {
|
|
|
64785
64785
|
DISABLED_SECONDARY: '#ABABAB',
|
|
64786
64786
|
CORRECT: _green["default"][500],
|
|
64787
64787
|
CORRECT_SECONDARY: _green["default"][50],
|
|
64788
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
64789
64788
|
INCORRECT: _orange["default"][500],
|
|
64790
64789
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
64791
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
64792
64790
|
MISSING: _red["default"][700],
|
|
64793
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
64794
64791
|
PRIMARY: _indigo["default"][500],
|
|
64795
64792
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
64796
64793
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -64799,8 +64796,7 @@ var defaults = {
|
|
|
64799
64796
|
SECONDARY_DARK: _pink["default"][900],
|
|
64800
64797
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
64801
64798
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
64802
|
-
BLACK: '#000000'
|
|
64803
|
-
WHITE: '#ffffff'
|
|
64799
|
+
BLACK: '#000000'
|
|
64804
64800
|
};
|
|
64805
64801
|
color.defaults = defaults;
|
|
64806
64802
|
Object.freeze(defaults);
|
|
@@ -64837,18 +64833,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
64837
64833
|
return pv('correct-secondary', defaults.CORRECT_SECONDARY);
|
|
64838
64834
|
};
|
|
64839
64835
|
color.correctSecondary = correctSecondary;
|
|
64840
|
-
var correctWithIcon = function correctWithIcon() {
|
|
64841
|
-
return pv('correct-icon', defaults.CORRECT_WITH_ICON);
|
|
64842
|
-
};
|
|
64843
|
-
color.correctWithIcon = correctWithIcon;
|
|
64844
64836
|
var incorrect = function incorrect() {
|
|
64845
64837
|
return pv('incorrect', defaults.INCORRECT);
|
|
64846
64838
|
};
|
|
64847
64839
|
color.incorrect = incorrect;
|
|
64848
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
64849
|
-
return pv('incorrect-icon', defaults.INCORRECT_WITH_ICON);
|
|
64850
|
-
};
|
|
64851
|
-
color.incorrectWithIcon = incorrectWithIcon;
|
|
64852
64840
|
var incorrectSecondary = function incorrectSecondary() {
|
|
64853
64841
|
return pv('incorrect-secondary', defaults.INCORRECT_SECONDARY);
|
|
64854
64842
|
};
|
|
@@ -64857,10 +64845,6 @@ var missing = function missing() {
|
|
|
64857
64845
|
return pv('missing', defaults.MISSING);
|
|
64858
64846
|
};
|
|
64859
64847
|
color.missing = missing;
|
|
64860
|
-
var missingWithIcon = function missingWithIcon() {
|
|
64861
|
-
return pv('missing-icon', defaults.MISSING_WITH_ICON);
|
|
64862
|
-
};
|
|
64863
|
-
color.missingWithIcon = missingWithIcon;
|
|
64864
64848
|
var primary$1 = function primary() {
|
|
64865
64849
|
return pv('primary', defaults.PRIMARY);
|
|
64866
64850
|
};
|
|
@@ -64905,10 +64889,6 @@ var black = function black() {
|
|
|
64905
64889
|
return pv('black', defaults.BLACK);
|
|
64906
64890
|
};
|
|
64907
64891
|
color.black = black;
|
|
64908
|
-
var white = function white() {
|
|
64909
|
-
return pv('white', defaults.WHITE);
|
|
64910
|
-
};
|
|
64911
|
-
color.white = white;
|
|
64912
64892
|
const require$$9$C = _dll_react;
|
|
64913
64893
|
const require$$11$v = _dll_classnames;
|
|
64914
64894
|
const require$$12$i = _dll_prop_types;
|
package/module/print.js
CHANGED
|
@@ -64773,7 +64773,7 @@ var _interopRequireDefault$2p = interopRequireDefault.exports;
|
|
|
64773
64773
|
Object.defineProperty(color, "__esModule", {
|
|
64774
64774
|
value: true
|
|
64775
64775
|
});
|
|
64776
|
-
color.
|
|
64776
|
+
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;
|
|
64777
64777
|
var _green = _interopRequireDefault$2p(green$1);
|
|
64778
64778
|
var _orange = _interopRequireDefault$2p(orange$1);
|
|
64779
64779
|
var _pink = _interopRequireDefault$2p(pink$1);
|
|
@@ -64785,12 +64785,9 @@ var defaults = {
|
|
|
64785
64785
|
DISABLED_SECONDARY: '#ABABAB',
|
|
64786
64786
|
CORRECT: _green["default"][500],
|
|
64787
64787
|
CORRECT_SECONDARY: _green["default"][50],
|
|
64788
|
-
CORRECT_WITH_ICON: '#087D38',
|
|
64789
64788
|
INCORRECT: _orange["default"][500],
|
|
64790
64789
|
INCORRECT_SECONDARY: _red["default"][50],
|
|
64791
|
-
INCORRECT_WITH_ICON: '#BF0D00',
|
|
64792
64790
|
MISSING: _red["default"][700],
|
|
64793
|
-
MISSING_WITH_ICON: '#6A78A1',
|
|
64794
64791
|
PRIMARY: _indigo["default"][500],
|
|
64795
64792
|
PRIMARY_LIGHT: _indigo["default"][200],
|
|
64796
64793
|
PRIMARY_DARK: _indigo["default"][800],
|
|
@@ -64799,8 +64796,7 @@ var defaults = {
|
|
|
64799
64796
|
SECONDARY_DARK: _pink["default"][900],
|
|
64800
64797
|
BACKGROUND: 'rgba(255,255,255,0)',
|
|
64801
64798
|
SECONDARY_BACKGROUND: 'rgba(241,241,241,1)',
|
|
64802
|
-
BLACK: '#000000'
|
|
64803
|
-
WHITE: '#ffffff'
|
|
64799
|
+
BLACK: '#000000'
|
|
64804
64800
|
};
|
|
64805
64801
|
color.defaults = defaults;
|
|
64806
64802
|
Object.freeze(defaults);
|
|
@@ -64837,18 +64833,10 @@ var correctSecondary = function correctSecondary() {
|
|
|
64837
64833
|
return pv('correct-secondary', defaults.CORRECT_SECONDARY);
|
|
64838
64834
|
};
|
|
64839
64835
|
color.correctSecondary = correctSecondary;
|
|
64840
|
-
var correctWithIcon = function correctWithIcon() {
|
|
64841
|
-
return pv('correct-icon', defaults.CORRECT_WITH_ICON);
|
|
64842
|
-
};
|
|
64843
|
-
color.correctWithIcon = correctWithIcon;
|
|
64844
64836
|
var incorrect = function incorrect() {
|
|
64845
64837
|
return pv('incorrect', defaults.INCORRECT);
|
|
64846
64838
|
};
|
|
64847
64839
|
color.incorrect = incorrect;
|
|
64848
|
-
var incorrectWithIcon = function incorrectWithIcon() {
|
|
64849
|
-
return pv('incorrect-icon', defaults.INCORRECT_WITH_ICON);
|
|
64850
|
-
};
|
|
64851
|
-
color.incorrectWithIcon = incorrectWithIcon;
|
|
64852
64840
|
var incorrectSecondary = function incorrectSecondary() {
|
|
64853
64841
|
return pv('incorrect-secondary', defaults.INCORRECT_SECONDARY);
|
|
64854
64842
|
};
|
|
@@ -64857,10 +64845,6 @@ var missing = function missing() {
|
|
|
64857
64845
|
return pv('missing', defaults.MISSING);
|
|
64858
64846
|
};
|
|
64859
64847
|
color.missing = missing;
|
|
64860
|
-
var missingWithIcon = function missingWithIcon() {
|
|
64861
|
-
return pv('missing-icon', defaults.MISSING_WITH_ICON);
|
|
64862
|
-
};
|
|
64863
|
-
color.missingWithIcon = missingWithIcon;
|
|
64864
64848
|
var primary$1 = function primary() {
|
|
64865
64849
|
return pv('primary', defaults.PRIMARY);
|
|
64866
64850
|
};
|
|
@@ -64905,10 +64889,6 @@ var black = function black() {
|
|
|
64905
64889
|
return pv('black', defaults.BLACK);
|
|
64906
64890
|
};
|
|
64907
64891
|
color.black = black;
|
|
64908
|
-
var white = function white() {
|
|
64909
|
-
return pv('white', defaults.WHITE);
|
|
64910
|
-
};
|
|
64911
|
-
color.white = white;
|
|
64912
64892
|
const require$$9$C = _dll_react;
|
|
64913
64893
|
const require$$11$v = _dll_classnames;
|
|
64914
64894
|
const require$$12$i = _dll_prop_types;
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "2.12.3-next.
|
|
4
|
+
"version": "2.12.3-next.6+2c06079fa",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-element/multi-trait-rubric": "^3.12.3-next.
|
|
11
|
-
"@pie-element/rubric": "^3.12.3-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.12.3-next.6+2c06079fa",
|
|
11
|
+
"@pie-element/rubric": "^3.12.3-next.6+2c06079fa",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11",
|
|
16
16
|
"prop-types": "^15.7.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "2c06079fab556eebc14689ba850d112dde5e437d",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|