@steedos/service-plugin-amis 2.4.15-beta.5 → 2.4.15-beta.6

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.
@@ -34,7 +34,7 @@
34
34
  "data": {
35
35
  "recordId": "${recordId}",
36
36
  "defaultData": "${defaultData}",
37
- "query": "{data:object_layouts(filters:[\"_id\", \"=\", \"${recordId}\"]){_id,name,label,object_name,profiles,buttons,fields,related_lists,is_system,created,created_by,modified,modified_by,instances,instance_state,_display:_ui{object_name,profiles,buttons,fields,related_lists,is_system,created,created_by,modified,modified_by,instances,instance_state}}}",
37
+ "query": "{data:object_layouts(filters:[\"_id\", \"=\", \"${recordId}\"]){_id,name,label,object_name,profiles,buttons,fields,related_lists,field_groups,is_system,created,created_by,modified,modified_by,instances,instance_state,_display:_ui{object_name,profiles,buttons,fields,related_lists,is_system,created,created_by,modified,modified_by,instances,instance_state}}}",
38
38
  "uiSchema": "${uiSchema}",
39
39
  "objectName": "${objectName}"
40
40
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.4.15-beta.5",
3
+ "version": "2.4.15-beta.6",
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": "7d713965886e2c37d1fcb1f2986b26f1cc678b58",
16
+ "gitHead": "40555dddc4ac402d3419e0e26564a391130e497d",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -97,6 +97,14 @@
97
97
  margin-top: 0.75rem
98
98
  }
99
99
 
100
+ .mb-0 {
101
+ margin-bottom: 0px
102
+ }
103
+
104
+ .ml-2 {
105
+ margin-left: 0.5rem
106
+ }
107
+
100
108
  .block {
101
109
  display: block
102
110
  }
@@ -208,6 +216,16 @@
208
216
  padding-bottom: 0.5rem
209
217
  }
210
218
 
219
+ .py-5 {
220
+ padding-top: 1.25rem;
221
+ padding-bottom: 1.25rem
222
+ }
223
+
224
+ .py-1 {
225
+ padding-top: 0.25rem;
226
+ padding-bottom: 0.25rem
227
+ }
228
+
211
229
  .px-0 {
212
230
  padding-left: 0px;
213
231
  padding-right: 0px
@@ -229,6 +247,18 @@
229
247
  text-align: center
230
248
  }
231
249
 
250
+ .text-lg {
251
+ font-size: 16px
252
+ }
253
+
254
+ .text-xl {
255
+ font-size: 18px
256
+ }
257
+
258
+ .font-bold {
259
+ font-weight: 700
260
+ }
261
+
232
262
  .lowercase {
233
263
  text-transform: lowercase
234
264
  }