@steedos-widgets/amis-lib 6.10.54-beta.20 → 6.10.54-beta.21

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.
@@ -268,7 +268,6 @@ export function getObjectFieldsFilterBarSchema(objectSchema: any, ctx: any): Pro
268
268
  zIndex: number;
269
269
  backgroundColor: string;
270
270
  padding: string;
271
- paddingTop: string;
272
271
  };
273
272
  visibleOn: string;
274
273
  };
@@ -478,7 +478,6 @@ export function getObjectListHeaderFieldsFilterBar(objectSchema: any, listViewNa
478
478
  zIndex: number;
479
479
  backgroundColor: string;
480
480
  padding: string;
481
- paddingTop: string;
482
481
  };
483
482
  visibleOn: string;
484
483
  };
@@ -257,7 +257,6 @@ export function getObjectFilter(objectSchema: any, fields: any, options: any): P
257
257
  zIndex: number;
258
258
  backgroundColor: string;
259
259
  padding: string;
260
- paddingTop: string;
261
260
  };
262
261
  visibleOn: string;
263
262
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.54-beta.20",
4
+ "version": "6.10.54-beta.21",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "fb83fdf787985e95b4f0196f471d5c4337945d82"
62
+ "gitHead": "ee6d161b00a4f17fa5c9cf1203698d64597251ff"
63
63
  }