@steedos/service-plugin-amis 2.5.15-beta.4 → 2.5.15-beta.5

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.5.15-beta.4",
3
+ "version": "2.5.15-beta.5",
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": "b1b100489dfd0d18bbf07322b2da7142cfb92db9",
16
+ "gitHead": "0691181101f43ee4ac161961c3c0ab9eeb0ea3f7",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -246,6 +246,10 @@
246
246
  white-space: nowrap
247
247
  }
248
248
 
249
+ .break-all {
250
+ word-break: break-all
251
+ }
252
+
249
253
  .rounded-full {
250
254
  border-radius: 9999px
251
255
  }