@steedos/service-plugin-amis 3.0.0-beta.93 → 3.0.0-beta.95
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.95",
|
|
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": "ebbff21aa5ceccd2bc84cabd973b22998a9e6310",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -106,6 +106,10 @@
|
|
|
106
106
|
margin-left: 0.5rem
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
.mb-2 {
|
|
110
|
+
margin-bottom: 0.5rem
|
|
111
|
+
}
|
|
112
|
+
|
|
109
113
|
.mb-4 {
|
|
110
114
|
margin-bottom: 1rem
|
|
111
115
|
}
|
|
@@ -126,10 +130,6 @@
|
|
|
126
130
|
margin-top: -0.75rem
|
|
127
131
|
}
|
|
128
132
|
|
|
129
|
-
.mb-2 {
|
|
130
|
-
margin-bottom: 0.5rem
|
|
131
|
-
}
|
|
132
|
-
|
|
133
133
|
.block {
|
|
134
134
|
display: block
|
|
135
135
|
}
|