@steedos/service-plugin-amis 3.0.0-beta.72 → 3.0.0-beta.74
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": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.74",
|
|
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": "03c95fcf36de9e0ffb5f7e41e4aca05b1ad454bb",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -114,10 +114,6 @@
|
|
|
114
114
|
margin-right: 1.75rem
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
.mt-3 {
|
|
118
|
-
margin-top: 0.75rem
|
|
119
|
-
}
|
|
120
|
-
|
|
121
117
|
.mt-2 {
|
|
122
118
|
margin-top: 0.5rem
|
|
123
119
|
}
|
|
@@ -266,11 +262,6 @@
|
|
|
266
262
|
border-width: 0px
|
|
267
263
|
}
|
|
268
264
|
|
|
269
|
-
.border-y {
|
|
270
|
-
border-top-width: 1px;
|
|
271
|
-
border-bottom-width: 1px
|
|
272
|
-
}
|
|
273
|
-
|
|
274
265
|
.border-b {
|
|
275
266
|
border-bottom-width: 1px
|
|
276
267
|
}
|