@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.
@@ -8,7 +8,7 @@
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.25.0",
11
+ "@pie-lib/pie-toolbox": "1.25.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -7,7 +7,7 @@
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@pie-framework/math-validation": "^1.2.2",
10
- "@pie-lib/pie-toolbox": "1.25.0",
10
+ "@pie-lib/pie-toolbox": "1.25.1",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
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.12+0755a62e2",
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.0",
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": "0755a62e27834a00243b5945411ac7034ac37794",
19
+ "gitHead": "3df4c62d6b28d53b40f6a39ae2de4ce86c3d08e4",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },