@steedos/service-plugin-amis 2.4.0-beta.4 → 2.4.0-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.4.0-beta.
|
|
3
|
+
"version": "2.4.0-beta.6",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@steedos-widgets/amis-lib": "^1.0.10"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "db5743c7646e47359b3724b96218ef1b2aa203be"
|
|
20
20
|
}
|
|
@@ -268,10 +268,6 @@ body.steedos .p-0 {
|
|
|
268
268
|
padding: 0px
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
body.steedos .p-3 {
|
|
272
|
-
padding: 0.75rem
|
|
273
|
-
}
|
|
274
|
-
|
|
275
271
|
body.steedos .p-4 {
|
|
276
272
|
padding: 1rem
|
|
277
273
|
}
|
|
@@ -393,6 +389,10 @@ body.steedos .ease-in-out {
|
|
|
393
389
|
border-width: 1px
|
|
394
390
|
}
|
|
395
391
|
|
|
392
|
+
body.steedos .sm\:p-3 {
|
|
393
|
+
padding: 0.75rem
|
|
394
|
+
}
|
|
395
|
+
|
|
396
396
|
body.steedos .sm\:shadow {
|
|
397
397
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
398
398
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|