@steedos/service-plugin-amis 2.5.0-beta.5 → 2.5.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.5.0-beta.
|
|
3
|
+
"version": "2.5.0-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": "2bdc2b57b63d3b78e5181cc93fd3c482ba69a85e",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -89,10 +89,6 @@
|
|
|
89
89
|
margin: 0px
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.m-3 {
|
|
93
|
-
margin: 0.75rem
|
|
94
|
-
}
|
|
95
|
-
|
|
96
92
|
.mx-4 {
|
|
97
93
|
margin-left: 1rem;
|
|
98
94
|
margin-right: 1rem
|
|
@@ -209,6 +205,10 @@
|
|
|
209
205
|
min-width: max-content
|
|
210
206
|
}
|
|
211
207
|
|
|
208
|
+
.min-w-\[240px\] {
|
|
209
|
+
min-width: 240px
|
|
210
|
+
}
|
|
211
|
+
|
|
212
212
|
.min-w-\[200px\] {
|
|
213
213
|
min-width: 200px
|
|
214
214
|
}
|