@steedos/service-plugin-amis 2.5.6-beta.4 → 2.5.6-beta.5

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.
@@ -92,7 +92,8 @@ module.exports = {
92
92
  projection: {
93
93
  name: 1,
94
94
  label: 1,
95
- list_views: 1
95
+ list_views: 1,
96
+ NAME_FIELD_KEY: 1
96
97
  }
97
98
  };
98
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.6-beta.4",
3
+ "version": "2.5.6-beta.5",
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": "865682da22058bd2a954753eeeab891612e6b529",
16
+ "gitHead": "afcfb049f7ea22fbd2518e27795729c07bd76301",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -418,10 +418,6 @@
418
418
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
419
419
  }
420
420
 
421
- .sm\:p-3 {
422
- padding: 0.75rem
423
- }
424
-
425
421
  .sm\:px-3 {
426
422
  padding-left: 0.75rem;
427
423
  padding-right: 0.75rem