@steedos/service-plugin-amis 2.5.14-beta.1 → 2.5.14-beta.10
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.14-beta.
|
|
3
|
+
"version": "2.5.14-beta.10",
|
|
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": "9487d14d46273b13206f974b6bbed5d230441d2d",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -230,6 +230,10 @@
|
|
|
230
230
|
overflow-y: auto
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
+
.whitespace-nowrap {
|
|
234
|
+
white-space: nowrap
|
|
235
|
+
}
|
|
236
|
+
|
|
233
237
|
.rounded {
|
|
234
238
|
border-radius: 0.25rem
|
|
235
239
|
}
|
|
@@ -256,11 +260,6 @@
|
|
|
256
260
|
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
257
261
|
}
|
|
258
262
|
|
|
259
|
-
.border-slate-200 {
|
|
260
|
-
--tw-border-opacity: 1;
|
|
261
|
-
border-color: rgb(226 232 240 / var(--tw-border-opacity))
|
|
262
|
-
}
|
|
263
|
-
|
|
264
263
|
.border-gray-200 {
|
|
265
264
|
--tw-border-opacity: 1;
|
|
266
265
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|