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