@pie-element/math-templated 2.19.2-next.12 → 2.19.2-next.14
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/element.js +2 -1
- package/module/print.js +2 -1
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/module/element.js
CHANGED
|
@@ -124102,7 +124102,8 @@ const require$$16 = _dll_classnames;
|
|
|
124102
124102
|
border: ("solid 0px ").concat(_renderUi.color.primary()),
|
|
124103
124103
|
minWidth: '200px',
|
|
124104
124104
|
touchAction: 'none',
|
|
124105
|
-
overflow: 'hidden'
|
|
124105
|
+
overflow: 'hidden',
|
|
124106
|
+
whiteSpace: 'nowrap'
|
|
124106
124107
|
},
|
|
124107
124108
|
chip: {
|
|
124108
124109
|
backgroundColor: _renderUi.color.background(),
|
package/module/print.js
CHANGED
|
@@ -124065,7 +124065,8 @@ const require$$16 = _dll_classnames;
|
|
|
124065
124065
|
border: ("solid 0px ").concat(_renderUi.color.primary()),
|
|
124066
124066
|
minWidth: '200px',
|
|
124067
124067
|
touchAction: 'none',
|
|
124068
|
-
overflow: 'hidden'
|
|
124068
|
+
overflow: 'hidden',
|
|
124069
|
+
whiteSpace: 'nowrap'
|
|
124069
124070
|
},
|
|
124070
124071
|
chip: {
|
|
124071
124072
|
backgroundColor: _renderUi.color.background(),
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.19.2-next.
|
|
7
|
+
"version": "2.19.2-next.14+3df4c62d6",
|
|
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.25.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.25.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": "3df4c62d6b28d53b40f6a39ae2de4ce86c3d08e4",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|