@paperless/angular 2.8.14 → 2.9.1

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.
@@ -34,7 +34,7 @@ export declare class TableCell {
34
34
  * The template ref for the content
35
35
  */
36
36
  template: TemplateRef<any> | undefined;
37
- get class(): any;
37
+ get class(): string;
38
38
  get data(): TableDefinitionData | {
39
39
  value: string;
40
40
  };
@@ -830,7 +830,7 @@ export declare class PTableRowActionsContainer {
830
830
  protected el: HTMLPTableRowActionsContainerElement;
831
831
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
832
832
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableRowActionsContainer, never>;
833
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, {}, {}, never, ["*"], false, never>;
833
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, { "checked": "checked"; }, {}, never, ["*"], false, never>;
834
834
  }
835
835
  export declare interface PTableRowActionsContainer extends Components.PTableRowActionsContainer {
836
836
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.8.14",
3
+ "version": "2.9.1",
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
@@ -929,3 +929,23 @@
929
929
  display: none !important
930
930
  }
931
931
  }
932
+
933
+ .dark\:text-hurricane-200:where(:host([data-theme=dark]),:host([data-theme=dark]) *) {
934
+ --tw-text-opacity: 1 !important;
935
+ color: rgb(163 165 169 / var(--tw-text-opacity, 1)) !important
936
+ }
937
+
938
+ .dark\:text-white:where(:host([data-theme=dark]),:host([data-theme=dark]) *) {
939
+ --tw-text-opacity: 1 !important;
940
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
941
+ }
942
+
943
+ .dark\:text-hurricane-200:where([data-theme=dark],[data-theme=dark] *) {
944
+ --tw-text-opacity: 1 !important;
945
+ color: rgb(163 165 169 / var(--tw-text-opacity, 1)) !important
946
+ }
947
+
948
+ .dark\:text-white:where([data-theme=dark],[data-theme=dark] *) {
949
+ --tw-text-opacity: 1 !important;
950
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important
951
+ }