@pie-element/complex-rubric 2.19.3-next.15 → 2.19.3-next.16
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 +10 -22
- package/module/element.js +10 -22
- package/module/print.js +10 -22
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -105112,13 +105112,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105112
105112
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
105113
105113
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
105114
105114
|
padding: theme.spacing.unit * 1,
|
|
105115
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
105116
|
-
WebkitTouchCallout: 'none',
|
|
105117
|
-
WebkitUserSelect: 'none',
|
|
105118
|
-
KhtmlUserSelect: 'none',
|
|
105119
|
-
MozUserSelect: 'none',
|
|
105120
|
-
MsUserSelect: 'none',
|
|
105121
|
-
userSelect: 'none'
|
|
105115
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
105122
105116
|
},
|
|
105123
105117
|
disabled: {
|
|
105124
105118
|
boxShadow: 'none',
|
|
@@ -105137,13 +105131,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105137
105131
|
justifyContent: 'center',
|
|
105138
105132
|
overflow: 'hidden',
|
|
105139
105133
|
touchAction: 'none',
|
|
105140
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
105141
|
-
WebkitTouchCallout: 'none',
|
|
105142
|
-
WebkitUserSelect: 'none',
|
|
105143
|
-
KhtmlUserSelect: 'none',
|
|
105144
|
-
MozUserSelect: 'none',
|
|
105145
|
-
MsUserSelect: 'none',
|
|
105146
|
-
userSelect: 'none'
|
|
105134
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
105147
105135
|
},
|
|
105148
105136
|
categorizeBoard: {
|
|
105149
105137
|
padding: theme.spacing.unit / 2,
|
|
@@ -105154,13 +105142,7 @@ const require$$4$1g = _dll_prop_types;
|
|
|
105154
105142
|
justifyContent: 'center',
|
|
105155
105143
|
overflow: 'hidden',
|
|
105156
105144
|
touchAction: 'none',
|
|
105157
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
105158
|
-
WebkitTouchCallout: 'none',
|
|
105159
|
-
WebkitUserSelect: 'none',
|
|
105160
|
-
KhtmlUserSelect: 'none',
|
|
105161
|
-
MozUserSelect: 'none',
|
|
105162
|
-
MsUserSelect: 'none',
|
|
105163
|
-
userSelect: 'none'
|
|
105145
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
105164
105146
|
}
|
|
105165
105147
|
};
|
|
105166
105148
|
};
|
|
@@ -107882,7 +107864,13 @@ function _isNativeReflectConstruct$1() {
|
|
|
107882
107864
|
}
|
|
107883
107865
|
}
|
|
107884
107866
|
var preventInteractionStyle = {
|
|
107885
|
-
flex: 1
|
|
107867
|
+
flex: 1,
|
|
107868
|
+
WebkitTouchCallout: 'none',
|
|
107869
|
+
WebkitUserSelect: 'none',
|
|
107870
|
+
KhtmlUserSelect: 'none',
|
|
107871
|
+
MozUserSelect: 'none',
|
|
107872
|
+
MsUserSelect: 'none',
|
|
107873
|
+
UserSelect: 'none'
|
|
107886
107874
|
};
|
|
107887
107875
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
107888
107876
|
(0, _inherits2$v["default"])(DroppablePlaceholder, _React$Component);
|
package/module/element.js
CHANGED
|
@@ -139274,13 +139274,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139274
139274
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
139275
139275
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
139276
139276
|
padding: theme.spacing.unit * 1,
|
|
139277
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139278
|
-
WebkitTouchCallout: 'none',
|
|
139279
|
-
WebkitUserSelect: 'none',
|
|
139280
|
-
KhtmlUserSelect: 'none',
|
|
139281
|
-
MozUserSelect: 'none',
|
|
139282
|
-
MsUserSelect: 'none',
|
|
139283
|
-
userSelect: 'none'
|
|
139277
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139284
139278
|
},
|
|
139285
139279
|
disabled: {
|
|
139286
139280
|
boxShadow: 'none',
|
|
@@ -139299,13 +139293,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139299
139293
|
justifyContent: 'center',
|
|
139300
139294
|
overflow: 'hidden',
|
|
139301
139295
|
touchAction: 'none',
|
|
139302
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139303
|
-
WebkitTouchCallout: 'none',
|
|
139304
|
-
WebkitUserSelect: 'none',
|
|
139305
|
-
KhtmlUserSelect: 'none',
|
|
139306
|
-
MozUserSelect: 'none',
|
|
139307
|
-
MsUserSelect: 'none',
|
|
139308
|
-
userSelect: 'none'
|
|
139296
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139309
139297
|
},
|
|
139310
139298
|
categorizeBoard: {
|
|
139311
139299
|
padding: theme.spacing.unit / 2,
|
|
@@ -139316,13 +139304,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139316
139304
|
justifyContent: 'center',
|
|
139317
139305
|
overflow: 'hidden',
|
|
139318
139306
|
touchAction: 'none',
|
|
139319
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139320
|
-
WebkitTouchCallout: 'none',
|
|
139321
|
-
WebkitUserSelect: 'none',
|
|
139322
|
-
KhtmlUserSelect: 'none',
|
|
139323
|
-
MozUserSelect: 'none',
|
|
139324
|
-
MsUserSelect: 'none',
|
|
139325
|
-
userSelect: 'none'
|
|
139307
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139326
139308
|
}
|
|
139327
139309
|
};
|
|
139328
139310
|
};
|
|
@@ -142044,7 +142026,13 @@ function _isNativeReflectConstruct() {
|
|
|
142044
142026
|
}
|
|
142045
142027
|
}
|
|
142046
142028
|
var preventInteractionStyle = {
|
|
142047
|
-
flex: 1
|
|
142029
|
+
flex: 1,
|
|
142030
|
+
WebkitTouchCallout: 'none',
|
|
142031
|
+
WebkitUserSelect: 'none',
|
|
142032
|
+
KhtmlUserSelect: 'none',
|
|
142033
|
+
MozUserSelect: 'none',
|
|
142034
|
+
MsUserSelect: 'none',
|
|
142035
|
+
UserSelect: 'none'
|
|
142048
142036
|
};
|
|
142049
142037
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
142050
142038
|
(0, _inherits2$j["default"])(DroppablePlaceholder, _React$Component);
|
package/module/print.js
CHANGED
|
@@ -139274,13 +139274,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139274
139274
|
gridRowGap: ("").concat(theme.spacing.unit, "px"),
|
|
139275
139275
|
gridColumnGap: ("").concat(theme.spacing.unit, "px"),
|
|
139276
139276
|
padding: theme.spacing.unit * 1,
|
|
139277
|
-
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139278
|
-
WebkitTouchCallout: 'none',
|
|
139279
|
-
WebkitUserSelect: 'none',
|
|
139280
|
-
KhtmlUserSelect: 'none',
|
|
139281
|
-
MozUserSelect: 'none',
|
|
139282
|
-
MsUserSelect: 'none',
|
|
139283
|
-
userSelect: 'none'
|
|
139277
|
+
border: ("2px dashed ").concat(_renderUi.color.black())
|
|
139284
139278
|
},
|
|
139285
139279
|
disabled: {
|
|
139286
139280
|
boxShadow: 'none',
|
|
@@ -139299,13 +139293,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139299
139293
|
justifyContent: 'center',
|
|
139300
139294
|
overflow: 'hidden',
|
|
139301
139295
|
touchAction: 'none',
|
|
139302
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139303
|
-
WebkitTouchCallout: 'none',
|
|
139304
|
-
WebkitUserSelect: 'none',
|
|
139305
|
-
KhtmlUserSelect: 'none',
|
|
139306
|
-
MozUserSelect: 'none',
|
|
139307
|
-
MsUserSelect: 'none',
|
|
139308
|
-
userSelect: 'none'
|
|
139296
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139309
139297
|
},
|
|
139310
139298
|
categorizeBoard: {
|
|
139311
139299
|
padding: theme.spacing.unit / 2,
|
|
@@ -139316,13 +139304,7 @@ const require$$4$P = _dll_prop_types;
|
|
|
139316
139304
|
justifyContent: 'center',
|
|
139317
139305
|
overflow: 'hidden',
|
|
139318
139306
|
touchAction: 'none',
|
|
139319
|
-
backgroundColor: _renderUi.color.backgroundDark()
|
|
139320
|
-
WebkitTouchCallout: 'none',
|
|
139321
|
-
WebkitUserSelect: 'none',
|
|
139322
|
-
KhtmlUserSelect: 'none',
|
|
139323
|
-
MozUserSelect: 'none',
|
|
139324
|
-
MsUserSelect: 'none',
|
|
139325
|
-
userSelect: 'none'
|
|
139307
|
+
backgroundColor: _renderUi.color.backgroundDark()
|
|
139326
139308
|
}
|
|
139327
139309
|
};
|
|
139328
139310
|
};
|
|
@@ -142044,7 +142026,13 @@ function _isNativeReflectConstruct() {
|
|
|
142044
142026
|
}
|
|
142045
142027
|
}
|
|
142046
142028
|
var preventInteractionStyle = {
|
|
142047
|
-
flex: 1
|
|
142029
|
+
flex: 1,
|
|
142030
|
+
WebkitTouchCallout: 'none',
|
|
142031
|
+
WebkitUserSelect: 'none',
|
|
142032
|
+
KhtmlUserSelect: 'none',
|
|
142033
|
+
MozUserSelect: 'none',
|
|
142034
|
+
MsUserSelect: 'none',
|
|
142035
|
+
UserSelect: 'none'
|
|
142048
142036
|
};
|
|
142049
142037
|
var DroppablePlaceholder = (function (_React$Component) {
|
|
142050
142038
|
(0, _inherits2$j["default"])(DroppablePlaceholder, _React$Component);
|
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.19.3-next.
|
|
4
|
+
"version": "2.19.3-next.16+4fb650d3e",
|
|
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.19.3-next.
|
|
11
|
-
"@pie-element/rubric": "^3.19.3-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.19.3-next.16+4fb650d3e",
|
|
11
|
+
"@pie-element/rubric": "^3.19.3-next.16+4fb650d3e",
|
|
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": "4fb650d3e333a718c0a97babfcd3365d4b5664cd",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|