@paperless/angular 0.1.0-alpha.436 → 0.1.0-alpha.437

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": "0.1.0-alpha.436",
3
+ "version": "0.1.0-alpha.437",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -160,6 +160,14 @@
160
160
  }
161
161
 
162
162
  @media (min-width: 40rem) {
163
+ .tablet\:flex {
164
+ display: flex !important
165
+ }
166
+
167
+ .tablet\:hidden {
168
+ display: none !important
169
+ }
170
+
163
171
  .tablet\:w-1\/12 {
164
172
  width: 8.333333% !important
165
173
  }
@@ -206,6 +214,14 @@
206
214
  }
207
215
 
208
216
  @media (min-width: 64rem) {
217
+ .desktop-xs\:flex {
218
+ display: flex !important
219
+ }
220
+
221
+ .desktop-xs\:hidden {
222
+ display: none !important
223
+ }
224
+
209
225
  .desktop-xs\:w-1\/12 {
210
226
  width: 8.333333% !important
211
227
  }
@@ -252,6 +268,14 @@
252
268
  }
253
269
 
254
270
  @media (min-width: 80rem) {
271
+ .desktop-sm\:flex {
272
+ display: flex !important
273
+ }
274
+
275
+ .desktop-sm\:hidden {
276
+ display: none !important
277
+ }
278
+
255
279
  .desktop-sm\:w-1\/12 {
256
280
  width: 8.333333% !important
257
281
  }
@@ -298,6 +322,14 @@
298
322
  }
299
323
 
300
324
  @media (min-width: 85.375rem) {
325
+ .desktop\:flex {
326
+ display: flex !important
327
+ }
328
+
329
+ .desktop\:hidden {
330
+ display: none !important
331
+ }
332
+
301
333
  .desktop\:w-1\/12 {
302
334
  width: 8.333333% !important
303
335
  }
@@ -344,6 +376,14 @@
344
376
  }
345
377
 
346
378
  @media (min-width: 90rem) {
379
+ .desktop-lg\:flex {
380
+ display: flex !important
381
+ }
382
+
383
+ .desktop-lg\:hidden {
384
+ display: none !important
385
+ }
386
+
347
387
  .desktop-lg\:w-1\/12 {
348
388
  width: 8.333333% !important
349
389
  }
@@ -390,6 +430,14 @@
390
430
  }
391
431
 
392
432
  @media (min-width: 120rem) {
433
+ .desktop-xl\:flex {
434
+ display: flex !important
435
+ }
436
+
437
+ .desktop-xl\:hidden {
438
+ display: none !important
439
+ }
440
+
393
441
  .desktop-xl\:w-1\/12 {
394
442
  width: 8.333333% !important
395
443
  }