@steedos/service-plugin-amis 2.5.0-beta.26 → 2.5.0-beta.28
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.28",
|
|
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": "dd59c962d1071282655e21fd43fd8b431b7f1d91",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -156,6 +156,10 @@
|
|
|
156
156
|
height: 100%
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
+
.h-0 {
|
|
160
|
+
height: 0px
|
|
161
|
+
}
|
|
162
|
+
|
|
159
163
|
.w-10 {
|
|
160
164
|
width: 2.5rem
|
|
161
165
|
}
|
|
@@ -409,10 +413,6 @@
|
|
|
409
413
|
margin-top: 0.75rem
|
|
410
414
|
}
|
|
411
415
|
|
|
412
|
-
.sm\:w-\[240px\] {
|
|
413
|
-
width: 240px
|
|
414
|
-
}
|
|
415
|
-
|
|
416
416
|
.sm\:rounded-lg {
|
|
417
417
|
border-radius: 0.5rem
|
|
418
418
|
}
|