@steedos/service-plugin-amis 2.5.17-beta.5 → 2.5.17-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.5.17-beta.
|
|
3
|
+
"version": "2.5.17-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": "
|
|
16
|
+
"gitHead": "e197a26e88e736fe56c9a4c5da7cd192119a4654",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -328,16 +328,6 @@
|
|
|
328
328
|
padding: 0.5rem
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
.px-0 {
|
|
332
|
-
padding-left: 0px;
|
|
333
|
-
padding-right: 0px
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.py-4 {
|
|
337
|
-
padding-top: 1rem;
|
|
338
|
-
padding-bottom: 1rem
|
|
339
|
-
}
|
|
340
|
-
|
|
341
331
|
.px-2 {
|
|
342
332
|
padding-left: 0.5rem;
|
|
343
333
|
padding-right: 0.5rem
|
|
@@ -368,6 +358,11 @@
|
|
|
368
358
|
padding-bottom: 0.5rem
|
|
369
359
|
}
|
|
370
360
|
|
|
361
|
+
.px-0 {
|
|
362
|
+
padding-left: 0px;
|
|
363
|
+
padding-right: 0px
|
|
364
|
+
}
|
|
365
|
+
|
|
371
366
|
.py-1 {
|
|
372
367
|
padding-top: 0.25rem;
|
|
373
368
|
padding-bottom: 0.25rem
|