@steedos/service-plugin-amis 2.7.4-beta.4 → 2.7.4-beta.6

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.4-beta.4",
3
+ "version": "2.7.4-beta.6",
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": "fa9502980e43129dc97f9222581f2652e8242f09",
16
+ "gitHead": "691faebb9733b840403a20366053fe94f19fd991",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -456,6 +456,11 @@
456
456
  color: rgb(107 114 128 / var(--tw-text-opacity))
457
457
  }
458
458
 
459
+ .text-gray-300 {
460
+ --tw-text-opacity: 1;
461
+ color: rgb(209 213 219 / var(--tw-text-opacity))
462
+ }
463
+
459
464
  .underline {
460
465
  text-decoration-line: underline
461
466
  }