@paperless/angular 2.0.1-beta.160 → 2.0.1-beta.161

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.
@@ -129,7 +129,7 @@ export declare class PCardContainer {
129
129
  protected el: HTMLPCardContainerElement;
130
130
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
131
131
  static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
132
- static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "active": "active"; "hoverable": "hoverable"; "shadow": "shadow"; "variant": "variant"; }, {}, never, ["*"], false, never>;
132
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "active": "active"; "bgClass": "bgClass"; "border": "border"; "hoverable": "hoverable"; "shadow": "shadow"; "variant": "variant"; }, {}, never, ["*"], false, never>;
133
133
  }
134
134
  export declare interface PCardContainer extends Components.PCardContainer {
135
135
  }
@@ -138,7 +138,7 @@ export declare class PCardHeader {
138
138
  protected el: HTMLPCardHeaderElement;
139
139
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
140
140
  static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
141
- static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "header": "header"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
141
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "enableDivider": "enableDivider"; "header": "header"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
142
142
  }
143
143
  export declare interface PCardHeader extends Components.PCardHeader {
144
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.0.1-beta.160",
3
+ "version": "2.0.1-beta.161",
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
@@ -268,6 +268,10 @@
268
268
  border-radius: 0.25rem !important
269
269
  }
270
270
 
271
+ .border {
272
+ border-width: 1px !important
273
+ }
274
+
271
275
  .pr-0 {
272
276
  padding-right: 0px !important
273
277
  }