@steedos/service-plugin-amis 2.5.0-beta.20 → 2.5.0-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.0-beta.
|
|
3
|
+
"version": "2.5.0-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": "5a309a822879b8eaa81fb847326765f48e8e84a9",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
package/public/amis/amis.css
CHANGED
|
@@ -168,10 +168,6 @@
|
|
|
168
168
|
width: 100%
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
.w-64 {
|
|
172
|
-
width: 16rem
|
|
173
|
-
}
|
|
174
|
-
|
|
175
171
|
.w-96 {
|
|
176
172
|
width: 24rem
|
|
177
173
|
}
|
|
@@ -322,11 +318,6 @@
|
|
|
322
318
|
padding-bottom: 0px
|
|
323
319
|
}
|
|
324
320
|
|
|
325
|
-
.py-5 {
|
|
326
|
-
padding-top: 1.25rem;
|
|
327
|
-
padding-bottom: 1.25rem
|
|
328
|
-
}
|
|
329
|
-
|
|
330
321
|
.py-1 {
|
|
331
322
|
padding-top: 0.25rem;
|
|
332
323
|
padding-bottom: 0.25rem
|
|
@@ -352,10 +343,6 @@
|
|
|
352
343
|
font-size: 16px
|
|
353
344
|
}
|
|
354
345
|
|
|
355
|
-
.text-xl {
|
|
356
|
-
font-size: 18px
|
|
357
|
-
}
|
|
358
|
-
|
|
359
346
|
.font-bold {
|
|
360
347
|
font-weight: 700
|
|
361
348
|
}
|
|
@@ -422,8 +409,8 @@
|
|
|
422
409
|
margin-top: 0.75rem
|
|
423
410
|
}
|
|
424
411
|
|
|
425
|
-
.sm\:w-\[
|
|
426
|
-
width:
|
|
412
|
+
.sm\:w-\[240px\] {
|
|
413
|
+
width: 240px
|
|
427
414
|
}
|
|
428
415
|
|
|
429
416
|
.sm\:rounded-lg {
|
|
@@ -447,6 +434,15 @@
|
|
|
447
434
|
padding: 0.75rem
|
|
448
435
|
}
|
|
449
436
|
|
|
437
|
+
.sm\:px-3 {
|
|
438
|
+
padding-left: 0.75rem;
|
|
439
|
+
padding-right: 0.75rem
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.sm\:pt-3 {
|
|
443
|
+
padding-top: 0.75rem
|
|
444
|
+
}
|
|
445
|
+
|
|
450
446
|
.sm\:shadow {
|
|
451
447
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
452
448
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|