@steedos/service-plugin-amis 2.4.10 → 2.4.11-beta.2

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.10",
3
+ "version": "2.4.11-beta.2",
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": "1ee65d966cd75599e20a8aa520327a05fd326ca2",
16
+ "gitHead": "b87601438ab4f5c0822d37755a4f0ccb2fe204cb",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -132,14 +132,14 @@
132
132
  margin-top: -0.75rem
133
133
  }
134
134
 
135
- .mt-3 {
136
- margin-top: 0.75rem
137
- }
138
-
139
135
  .mb-4 {
140
136
  margin-bottom: 1rem
141
137
  }
142
138
 
139
+ .mt-3 {
140
+ margin-top: 0.75rem
141
+ }
142
+
143
143
  .block {
144
144
  display: block
145
145
  }