@steedos/service-plugin-amis 2.5.20-beta.20 → 2.5.20-beta.22
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.20-beta.
|
|
3
|
+
"version": "2.5.20-beta.22",
|
|
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": "
|
|
16
|
+
"gitHead": "25b4069f768dcad4cb258f381b2532651b9b1875",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -128,10 +128,6 @@
|
|
|
128
128
|
margin-top: 0.75rem
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.mr-7 {
|
|
132
|
-
margin-right: 1.75rem
|
|
133
|
-
}
|
|
134
|
-
|
|
135
131
|
.mb-0 {
|
|
136
132
|
margin-bottom: 0px
|
|
137
133
|
}
|
|
@@ -184,11 +180,6 @@
|
|
|
184
180
|
height: 0px
|
|
185
181
|
}
|
|
186
182
|
|
|
187
|
-
.h-fit {
|
|
188
|
-
height: -moz-fit-content;
|
|
189
|
-
height: fit-content
|
|
190
|
-
}
|
|
191
|
-
|
|
192
183
|
.h-7 {
|
|
193
184
|
height: 1.75rem
|
|
194
185
|
}
|
|
@@ -213,11 +204,6 @@
|
|
|
213
204
|
width: 80%
|
|
214
205
|
}
|
|
215
206
|
|
|
216
|
-
.w-fit {
|
|
217
|
-
width: -moz-fit-content;
|
|
218
|
-
width: fit-content
|
|
219
|
-
}
|
|
220
|
-
|
|
221
207
|
.w-96 {
|
|
222
208
|
width: 24rem
|
|
223
209
|
}
|
|
@@ -231,10 +217,6 @@
|
|
|
231
217
|
min-width: 240px
|
|
232
218
|
}
|
|
233
219
|
|
|
234
|
-
.\!min-w-\[160px\] {
|
|
235
|
-
min-width: 160px !important
|
|
236
|
-
}
|
|
237
|
-
|
|
238
220
|
.min-w-\[200px\] {
|
|
239
221
|
min-width: 200px
|
|
240
222
|
}
|
|
@@ -468,10 +450,6 @@
|
|
|
468
450
|
text-decoration-line: underline
|
|
469
451
|
}
|
|
470
452
|
|
|
471
|
-
.opacity-0 {
|
|
472
|
-
opacity: 0
|
|
473
|
-
}
|
|
474
|
-
|
|
475
453
|
.shadow-none {
|
|
476
454
|
--tw-shadow: 0 0 #0000;
|
|
477
455
|
--tw-shadow-colored: 0 0 #0000;
|