@paperless/angular 1.52.1 → 1.52.2

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.
@@ -42,9 +42,6 @@ export declare class TableCell {
42
42
  get data(): TableDefinitionData | {
43
43
  value: string;
44
44
  };
45
- getColumnClasses(): any;
46
- private _getSizes;
47
- private _getIsLastValues;
48
45
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCell, never>;
49
46
  static ɵcmp: i0.ɵɵComponentDeclaration<TableCell, "p-table-cell-ngx", never, { "variant": "variant"; "index": "index"; "rowIndex": "rowIndex"; "definition": "definition"; "item": "item"; "value": "value"; "tableHasActions": "tableHasActions"; "checkbox": "checkbox"; "template": "template"; }, {}, never, never, false, never>;
50
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.52.1",
3
+ "version": "1.52.2",
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
@@ -131,10 +131,6 @@
131
131
  width: 75% !important
132
132
  }
133
133
 
134
- .w-auto {
135
- width: auto !important
136
- }
137
-
138
134
  .w-full {
139
135
  width: 100% !important
140
136
  }
@@ -221,10 +217,6 @@
221
217
  padding-bottom: 6rem !important
222
218
  }
223
219
 
224
- .pr-4 {
225
- padding-right: 1rem !important
226
- }
227
-
228
220
  .text-center {
229
221
  text-align: center !important
230
222
  }
@@ -243,11 +235,6 @@
243
235
  color: rgb(81 83 107 / var(--tw-text-opacity)) !important
244
236
  }
245
237
 
246
- .text-storm-dark {
247
- --tw-text-opacity: 1 !important;
248
- color: rgb(39 40 56 / var(--tw-text-opacity)) !important
249
- }
250
-
251
238
  .text-storm-medium {
252
239
  --tw-text-opacity: 1 !important;
253
240
  color: rgb(128 130 158 / var(--tw-text-opacity)) !important