@steedos/service-plugin-amis 3.0.0-beta.60 → 3.0.0-beta.62

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.60",
3
+ "version": "3.0.0-beta.62",
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": "381895982baafa91e5fbddba5bad0849ce009b48",
16
+ "gitHead": "9ad8eb93caa39e1bd9fb80b1292540def6dabd5a",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -218,6 +218,10 @@
218
218
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
219
219
  }
220
220
 
221
+ .flex-col {
222
+ flex-direction: column
223
+ }
224
+
221
225
  .items-center {
222
226
  align-items: center
223
227
  }
@@ -230,6 +234,10 @@
230
234
  justify-content: space-between
231
235
  }
232
236
 
237
+ .gap-3 {
238
+ gap: 0.75rem
239
+ }
240
+
233
241
  .overflow-auto {
234
242
  overflow: auto
235
243
  }