@steedos-widgets/amis-lib 6.10.1-beta.51 → 6.10.1-beta.52

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.
@@ -32,7 +32,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
32
32
  ".steedos-object-record-detail-header .antd-Grid-col--mdAuto": {
33
33
  padding: string;
34
34
  };
35
- ".steedos-amis-instance-view .antd-Page-body": {
35
+ ".steedos-amis-instance-view.steedos-instance-style-table .antd-Page-body": {
36
36
  width: string;
37
37
  };
38
38
  ".antd-List-placeholder": {
@@ -586,7 +586,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
586
586
  className: string;
587
587
  steps: {
588
588
  title: any;
589
- mode: string;
590
589
  body: {
591
590
  label: any;
592
591
  name: any;
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.1-beta.51",
4
+ "version": "6.10.1-beta.52",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "782b4847309aaa9b684443079e1bb3f3c7ca6862"
64
+ "gitHead": "01b95f4f23898382585824f3daf11ff3851283d1"
65
65
  }