awing-library 2.1.2-dev.94 → 2.1.2-dev.95

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/dist/esm/index.js CHANGED
@@ -177860,8 +177860,7 @@ function TableRowEditable(props) {
177860
177860
  width: '15%'
177861
177861
  }), jsxRuntimeExports.jsx(TableCell, {
177862
177862
  style: {
177863
- paddingBottom: 0,
177864
- paddingTop: 0
177863
+ padding: 0
177865
177864
  },
177866
177865
  colSpan: columnDefinitions.length - 1,
177867
177866
  children: jsxRuntimeExports.jsx(Collapse$1, {
@@ -177869,12 +177868,9 @@ function TableRowEditable(props) {
177869
177868
  timeout: "auto",
177870
177869
  unmountOnExit: true,
177871
177870
  children: jsxRuntimeExports.jsx(Box$1, {
177872
- sx: {
177873
- margin: 1
177874
- },
177875
177871
  display: "flex",
177876
177872
  flexWrap: "wrap",
177877
- gap: 1,
177873
+ gap: 0,
177878
177874
  children: fieldDefinitions === null || fieldDefinitions === void 0 ? void 0 : fieldDefinitions.map((colDef, idx) => {
177879
177875
  var _a, _b, _c, _d;
177880
177876
  if (colDef.contentGetter) {
@@ -177885,7 +177881,7 @@ function TableRowEditable(props) {
177885
177881
  return isDisplay && jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment, {
177886
177882
  children: jsxRuntimeExports.jsx(Box$1, {
177887
177883
  sx: {
177888
- flex: '0 1 calc(33.333% - 16px)',
177884
+ flex: '0 1 33.3%',
177889
177885
  boxSizing: 'border-box',
177890
177886
  p: 2
177891
177887
  },
@@ -177928,7 +177924,7 @@ function TableRowEditable(props) {
177928
177924
  const error = ((_c = dataValidation === null || dataValidation === void 0 ? void 0 : dataValidation[rowIdx]) === null || _c === void 0 ? void 0 : _c[fieldName]) !== undefined && !((_d = dataValidation === null || dataValidation === void 0 ? void 0 : dataValidation[rowIdx]) === null || _d === void 0 ? void 0 : _d[fieldName]);
177929
177925
  return isDisplay && jsxRuntimeExports.jsx(Box$1, {
177930
177926
  sx: {
177931
- flex: '0 1 calc(33.333% - 16px)',
177927
+ flex: '0 1 33.3%',
177932
177928
  boxSizing: 'border-box',
177933
177929
  p: 2,
177934
177930
  '& .MuiFormControl-root': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.94",
3
+ "version": "2.1.2-dev.95",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",