@steedos/service-plugin-amis 3.0.0-beta.72 → 3.0.0-beta.73

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": "3.0.0-beta.72",
3
+ "version": "3.0.0-beta.73",
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": "18b81ddcdafac5d7690c29bfdb1ee0bd8cf8bc48",
16
+ "gitHead": "81878e4fe273d18ca345b0781f8a67b504722e8b",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -114,10 +114,6 @@
114
114
  margin-right: 1.75rem
115
115
  }
116
116
 
117
- .mt-3 {
118
- margin-top: 0.75rem
119
- }
120
-
121
117
  .mt-2 {
122
118
  margin-top: 0.5rem
123
119
  }
@@ -266,11 +262,6 @@
266
262
  border-width: 0px
267
263
  }
268
264
 
269
- .border-y {
270
- border-top-width: 1px;
271
- border-bottom-width: 1px
272
- }
273
-
274
265
  .border-b {
275
266
  border-bottom-width: 1px
276
267
  }