@paperless/angular 1.44.1 → 1.44.3

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.44.1",
3
+ "version": "1.44.3",
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
@@ -290,10 +290,6 @@
290
290
  }
291
291
 
292
292
  @media (min-width: 40rem) {
293
- .tablet\:block {
294
- display: block !important
295
- }
296
-
297
293
  .tablet\:flex {
298
294
  display: flex !important
299
295
  }