@paperless/angular 1.39.0 → 1.41.0

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": "@paperless/angular",
3
- "version": "1.39.0",
3
+ "version": "1.41.0",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -1,606 +1 @@
1
- .static {
2
- position: static !important
3
- }
4
1
 
5
- .fixed {
6
- position: fixed !important
7
- }
8
-
9
- .absolute {
10
- position: absolute !important
11
- }
12
-
13
- .relative {
14
- position: relative !important
15
- }
16
-
17
- .bottom-0 {
18
- bottom: 0px !important
19
- }
20
-
21
- .bottom-4 {
22
- bottom: 1rem !important
23
- }
24
-
25
- .left-0 {
26
- left: 0px !important
27
- }
28
-
29
- .left-1\/2 {
30
- left: 50% !important
31
- }
32
-
33
- .right-0 {
34
- right: 0px !important
35
- }
36
-
37
- .top-0 {
38
- top: 0px !important
39
- }
40
-
41
- .mx-0 {
42
- margin-left: 0px !important;
43
- margin-right: 0px !important
44
- }
45
-
46
- .mb-14 {
47
- margin-bottom: 3.5rem !important
48
- }
49
-
50
- .mb-6 {
51
- margin-bottom: 1.5rem !important
52
- }
53
-
54
- .ml-auto {
55
- margin-left: auto !important
56
- }
57
-
58
- .block {
59
- display: block !important
60
- }
61
-
62
- .inline {
63
- display: inline !important
64
- }
65
-
66
- .flex {
67
- display: flex !important
68
- }
69
-
70
- .table {
71
- display: table !important
72
- }
73
-
74
- .table-cell {
75
- display: table-cell !important
76
- }
77
-
78
- .hidden {
79
- display: none !important
80
- }
81
-
82
- .h-6 {
83
- height: 1.5rem !important
84
- }
85
-
86
- .w-1\/12 {
87
- width: 8.333333% !important
88
- }
89
-
90
- .w-10\/12 {
91
- width: 83.333333% !important
92
- }
93
-
94
- .w-11\/12 {
95
- width: 91.666667% !important
96
- }
97
-
98
- .w-2\/12 {
99
- width: 16.666667% !important
100
- }
101
-
102
- .w-3\/12 {
103
- width: 25% !important
104
- }
105
-
106
- .w-4\/12 {
107
- width: 33.333333% !important
108
- }
109
-
110
- .w-5\/12 {
111
- width: 41.666667% !important
112
- }
113
-
114
- .w-6 {
115
- width: 1.5rem !important
116
- }
117
-
118
- .w-6\/12 {
119
- width: 50% !important
120
- }
121
-
122
- .w-7\/12 {
123
- width: 58.333333% !important
124
- }
125
-
126
- .w-8\/12 {
127
- width: 66.666667% !important
128
- }
129
-
130
- .w-9\/12 {
131
- width: 75% !important
132
- }
133
-
134
- .w-auto {
135
- width: auto !important
136
- }
137
-
138
- .w-full {
139
- width: 100% !important
140
- }
141
-
142
- .min-w-0 {
143
- min-width: 0px !important
144
- }
145
-
146
- .max-w-\[20rem\] {
147
- max-width: 20rem !important
148
- }
149
-
150
- .flex-1 {
151
- flex: 1 1 0% !important
152
- }
153
-
154
- .flex-shrink {
155
- flex-shrink: 1 !important
156
- }
157
-
158
- .-translate-x-1\/2 {
159
- --tw-translate-x: -50% !important;
160
- 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)) !important
161
- }
162
-
163
- .transform {
164
- 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)) !important
165
- }
166
-
167
- .cursor-pointer {
168
- cursor: pointer !important
169
- }
170
-
171
- .flex-col {
172
- flex-direction: column !important
173
- }
174
-
175
- .items-center {
176
- align-items: center !important
177
- }
178
-
179
- .justify-start {
180
- justify-content: flex-start !important
181
- }
182
-
183
- .justify-end {
184
- justify-content: flex-end !important
185
- }
186
-
187
- .justify-center {
188
- justify-content: center !important
189
- }
190
-
191
- .justify-between {
192
- justify-content: space-between !important
193
- }
194
-
195
- .gap-4 {
196
- gap: 1rem !important
197
- }
198
-
199
- .gap-6 {
200
- gap: 1.5rem !important
201
- }
202
-
203
- .self-center {
204
- align-self: center !important
205
- }
206
-
207
- .overflow-hidden {
208
- overflow: hidden !important
209
- }
210
-
211
- .rounded {
212
- border-radius: 0.25rem !important
213
- }
214
-
215
- .py-24 {
216
- padding-top: 6rem !important;
217
- padding-bottom: 6rem !important
218
- }
219
-
220
- .pr-4 {
221
- padding-right: 1rem !important
222
- }
223
-
224
- .text-center {
225
- text-align: center !important
226
- }
227
-
228
- .text-sm {
229
- font-size: 0.875rem !important;
230
- line-height: 1.25rem !important
231
- }
232
-
233
- .font-semibold {
234
- font-weight: 600 !important
235
- }
236
-
237
- .text-storm {
238
- --tw-text-opacity: 1 !important;
239
- color: rgb(81 83 107 / var(--tw-text-opacity)) !important
240
- }
241
-
242
- .text-storm-dark {
243
- --tw-text-opacity: 1 !important;
244
- color: rgb(39 40 56 / var(--tw-text-opacity)) !important
245
- }
246
-
247
- .text-storm-medium {
248
- --tw-text-opacity: 1 !important;
249
- color: rgb(128 130 158 / var(--tw-text-opacity)) !important
250
- }
251
-
252
- .underline {
253
- text-decoration-line: underline !important
254
- }
255
-
256
- .opacity-0 {
257
- opacity: 0 !important
258
- }
259
-
260
- .filter {
261
- 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) !important
262
- }
263
-
264
- .transition {
265
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
266
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
267
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
268
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
269
- transition-duration: 150ms !important
270
- }
271
-
272
- .ease-in {
273
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
274
- }
275
-
276
- .ease-out {
277
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
278
- }
279
-
280
- @media (min-width: 40rem) {
281
- .tablet\:flex {
282
- display: flex !important
283
- }
284
-
285
- .tablet\:hidden {
286
- display: none !important
287
- }
288
-
289
- .tablet\:w-1\/12 {
290
- width: 8.333333% !important
291
- }
292
-
293
- .tablet\:w-10\/12 {
294
- width: 83.333333% !important
295
- }
296
-
297
- .tablet\:w-11\/12 {
298
- width: 91.666667% !important
299
- }
300
-
301
- .tablet\:w-2\/12 {
302
- width: 16.666667% !important
303
- }
304
-
305
- .tablet\:w-3\/12 {
306
- width: 25% !important
307
- }
308
-
309
- .tablet\:w-4\/12 {
310
- width: 33.333333% !important
311
- }
312
-
313
- .tablet\:w-5\/12 {
314
- width: 41.666667% !important
315
- }
316
-
317
- .tablet\:w-6\/12 {
318
- width: 50% !important
319
- }
320
-
321
- .tablet\:w-7\/12 {
322
- width: 58.333333% !important
323
- }
324
-
325
- .tablet\:w-8\/12 {
326
- width: 66.666667% !important
327
- }
328
-
329
- .tablet\:w-9\/12 {
330
- width: 75% !important
331
- }
332
-
333
- .tablet\:w-auto {
334
- width: auto !important
335
- }
336
- }
337
-
338
- @media (min-width: 64rem) {
339
- .desktop-xs\:flex {
340
- display: flex !important
341
- }
342
-
343
- .desktop-xs\:hidden {
344
- display: none !important
345
- }
346
-
347
- .desktop-xs\:w-1\/12 {
348
- width: 8.333333% !important
349
- }
350
-
351
- .desktop-xs\:w-10\/12 {
352
- width: 83.333333% !important
353
- }
354
-
355
- .desktop-xs\:w-11\/12 {
356
- width: 91.666667% !important
357
- }
358
-
359
- .desktop-xs\:w-2\/12 {
360
- width: 16.666667% !important
361
- }
362
-
363
- .desktop-xs\:w-3\/12 {
364
- width: 25% !important
365
- }
366
-
367
- .desktop-xs\:w-4\/12 {
368
- width: 33.333333% !important
369
- }
370
-
371
- .desktop-xs\:w-5\/12 {
372
- width: 41.666667% !important
373
- }
374
-
375
- .desktop-xs\:w-6\/12 {
376
- width: 50% !important
377
- }
378
-
379
- .desktop-xs\:w-7\/12 {
380
- width: 58.333333% !important
381
- }
382
-
383
- .desktop-xs\:w-8\/12 {
384
- width: 66.666667% !important
385
- }
386
-
387
- .desktop-xs\:w-9\/12 {
388
- width: 75% !important
389
- }
390
- }
391
-
392
- @media (min-width: 80rem) {
393
- .desktop-sm\:flex {
394
- display: flex !important
395
- }
396
-
397
- .desktop-sm\:hidden {
398
- display: none !important
399
- }
400
-
401
- .desktop-sm\:w-1\/12 {
402
- width: 8.333333% !important
403
- }
404
-
405
- .desktop-sm\:w-10\/12 {
406
- width: 83.333333% !important
407
- }
408
-
409
- .desktop-sm\:w-11\/12 {
410
- width: 91.666667% !important
411
- }
412
-
413
- .desktop-sm\:w-2\/12 {
414
- width: 16.666667% !important
415
- }
416
-
417
- .desktop-sm\:w-3\/12 {
418
- width: 25% !important
419
- }
420
-
421
- .desktop-sm\:w-4\/12 {
422
- width: 33.333333% !important
423
- }
424
-
425
- .desktop-sm\:w-5\/12 {
426
- width: 41.666667% !important
427
- }
428
-
429
- .desktop-sm\:w-6\/12 {
430
- width: 50% !important
431
- }
432
-
433
- .desktop-sm\:w-7\/12 {
434
- width: 58.333333% !important
435
- }
436
-
437
- .desktop-sm\:w-8\/12 {
438
- width: 66.666667% !important
439
- }
440
-
441
- .desktop-sm\:w-9\/12 {
442
- width: 75% !important
443
- }
444
- }
445
-
446
- @media (min-width: 85.375rem) {
447
- .desktop\:flex {
448
- display: flex !important
449
- }
450
-
451
- .desktop\:hidden {
452
- display: none !important
453
- }
454
-
455
- .desktop\:w-1\/12 {
456
- width: 8.333333% !important
457
- }
458
-
459
- .desktop\:w-10\/12 {
460
- width: 83.333333% !important
461
- }
462
-
463
- .desktop\:w-11\/12 {
464
- width: 91.666667% !important
465
- }
466
-
467
- .desktop\:w-2\/12 {
468
- width: 16.666667% !important
469
- }
470
-
471
- .desktop\:w-3\/12 {
472
- width: 25% !important
473
- }
474
-
475
- .desktop\:w-4\/12 {
476
- width: 33.333333% !important
477
- }
478
-
479
- .desktop\:w-5\/12 {
480
- width: 41.666667% !important
481
- }
482
-
483
- .desktop\:w-6\/12 {
484
- width: 50% !important
485
- }
486
-
487
- .desktop\:w-7\/12 {
488
- width: 58.333333% !important
489
- }
490
-
491
- .desktop\:w-8\/12 {
492
- width: 66.666667% !important
493
- }
494
-
495
- .desktop\:w-9\/12 {
496
- width: 75% !important
497
- }
498
- }
499
-
500
- @media (min-width: 90rem) {
501
- .desktop-lg\:flex {
502
- display: flex !important
503
- }
504
-
505
- .desktop-lg\:hidden {
506
- display: none !important
507
- }
508
-
509
- .desktop-lg\:w-1\/12 {
510
- width: 8.333333% !important
511
- }
512
-
513
- .desktop-lg\:w-10\/12 {
514
- width: 83.333333% !important
515
- }
516
-
517
- .desktop-lg\:w-11\/12 {
518
- width: 91.666667% !important
519
- }
520
-
521
- .desktop-lg\:w-2\/12 {
522
- width: 16.666667% !important
523
- }
524
-
525
- .desktop-lg\:w-3\/12 {
526
- width: 25% !important
527
- }
528
-
529
- .desktop-lg\:w-4\/12 {
530
- width: 33.333333% !important
531
- }
532
-
533
- .desktop-lg\:w-5\/12 {
534
- width: 41.666667% !important
535
- }
536
-
537
- .desktop-lg\:w-6\/12 {
538
- width: 50% !important
539
- }
540
-
541
- .desktop-lg\:w-7\/12 {
542
- width: 58.333333% !important
543
- }
544
-
545
- .desktop-lg\:w-8\/12 {
546
- width: 66.666667% !important
547
- }
548
-
549
- .desktop-lg\:w-9\/12 {
550
- width: 75% !important
551
- }
552
- }
553
-
554
- @media (min-width: 120rem) {
555
- .desktop-xl\:flex {
556
- display: flex !important
557
- }
558
-
559
- .desktop-xl\:hidden {
560
- display: none !important
561
- }
562
-
563
- .desktop-xl\:w-1\/12 {
564
- width: 8.333333% !important
565
- }
566
-
567
- .desktop-xl\:w-10\/12 {
568
- width: 83.333333% !important
569
- }
570
-
571
- .desktop-xl\:w-11\/12 {
572
- width: 91.666667% !important
573
- }
574
-
575
- .desktop-xl\:w-2\/12 {
576
- width: 16.666667% !important
577
- }
578
-
579
- .desktop-xl\:w-3\/12 {
580
- width: 25% !important
581
- }
582
-
583
- .desktop-xl\:w-4\/12 {
584
- width: 33.333333% !important
585
- }
586
-
587
- .desktop-xl\:w-5\/12 {
588
- width: 41.666667% !important
589
- }
590
-
591
- .desktop-xl\:w-6\/12 {
592
- width: 50% !important
593
- }
594
-
595
- .desktop-xl\:w-7\/12 {
596
- width: 58.333333% !important
597
- }
598
-
599
- .desktop-xl\:w-8\/12 {
600
- width: 66.666667% !important
601
- }
602
-
603
- .desktop-xl\:w-9\/12 {
604
- width: 75% !important
605
- }
606
- }