@pie-element/math-templated 3.3.2-next.6 → 3.3.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@3.3.1...@pie-element/math-templated@3.3.2) (2024-12-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@3.3.0...@pie-element/math-templated@3.3.1) (2024-11-29)
7
18
 
8
19
 
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@2.2.1...@pie-element/math-templated-configure@2.2.2) (2024-12-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@2.2.0...@pie-element/math-templated-configure@2.2.1) (2024-11-29)
7
18
 
8
19
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-configure",
3
3
  "private": true,
4
- "version": "2.2.1",
4
+ "version": "2.2.2",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
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": "2.3.0",
11
+ "@pie-lib/pie-toolbox": "2.4.0",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@3.1.3...@pie-element/math-templated-controller@3.1.4) (2024-12-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@3.1.2...@pie-element/math-templated-controller@3.1.3) (2024-11-29)
7
18
 
8
19
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-controller",
3
3
  "private": true,
4
- "version": "3.1.3",
4
+ "version": "3.1.4",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@pie-framework/math-validation": "^1.2.2",
10
- "@pie-lib/pie-toolbox": "2.3.0",
10
+ "@pie-lib/pie-toolbox": "2.4.0",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
@@ -59960,7 +59960,7 @@ const {omit: require$$13$1} = _dll_lodash;
59960
59960
  key: "render",
59961
59961
  value: function render() {
59962
59962
  var _this$props = this.props, children = _this$props.children, className = _this$props.className, classes = _this$props.classes, fontSizeFactor = _this$props.fontSizeFactor, rest = (0, _objectWithoutProperties2["default"])(_this$props, _excluded);
59963
- var finalClass = (0, _classnames["default"])(className, classes.extraCSSRules);
59963
+ var finalClass = (0, _classnames["default"])(className, classes.extraCSSRules, classes.uiLayoutContainer);
59964
59964
  var restProps = (0, _omit["default"])(rest, 'extraCSSRules');
59965
59965
  return _react["default"].createElement("div", (0, _extends2["default"])({
59966
59966
  className: finalClass
@@ -59986,7 +59986,12 @@ const {omit: require$$13$1} = _dll_lodash;
59986
59986
  fontSizeFactor: 1
59987
59987
  });
59988
59988
  var styles = {
59989
- extraCSSRules: {}
59989
+ extraCSSRules: {},
59990
+ uiLayoutContainer: {
59991
+ '& table, th, td': {
59992
+ fontSize: 'inherit'
59993
+ }
59994
+ }
59990
59995
  };
59991
59996
  var Styled = (0, _styles.withStyles)(styles)(UiLayout);
59992
59997
  var _default = Styled;