@steedos/service-plugin-amis 2.4.5 → 2.4.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.
|
|
3
|
+
"version": "2.4.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": "baf2b26509111eb49b56ea563ce9b86fde8753f7",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -131,6 +131,10 @@
|
|
|
131
131
|
margin-top: 0.75rem
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.mb-4 {
|
|
135
|
+
margin-bottom: 1rem
|
|
136
|
+
}
|
|
137
|
+
|
|
134
138
|
.block {
|
|
135
139
|
display: block
|
|
136
140
|
}
|
|
@@ -436,6 +440,11 @@
|
|
|
436
440
|
border-width: 1px
|
|
437
441
|
}
|
|
438
442
|
|
|
443
|
+
.sm\:border-gray-300 {
|
|
444
|
+
--tw-border-opacity: 1;
|
|
445
|
+
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
446
|
+
}
|
|
447
|
+
|
|
439
448
|
.sm\:shadow {
|
|
440
449
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
441
450
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|