@paperless/angular 1.17.3 → 1.17.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/paperless.css +81 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.17.3",
3
+ "version": "1.17.5",
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
@@ -38,6 +38,23 @@
38
38
  top: 0px !important
39
39
  }
40
40
 
41
+ .mx-0 {
42
+ margin-left: 0px !important;
43
+ margin-right: 0px !important
44
+ }
45
+
46
+ .mb-14 {
47
+ margin-bottom: 3.5rem !important
48
+ }
49
+
50
+ .mb-6 {
51
+ margin-bottom: 1.5rem !important
52
+ }
53
+
54
+ .ml-auto {
55
+ margin-left: auto !important
56
+ }
57
+
41
58
  .block {
42
59
  display: block !important
43
60
  }
@@ -94,6 +111,10 @@
94
111
  width: 41.666667% !important
95
112
  }
96
113
 
114
+ .w-6 {
115
+ width: 1.5rem !important
116
+ }
117
+
97
118
  .w-6\/12 {
98
119
  width: 50% !important
99
120
  }
@@ -118,6 +139,10 @@
118
139
  width: 100% !important
119
140
  }
120
141
 
142
+ .max-w-\[20rem\] {
143
+ max-width: 20rem !important
144
+ }
145
+
121
146
  .flex-1 {
122
147
  flex: 1 1 0% !important
123
148
  }
@@ -135,6 +160,18 @@
135
160
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
136
161
  }
137
162
 
163
+ .cursor-pointer {
164
+ cursor: pointer !important
165
+ }
166
+
167
+ .flex-col {
168
+ flex-direction: column !important
169
+ }
170
+
171
+ .items-center {
172
+ align-items: center !important
173
+ }
174
+
138
175
  .justify-start {
139
176
  justify-content: flex-start !important
140
177
  }
@@ -147,27 +184,67 @@
147
184
  justify-content: center !important
148
185
  }
149
186
 
187
+ .justify-between {
188
+ justify-content: space-between !important
189
+ }
190
+
150
191
  .gap-4 {
151
192
  gap: 1rem !important
152
193
  }
153
194
 
195
+ .gap-6 {
196
+ gap: 1.5rem !important
197
+ }
198
+
199
+ .self-center {
200
+ align-self: center !important
201
+ }
202
+
203
+ .overflow-hidden {
204
+ overflow: hidden !important
205
+ }
206
+
154
207
  .rounded {
155
208
  border-radius: 0.25rem !important
156
209
  }
157
210
 
211
+ .py-24 {
212
+ padding-top: 6rem !important;
213
+ padding-bottom: 6rem !important
214
+ }
215
+
158
216
  .pr-4 {
159
217
  padding-right: 1rem !important
160
218
  }
161
219
 
220
+ .text-center {
221
+ text-align: center !important
222
+ }
223
+
224
+ .text-sm {
225
+ font-size: 0.875rem !important;
226
+ line-height: 1.25rem !important
227
+ }
228
+
162
229
  .font-semibold {
163
230
  font-weight: 600 !important
164
231
  }
165
232
 
233
+ .text-storm {
234
+ --tw-text-opacity: 1 !important;
235
+ color: rgb(81 83 107 / var(--tw-text-opacity)) !important
236
+ }
237
+
166
238
  .text-storm-dark {
167
239
  --tw-text-opacity: 1 !important;
168
240
  color: rgb(39 40 56 / var(--tw-text-opacity)) !important
169
241
  }
170
242
 
243
+ .text-storm-medium {
244
+ --tw-text-opacity: 1 !important;
245
+ color: rgb(128 130 158 / var(--tw-text-opacity)) !important
246
+ }
247
+
171
248
  .underline {
172
249
  text-decoration-line: underline !important
173
250
  }
@@ -244,6 +321,10 @@
244
321
  .tablet\:w-9\/12 {
245
322
  width: 75% !important
246
323
  }
324
+
325
+ .tablet\:w-auto {
326
+ width: auto !important
327
+ }
247
328
  }
248
329
 
249
330
  @media (min-width: 64rem) {