@steedos-widgets/amis-object 6.10.1-beta.52 → 6.10.1-beta.53

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.
@@ -60,7 +60,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
60
60
  bodyClassName: string;
61
61
  title: ({
62
62
  type: string;
63
- tpl: string;
63
+ tpl: any;
64
64
  title?: undefined;
65
65
  body?: undefined;
66
66
  id?: undefined;
@@ -119,7 +119,7 @@ export declare const AmisInstanceDetail: (props: any) => Promise<{
119
119
  position: string;
120
120
  closeButton: boolean;
121
121
  showIcon: boolean;
122
- msg: string;
122
+ msg: any;
123
123
  };
124
124
  actionType: string;
125
125
  })[];
@@ -799,6 +799,9 @@ fieldset.antd-Collapse > legend{
799
799
  .mt-1 {
800
800
  margin-top: 0.25rem;
801
801
  }
802
+ .mt-3 {
803
+ margin-top: 0.75rem;
804
+ }
802
805
  .mt-\[50px\] {
803
806
  margin-top: 50px;
804
807
  }
@@ -1275,6 +1278,9 @@ fieldset.antd-Collapse > legend{
1275
1278
  .font-semibold {
1276
1279
  font-weight: 600;
1277
1280
  }
1281
+ .lowercase {
1282
+ text-transform: lowercase;
1283
+ }
1278
1284
  .leading-3 {
1279
1285
  line-height: .75rem;
1280
1286
  }