@steedos/service-plugin-amis 2.7.17 → 2.7.18-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.7.17",
3
+ "version": "2.7.18-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": "7bd5e0fc65365234bd627865619e290b3177d7af",
16
+ "gitHead": "0e8cf1ed3f0644651db1a7e8c61be421b7d4ea41",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -275,6 +275,10 @@
275
275
  justify-content: space-between
276
276
  }
277
277
 
278
+ .gap-3 {
279
+ gap: 0.75rem
280
+ }
281
+
278
282
  .overflow-auto {
279
283
  overflow: auto
280
284
  }