@paperless/angular 2.6.0 → 2.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.6.0",
3
+ "version": "2.6.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
@@ -156,10 +156,6 @@
156
156
  width: 100% !important
157
157
  }
158
158
 
159
- .min-w-0 {
160
- min-width: 0px !important
161
- }
162
-
163
159
  .flex-1 {
164
160
  flex: 1 1 0% !important
165
161
  }
@@ -264,6 +260,10 @@
264
260
  overflow-x: auto !important
265
261
  }
266
262
 
263
+ .text-ellipsis {
264
+ text-overflow: ellipsis !important
265
+ }
266
+
267
267
  .rounded {
268
268
  border-radius: 0.25rem !important
269
269
  }
@@ -280,6 +280,18 @@
280
280
  padding-right: 1rem !important
281
281
  }
282
282
 
283
+ .text-center {
284
+ text-align: center !important
285
+ }
286
+
287
+ .text-start {
288
+ text-align: start !important
289
+ }
290
+
291
+ .text-end {
292
+ text-align: end !important
293
+ }
294
+
283
295
  .font-semibold {
284
296
  font-weight: 600 !important
285
297
  }