@steedos/service-plugin-amis 3.0.3-beta.1 → 3.0.3-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": "3.0.3-beta.1",
3
+ "version": "3.0.3-beta.2",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -12,7 +12,7 @@
12
12
  "publishConfig": {
13
13
  "access": "public"
14
14
  },
15
- "gitHead": "e5cbf2415d4a1efef6ec7ab9c39dc1037772781a",
15
+ "gitHead": "64d52d0dff9fcb5af87835d2bd5b0e2c7a74e272",
16
16
  "devDependencies": {
17
17
  "tailwindcss": "^3.4.17"
18
18
  }
@@ -186,10 +186,6 @@
186
186
  width: 2.25rem
187
187
  }
188
188
 
189
- .w-96 {
190
- width: 24rem
191
- }
192
-
193
189
  .w-full {
194
190
  width: 100%
195
191
  }