kitchen-simulator 2.0.55 → 2.0.56

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.
@@ -978,8 +978,6 @@ export default function Viewer2D(_ref, _ref2) {
978
978
  }
979
979
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
980
980
  style: {
981
- width: 150,
982
- height: 50,
983
981
  textAlign: 'center',
984
982
  paddingRight: 10,
985
983
  fontSize: '16px',
@@ -1012,8 +1010,6 @@ export default function Viewer2D(_ref, _ref2) {
1012
1010
  }
1013
1011
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
1014
1012
  style: {
1015
- width: 150,
1016
- height: 50,
1017
1013
  textAlign: 'center',
1018
1014
  paddingRight: 10,
1019
1015
  fontSize: '16px',
@@ -1047,8 +1043,6 @@ export default function Viewer2D(_ref, _ref2) {
1047
1043
  }
1048
1044
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
1049
1045
  style: {
1050
- width: 150,
1051
- height: 50,
1052
1046
  textAlign: 'center',
1053
1047
  padding: 'auto',
1054
1048
  fontSize: '16px',
@@ -1082,8 +1076,6 @@ export default function Viewer2D(_ref, _ref2) {
1082
1076
  }
1083
1077
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
1084
1078
  style: {
1085
- width: 150,
1086
- height: 50,
1087
1079
  textAlign: 'center',
1088
1080
  paddingRight: 10,
1089
1081
  fontSize: '16px',
@@ -1117,8 +1109,6 @@ export default function Viewer2D(_ref, _ref2) {
1117
1109
  }
1118
1110
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
1119
1111
  style: {
1120
- width: 150,
1121
- height: 50,
1122
1112
  textAlign: 'center',
1123
1113
  paddingRight: 10,
1124
1114
  fontSize: '16px',
@@ -1152,8 +1142,6 @@ export default function Viewer2D(_ref, _ref2) {
1152
1142
  }
1153
1143
  }, /*#__PURE__*/React.createElement(FormNumberInput, {
1154
1144
  style: {
1155
- width: 150,
1156
- height: 50,
1157
1145
  textAlign: 'center',
1158
1146
  paddingRight: 10,
1159
1147
  fontSize: '16px',
@@ -987,8 +987,6 @@ function Viewer2D(_ref, _ref2) {
987
987
  }
988
988
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
989
989
  style: {
990
- width: 150,
991
- height: 50,
992
990
  textAlign: 'center',
993
991
  paddingRight: 10,
994
992
  fontSize: '16px',
@@ -1021,8 +1019,6 @@ function Viewer2D(_ref, _ref2) {
1021
1019
  }
1022
1020
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
1023
1021
  style: {
1024
- width: 150,
1025
- height: 50,
1026
1022
  textAlign: 'center',
1027
1023
  paddingRight: 10,
1028
1024
  fontSize: '16px',
@@ -1056,8 +1052,6 @@ function Viewer2D(_ref, _ref2) {
1056
1052
  }
1057
1053
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
1058
1054
  style: {
1059
- width: 150,
1060
- height: 50,
1061
1055
  textAlign: 'center',
1062
1056
  padding: 'auto',
1063
1057
  fontSize: '16px',
@@ -1091,8 +1085,6 @@ function Viewer2D(_ref, _ref2) {
1091
1085
  }
1092
1086
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
1093
1087
  style: {
1094
- width: 150,
1095
- height: 50,
1096
1088
  textAlign: 'center',
1097
1089
  paddingRight: 10,
1098
1090
  fontSize: '16px',
@@ -1126,8 +1118,6 @@ function Viewer2D(_ref, _ref2) {
1126
1118
  }
1127
1119
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
1128
1120
  style: {
1129
- width: 150,
1130
- height: 50,
1131
1121
  textAlign: 'center',
1132
1122
  paddingRight: 10,
1133
1123
  fontSize: '16px',
@@ -1161,8 +1151,6 @@ function Viewer2D(_ref, _ref2) {
1161
1151
  }
1162
1152
  }, /*#__PURE__*/_react["default"].createElement(_formNumberInput["default"], {
1163
1153
  style: {
1164
- width: 150,
1165
- height: 50,
1166
1154
  textAlign: 'center',
1167
1155
  paddingRight: 10,
1168
1156
  fontSize: '16px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "2.0.55",
3
+ "version": "2.0.56",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",