@paperless/angular 2.1.0 → 2.2.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": "2.1.0",
3
+ "version": "2.2.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
@@ -284,19 +284,19 @@
284
284
  font-weight: 600 !important
285
285
  }
286
286
 
287
- .text-black-teal {
287
+ .text-storm {
288
288
  --tw-text-opacity: 1 !important;
289
- color: rgb(3 42 36 / var(--tw-text-opacity, 1)) !important
289
+ color: rgb(24 30 41 / var(--tw-text-opacity, 1)) !important
290
290
  }
291
291
 
292
- .text-black-teal-300 {
292
+ .text-storm-300 {
293
293
  --tw-text-opacity: 1 !important;
294
- color: rgb(104 127 124 / var(--tw-text-opacity, 1)) !important
294
+ color: rgb(116 120 127 / var(--tw-text-opacity, 1)) !important
295
295
  }
296
296
 
297
- .text-black-teal-400 {
297
+ .text-storm-400 {
298
298
  --tw-text-opacity: 1 !important;
299
- color: rgb(53 85 80 / var(--tw-text-opacity, 1)) !important
299
+ color: rgb(70 75 84 / var(--tw-text-opacity, 1)) !important
300
300
  }
301
301
 
302
302
  .opacity-0 {