@steedos/service-plugin-amis 2.6.2-beta.2 → 2.6.2-beta.3

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.
@@ -27,7 +27,7 @@
27
27
  {
28
28
  "type": "fieldSet",
29
29
  "id": "u:3ce1d050bcac",
30
- "title": "${'action_field_updates.action_field_updates_form.field_group_generalization' | t}",
30
+ "title": "",
31
31
  "collapsable": true,
32
32
  "body": [
33
33
  {
@@ -231,7 +231,7 @@
231
231
  }
232
232
  },
233
233
  "initFetch": true,
234
- "panelClassName": "m-0 sm:rounded-lg shadow-none",
234
+ "panelClassName": "m-0 sm:rounded-lg shadow-none no-border",
235
235
  "bodyClassName": "p-0",
236
236
  "className": "steedos-amis-form",
237
237
  "onEvent": {
@@ -262,5 +262,5 @@
262
262
  "regions": [
263
263
  "body"
264
264
  ],
265
- "bodyClassName": ""
265
+ "bodyClassName": "p-0"
266
266
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.6.2-beta.2",
3
+ "version": "2.6.2-beta.3",
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": "ddef9fbc34afc7b57c59a31e9ed4f56818dc4c31",
16
+ "gitHead": "7842aa5d3023622c0e140009cfdd081180563bdd",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }