@steedos/service-plugin-amis 2.5.5-beta.1 → 2.6.1-beta.1

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.5-beta.1",
3
+ "version": "2.6.1-beta.1",
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": "2d9b97fbe49148c4440eaf3d127e3344f10caede",
16
+ "gitHead": "4cfca8ba76cca0b2ee1c7ad5997b97ba89f05aac",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -238,6 +238,10 @@
238
238
  border-radius: 0.25rem
239
239
  }
240
240
 
241
+ .border {
242
+ border-width: 1px
243
+ }
244
+
241
245
  .border-b {
242
246
  border-bottom-width: 1px
243
247
  }
@@ -383,6 +387,11 @@
383
387
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
384
388
  }
385
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
+
386
395
  .filter {
387
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)
388
397
  }