@steedos/service-plugin-amis 2.6.4-beta.5 → 2.6.4-beta.7
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.6.4-beta.
|
|
3
|
+
"version": "2.6.4-beta.7",
|
|
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": "6857beb74c2ed7123f830e7d61de4a25cc4e95c2",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
width: 2.25rem
|
|
197
197
|
}
|
|
198
198
|
|
|
199
|
+
.w-10 {
|
|
200
|
+
width: 2.5rem
|
|
201
|
+
}
|
|
202
|
+
|
|
199
203
|
.w-full {
|
|
200
204
|
width: 100%
|
|
201
205
|
}
|
|
@@ -212,6 +216,11 @@
|
|
|
212
216
|
width: 24rem
|
|
213
217
|
}
|
|
214
218
|
|
|
219
|
+
.min-w-max {
|
|
220
|
+
min-width: -moz-max-content;
|
|
221
|
+
min-width: max-content
|
|
222
|
+
}
|
|
223
|
+
|
|
215
224
|
.min-w-\[240px\] {
|
|
216
225
|
min-width: 240px
|
|
217
226
|
}
|