@steedos/service-plugin-amis 2.5.3-beta.5 → 2.5.3-beta.7

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.
@@ -239,6 +239,7 @@
239
239
  "id": "u:1ac8afc8a9bb"
240
240
  }
241
241
  ],
242
+ "headerToolbarClassName": "px-1 py-3",
242
243
  "source": "${buttons}",
243
244
  "id": "u:a5d43b752494"
244
245
  }
@@ -494,6 +495,7 @@
494
495
  "id": "u:ec9931ea883c"
495
496
  }
496
497
  ],
498
+ "headerToolbarClassName": "px-1 py-3",
497
499
  "id": "u:22121edc42b1"
498
500
  }
499
501
  ],
@@ -820,6 +822,7 @@
820
822
  "id": "u:b9a5d3b611d7"
821
823
  }
822
824
  ],
825
+ "headerToolbarClassName": "px-1 py-3",
823
826
  "source": "${related_lists}",
824
827
  "footable": false,
825
828
  "columnsTogglable": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.3-beta.5",
3
+ "version": "2.5.3-beta.7",
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": "c6817f6816ad44017068d161cf69605e18ff5270",
16
+ "gitHead": "9d378a70c079087686ef26c717f3785303350b95",
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
  }