@paperless/angular 2.6.2 → 2.6.3

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.2",
3
+ "version": "2.6.3",
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
@@ -104,10 +104,6 @@
104
104
  width: 1.5rem !important
105
105
  }
106
106
 
107
- .w-\[calc\(\$\{sizes\.default\}\/12\*100\%-0\.5rem\)\] {
108
- width: calc(${sizes.default} / 12 * 100% - 0.5rem) !important
109
- }
110
-
111
107
  .w-\[calc\(1\/12\*100\%-0\.5rem\)\] {
112
108
  width: calc(1 / 12 * 100% - 0.5rem) !important
113
109
  }
@@ -152,10 +148,6 @@
152
148
  width: calc(9 / 12 * 100% - 0.5rem) !important
153
149
  }
154
150
 
155
- .w-auto {
156
- width: auto !important
157
- }
158
-
159
151
  .w-full {
160
152
  width: 100% !important
161
153
  }