@steedos/service-plugin-amis 2.4.0-beta.6 → 2.4.0-beta.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.4.0-beta.6",
3
+ "version": "2.4.0-beta.7",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -16,5 +16,5 @@
16
16
  "dependencies": {
17
17
  "@steedos-widgets/amis-lib": "^1.0.10"
18
18
  },
19
- "gitHead": "db5743c7646e47359b3724b96218ef1b2aa203be"
19
+ "gitHead": "581c4cad88be53dbc0c6f4c4f13a3e645702d555"
20
20
  }
@@ -277,6 +277,11 @@ body.steedos .px-4 {
277
277
  padding-right: 1rem
278
278
  }
279
279
 
280
+ body.steedos .px-0 {
281
+ padding-left: 0px;
282
+ padding-right: 0px
283
+ }
284
+
280
285
  body.steedos .px-10 {
281
286
  padding-left: 2.5rem;
282
287
  padding-right: 2.5rem
@@ -295,8 +300,12 @@ body.steedos .pb-0 {
295
300
  padding-bottom: 0px
296
301
  }
297
302
 
298
- body.steedos .pt-2 {
299
- padding-top: 0.5rem
303
+ body.steedos .pt-4 {
304
+ padding-top: 1rem
305
+ }
306
+
307
+ body.steedos .pb-16 {
308
+ padding-bottom: 4rem
300
309
  }
301
310
 
302
311
  body.steedos .pl-1\.5 {