@steedos/service-plugin-amis 3.0.0-beta.109 → 3.0.0-beta.112

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.109",
3
+ "version": "3.0.0-beta.112",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -9,11 +9,10 @@
9
9
  "build:tailwind": "tailwindcss -i ./src/styles/tailwind.css -o ./public/tailwind/tailwind-steedos.css"
10
10
  },
11
11
  "license": "MIT",
12
- "private": false,
13
12
  "publishConfig": {
14
13
  "access": "public"
15
14
  },
16
- "gitHead": "5c0958e88a1e3db12f511609cd827e3e93782822",
15
+ "gitHead": "742d399ecaca836729c200044deee3ef0988be14",
17
16
  "devDependencies": {
18
17
  "tailwindcss": "^3.4.17"
19
18
  }
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /*
110
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
110
+ ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
111
111
  */
112
112
 
113
113
  /*
@@ -427,9 +427,7 @@
427
427
  }
428
428
 
429
429
  .transition {
430
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
431
430
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
432
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
433
431
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
434
432
  transition-duration: 150ms
435
433
  }