@steedos/service-plugin-amis 2.5.0-beta.11 → 2.5.0-beta.12
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.0-beta.
|
|
3
|
+
"version": "2.5.0-beta.12",
|
|
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": "a41706f5c8ee9eb5a40f8f423332edc2827e85cb",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -46,37 +46,10 @@
|
|
|
46
46
|
position: static
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.fixed {
|
|
50
|
-
position: fixed
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.absolute {
|
|
54
|
-
position: absolute
|
|
55
|
-
}
|
|
56
|
-
|
|
57
49
|
.sticky {
|
|
58
50
|
position: sticky
|
|
59
51
|
}
|
|
60
52
|
|
|
61
|
-
.inset-0 {
|
|
62
|
-
top: 0px;
|
|
63
|
-
right: 0px;
|
|
64
|
-
bottom: 0px;
|
|
65
|
-
left: 0px
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.top-0 {
|
|
69
|
-
top: 0px
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.z-40 {
|
|
73
|
-
z-index: 40
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.z-20 {
|
|
77
|
-
z-index: 20
|
|
78
|
-
}
|
|
79
|
-
|
|
80
53
|
.col-span-2 {
|
|
81
54
|
grid-column: span 2 / span 2
|
|
82
55
|
}
|
|
@@ -104,18 +77,6 @@
|
|
|
104
77
|
margin-right: -2.75rem
|
|
105
78
|
}
|
|
106
79
|
|
|
107
|
-
.mr-4 {
|
|
108
|
-
margin-right: 1rem
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.mb-\[-3px\] {
|
|
112
|
-
margin-bottom: -3px
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.mt-\[50px\] {
|
|
116
|
-
margin-top: 50px
|
|
117
|
-
}
|
|
118
|
-
|
|
119
80
|
.mt-0\.5 {
|
|
120
81
|
margin-top: 0.125rem
|
|
121
82
|
}
|
|
@@ -176,26 +137,6 @@
|
|
|
176
137
|
height: 100%
|
|
177
138
|
}
|
|
178
139
|
|
|
179
|
-
.h-\[50px\] {
|
|
180
|
-
height: 50px
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.h-10 {
|
|
184
|
-
height: 2.5rem
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.w-full {
|
|
188
|
-
width: 100%
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.w-auto {
|
|
192
|
-
width: auto
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.w-64 {
|
|
196
|
-
width: 16rem
|
|
197
|
-
}
|
|
198
|
-
|
|
199
140
|
.w-10 {
|
|
200
141
|
width: 2.5rem
|
|
201
142
|
}
|
|
@@ -204,6 +145,10 @@
|
|
|
204
145
|
width: 50%
|
|
205
146
|
}
|
|
206
147
|
|
|
148
|
+
.w-full {
|
|
149
|
+
width: 100%
|
|
150
|
+
}
|
|
151
|
+
|
|
207
152
|
.w-96 {
|
|
208
153
|
width: 24rem
|
|
209
154
|
}
|
|
@@ -221,10 +166,6 @@
|
|
|
221
166
|
min-width: 200px
|
|
222
167
|
}
|
|
223
168
|
|
|
224
|
-
.flex-none {
|
|
225
|
-
flex: none
|
|
226
|
-
}
|
|
227
|
-
|
|
228
169
|
.flex-1 {
|
|
229
170
|
flex: 1 1 0%
|
|
230
171
|
}
|
|
@@ -233,23 +174,10 @@
|
|
|
233
174
|
flex-shrink: 0
|
|
234
175
|
}
|
|
235
176
|
|
|
236
|
-
.-translate-x-0 {
|
|
237
|
-
--tw-translate-x: -0px;
|
|
238
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
|
239
|
-
}
|
|
240
|
-
|
|
241
177
|
.flex-row {
|
|
242
178
|
flex-direction: row
|
|
243
179
|
}
|
|
244
180
|
|
|
245
|
-
.flex-col {
|
|
246
|
-
flex-direction: column
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.flex-nowrap {
|
|
250
|
-
flex-wrap: nowrap
|
|
251
|
-
}
|
|
252
|
-
|
|
253
181
|
.items-center {
|
|
254
182
|
align-items: center
|
|
255
183
|
}
|
|
@@ -258,15 +186,6 @@
|
|
|
258
186
|
justify-content: center
|
|
259
187
|
}
|
|
260
188
|
|
|
261
|
-
.justify-between {
|
|
262
|
-
justify-content: space-between
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.gap-x-3 {
|
|
266
|
-
-moz-column-gap: 0.75rem;
|
|
267
|
-
column-gap: 0.75rem
|
|
268
|
-
}
|
|
269
|
-
|
|
270
189
|
.overflow-auto {
|
|
271
190
|
overflow: auto
|
|
272
191
|
}
|
|
@@ -283,32 +202,18 @@
|
|
|
283
202
|
border-radius: 0.25rem
|
|
284
203
|
}
|
|
285
204
|
|
|
286
|
-
.border-b
|
|
287
|
-
border-bottom-width:
|
|
205
|
+
.border-b {
|
|
206
|
+
border-bottom-width: 1px
|
|
288
207
|
}
|
|
289
208
|
|
|
290
209
|
.border-r {
|
|
291
210
|
border-right-width: 1px
|
|
292
211
|
}
|
|
293
212
|
|
|
294
|
-
.border-b {
|
|
295
|
-
border-bottom-width: 1px
|
|
296
|
-
}
|
|
297
|
-
|
|
298
213
|
.border-solid {
|
|
299
214
|
border-style: solid
|
|
300
215
|
}
|
|
301
216
|
|
|
302
|
-
.border-sky-500 {
|
|
303
|
-
--tw-border-opacity: 1;
|
|
304
|
-
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.border-slate-200 {
|
|
308
|
-
--tw-border-opacity: 1;
|
|
309
|
-
border-color: rgb(226 232 240 / var(--tw-border-opacity))
|
|
310
|
-
}
|
|
311
|
-
|
|
312
217
|
.border-slate-300 {
|
|
313
218
|
--tw-border-opacity: 1;
|
|
314
219
|
border-color: rgb(203 213 225 / var(--tw-border-opacity))
|
|
@@ -346,16 +251,6 @@
|
|
|
346
251
|
padding: 0.5rem
|
|
347
252
|
}
|
|
348
253
|
|
|
349
|
-
.px-4 {
|
|
350
|
-
padding-left: 1rem;
|
|
351
|
-
padding-right: 1rem
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.px-0 {
|
|
355
|
-
padding-left: 0px;
|
|
356
|
-
padding-right: 0px
|
|
357
|
-
}
|
|
358
|
-
|
|
359
254
|
.px-1 {
|
|
360
255
|
padding-left: 0.25rem;
|
|
361
256
|
padding-right: 0.25rem
|
|
@@ -386,28 +281,9 @@
|
|
|
386
281
|
padding-bottom: 0.25rem
|
|
387
282
|
}
|
|
388
283
|
|
|
389
|
-
.
|
|
390
|
-
padding-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
.pl-4 {
|
|
394
|
-
padding-left: 1rem
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.pb-0 {
|
|
398
|
-
padding-bottom: 0px
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.pt-4 {
|
|
402
|
-
padding-top: 1rem
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
.pb-24 {
|
|
406
|
-
padding-bottom: 6rem
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
.pb-4 {
|
|
410
|
-
padding-bottom: 1rem
|
|
284
|
+
.px-0 {
|
|
285
|
+
padding-left: 0px;
|
|
286
|
+
padding-right: 0px
|
|
411
287
|
}
|
|
412
288
|
|
|
413
289
|
.pl-1\.5 {
|
|
@@ -446,10 +322,6 @@
|
|
|
446
322
|
font-style: italic
|
|
447
323
|
}
|
|
448
324
|
|
|
449
|
-
.leading-5 {
|
|
450
|
-
line-height: 1.25rem
|
|
451
|
-
}
|
|
452
|
-
|
|
453
325
|
.leading-none {
|
|
454
326
|
line-height: 1
|
|
455
327
|
}
|
|
@@ -478,48 +350,16 @@
|
|
|
478
350
|
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)
|
|
479
351
|
}
|
|
480
352
|
|
|
481
|
-
.backdrop-blur {
|
|
482
|
-
--tw-backdrop-blur: blur(8px);
|
|
483
|
-
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
484
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
.transition-colors {
|
|
488
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
489
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
490
|
-
transition-duration: 150ms
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.duration-500 {
|
|
494
|
-
transition-duration: 500ms
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.duration-300 {
|
|
498
|
-
transition-duration: 300ms
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.ease-in-out {
|
|
502
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
503
|
-
}
|
|
504
|
-
|
|
505
353
|
.focus\:outline-none:focus {
|
|
506
354
|
outline: 2px solid transparent;
|
|
507
355
|
outline-offset: 2px
|
|
508
356
|
}
|
|
509
357
|
|
|
510
358
|
@media (min-width: 640px) {
|
|
511
|
-
.sm\:mt-\[90px\] {
|
|
512
|
-
margin-top: 90px
|
|
513
|
-
}
|
|
514
|
-
|
|
515
359
|
.sm\:mt-3 {
|
|
516
360
|
margin-top: 0.75rem
|
|
517
361
|
}
|
|
518
362
|
|
|
519
|
-
.sm\:w-\[220px\] {
|
|
520
|
-
width: 220px
|
|
521
|
-
}
|
|
522
|
-
|
|
523
363
|
.sm\:rounded-lg {
|
|
524
364
|
border-radius: 0.5rem
|
|
525
365
|
}
|
|
@@ -549,10 +389,6 @@
|
|
|
549
389
|
}
|
|
550
390
|
|
|
551
391
|
@media (min-width: 1024px) {
|
|
552
|
-
.lg\:z-50 {
|
|
553
|
-
z-index: 50
|
|
554
|
-
}
|
|
555
|
-
|
|
556
392
|
.lg\:order-first {
|
|
557
393
|
order: -9999
|
|
558
394
|
}
|