@paperless/angular 2.2.2 → 2.2.4

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": "2.2.2",
3
+ "version": "2.2.4",
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
@@ -284,11 +284,6 @@
284
284
  font-weight: 600 !important
285
285
  }
286
286
 
287
- .text-storm {
288
- --tw-text-opacity: 1 !important;
289
- color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
290
- }
291
-
292
287
  .text-storm-300 {
293
288
  --tw-text-opacity: 1 !important;
294
289
  color: rgb(116 120 127 / var(--tw-text-opacity, 1)) !important
@@ -299,6 +294,11 @@
299
294
  color: rgb(70 75 84 / var(--tw-text-opacity, 1)) !important
300
295
  }
301
296
 
297
+ .text-storm-500 {
298
+ --tw-text-opacity: 1 !important;
299
+ color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
300
+ }
301
+
302
302
  .opacity-0 {
303
303
  opacity: 0 !important
304
304
  }