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

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.1",
3
+ "version": "2.5.3-beta.10",
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": "f84a751c28a45aeffd00f4cb2ec1a72cf72658c9",
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
  }