@paperless/angular 2.0.1-beta.117 → 2.0.1-beta.119

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.0.1-beta.117",
3
+ "version": "2.0.1-beta.119",
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
@@ -280,9 +280,19 @@
280
280
  font-weight: 600 !important
281
281
  }
282
282
 
283
- .text-storm-dark {
283
+ .text-black-teal {
284
284
  --tw-text-opacity: 1 !important;
285
- color: rgb(0 255 255 / var(--tw-text-opacity, 1)) !important
285
+ color: rgb(3 42 36 / var(--tw-text-opacity, 1)) !important
286
+ }
287
+
288
+ .text-black-teal-300 {
289
+ --tw-text-opacity: 1 !important;
290
+ color: rgb(104 127 124 / var(--tw-text-opacity, 1)) !important
291
+ }
292
+
293
+ .text-black-teal-400 {
294
+ --tw-text-opacity: 1 !important;
295
+ color: rgb(53 85 80 / var(--tw-text-opacity, 1)) !important
286
296
  }
287
297
 
288
298
  .underline {