@steedos/service-plugin-amis 2.5.3-beta.1 → 2.5.3-beta.4

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.3-beta.1",
3
+ "version": "2.5.3-beta.4",
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": "a2e723ed4256279e8e6fa9f67d7f607c83f8638f",
16
+ "gitHead": "864f038f9cd5f12c521dce09498ca74d8b156077",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -54,10 +54,6 @@
54
54
  position: absolute
55
55
  }
56
56
 
57
- .relative {
58
- position: relative
59
- }
60
-
61
57
  .sticky {
62
58
  position: sticky
63
59
  }
@@ -69,10 +65,6 @@
69
65
  left: 0px
70
66
  }
71
67
 
72
- .isolate {
73
- isolation: isolate
74
- }
75
-
76
68
  .z-20 {
77
69
  z-index: 20
78
70
  }
@@ -246,6 +238,10 @@
246
238
  border-radius: 0.25rem
247
239
  }
248
240
 
241
+ .border {
242
+ border-width: 1px
243
+ }
244
+
249
245
  .border-b {
250
246
  border-bottom-width: 1px
251
247
  }
@@ -391,6 +387,11 @@
391
387
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
392
388
  }
393
389
 
390
+ .invert {
391
+ --tw-invert: invert(100%);
392
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
393
+ }
394
+
394
395
  .filter {
395
396
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
396
397
  }