@steedos/service-plugin-amis 3.0.0-beta.57 → 3.0.0-beta.58

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.
@@ -41,7 +41,7 @@ const getListPageInitSchema = function (objectApiName) {
41
41
  return {
42
42
  type: 'page',
43
43
  name: getScopeId(objectApiName, "list"),
44
- bodyClassName: '',
44
+ bodyClassName: 'p-0',
45
45
  regions: [
46
46
  "body"
47
47
  ],
@@ -88,7 +88,7 @@ const getRecordPageInitSchema = async function (objectApiName, userSession) {
88
88
  }
89
89
  const content = {
90
90
  "type": "tabs",
91
- "className": "steedos-record-tabs bg-white p-4 sm:m-2 sm:border sm:rounded",
91
+ "className": "steedos-record-tabs bg-white p-4 sm:m-4 sm:shadow sm:rounded",
92
92
  "tabs": [
93
93
  detailed
94
94
  ]
@@ -112,7 +112,7 @@ const getRecordPageInitSchema = async function (objectApiName, userSession) {
112
112
  name: getScopeId(objectApiName, "record_detail"),
113
113
  objectApiName: "${objectName}",
114
114
  bodyClassName: '',
115
- className: "object-detail-page steedos-record-content overflow-y-auto p-0 m-0 flex-1 h-full bg-gray-100",
115
+ className: "object-detail-page steedos-record-content overflow-y-auto p-0 m-0 flex-1 h-full bg-gray-50",
116
116
  regions: [
117
117
  "body"
118
118
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "3.0.0-beta.57",
3
+ "version": "3.0.0-beta.58",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "bbc958cd7926d3c912b8d4d9fc180dcd124d4945",
16
+ "gitHead": "91582b851bcf50f5440bbc0219b6b8cb1a11a904",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }