@steedos/service-plugin-amis 2.4.12-beta.1 → 2.4.13-beta.1

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.12-beta.1",
3
+ "version": "2.4.13-beta.1",
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": "b3dd929b03fed54d3bed04215fa07c266a61b915",
16
+ "gitHead": "0f50bf88e334a00320f288574354b1bb8e637d29",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -437,6 +437,10 @@
437
437
  margin-top: 90px
438
438
  }
439
439
 
440
+ .sm\:mt-3 {
441
+ margin-top: 0.75rem
442
+ }
443
+
440
444
  .sm\:w-\[220px\] {
441
445
  width: 220px
442
446
  }