@steedos/service-plugin-amis 2.5.0-beta.25 → 2.5.0-beta.27

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.
@@ -337,6 +337,7 @@
337
337
  "addable": true,
338
338
  "draggable": true,
339
339
  "editable": true,
340
+ "needConfirm": false,
340
341
  "columns": [
341
342
  {
342
343
  "name": "group_name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.0-beta.25",
3
+ "version": "2.5.0-beta.27",
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": "07943cbedb6caa88cc6a6d365c9fa3603660413d",
16
+ "gitHead": "83d6069db6c4aca23744543683c1f398ca944d2e",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -156,6 +156,10 @@
156
156
  height: 100%
157
157
  }
158
158
 
159
+ .h-0 {
160
+ height: 0px
161
+ }
162
+
159
163
  .w-10 {
160
164
  width: 2.5rem
161
165
  }
@@ -409,10 +413,6 @@
409
413
  margin-top: 0.75rem
410
414
  }
411
415
 
412
- .sm\:w-\[240px\] {
413
- width: 240px
414
- }
415
-
416
416
  .sm\:rounded-lg {
417
417
  border-radius: 0.5rem
418
418
  }