@steedos/service-plugin-amis 3.0.0-beta.96 → 3.0.0-beta.97
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.97",
|
|
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": "ebcf37d746bcbaf2a4bd29b651e25b0d63983dc5",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
position: static !important
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
.fixed {
|
|
60
|
+
position: fixed
|
|
61
|
+
}
|
|
62
|
+
|
|
59
63
|
.absolute {
|
|
60
64
|
position: absolute
|
|
61
65
|
}
|
|
@@ -93,6 +97,11 @@
|
|
|
93
97
|
margin-bottom: 0.5rem
|
|
94
98
|
}
|
|
95
99
|
|
|
100
|
+
.my-4 {
|
|
101
|
+
margin-top: 1rem;
|
|
102
|
+
margin-bottom: 1rem
|
|
103
|
+
}
|
|
104
|
+
|
|
96
105
|
.mx-4 {
|
|
97
106
|
margin-left: 1rem;
|
|
98
107
|
margin-right: 1rem
|
|
@@ -118,6 +127,14 @@
|
|
|
118
127
|
margin-right: 1.75rem
|
|
119
128
|
}
|
|
120
129
|
|
|
130
|
+
.ml-4 {
|
|
131
|
+
margin-left: 1rem
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.mr-1 {
|
|
135
|
+
margin-right: 0.25rem
|
|
136
|
+
}
|
|
137
|
+
|
|
121
138
|
.mt-2 {
|
|
122
139
|
margin-top: 0.5rem
|
|
123
140
|
}
|
|
@@ -190,8 +207,8 @@
|
|
|
190
207
|
width: 2.25rem
|
|
191
208
|
}
|
|
192
209
|
|
|
193
|
-
.min-w-\[
|
|
194
|
-
min-width:
|
|
210
|
+
.min-w-\[220px\] {
|
|
211
|
+
min-width: 220px
|
|
195
212
|
}
|
|
196
213
|
|
|
197
214
|
.max-w-4xl {
|
|
@@ -266,19 +283,10 @@
|
|
|
266
283
|
border-bottom-width: 1px
|
|
267
284
|
}
|
|
268
285
|
|
|
269
|
-
.border-r {
|
|
270
|
-
border-right-width: 1px
|
|
271
|
-
}
|
|
272
|
-
|
|
273
286
|
.border-none {
|
|
274
287
|
border-style: none
|
|
275
288
|
}
|
|
276
289
|
|
|
277
|
-
.border-gray-200 {
|
|
278
|
-
--tw-border-opacity: 1;
|
|
279
|
-
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
280
|
-
}
|
|
281
|
-
|
|
282
290
|
.border-gray-300 {
|
|
283
291
|
--tw-border-opacity: 1;
|
|
284
292
|
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
@@ -423,6 +431,14 @@
|
|
|
423
431
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
424
432
|
}
|
|
425
433
|
|
|
434
|
+
.transition {
|
|
435
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
436
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
437
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
438
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
439
|
+
transition-duration: 150ms
|
|
440
|
+
}
|
|
441
|
+
|
|
426
442
|
.focus\:outline-none:focus {
|
|
427
443
|
outline: 2px solid transparent;
|
|
428
444
|
outline-offset: 2px
|