deskmanager-ui 0.0.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/README.md +40 -0
- package/dist/index.css +475 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +604 -0
- package/dist/index.d.ts +604 -0
- package/dist/index.js +16521 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +16427 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +76 -0
package/README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/pages/api-reference/create-next-app).
|
|
2
|
+
|
|
3
|
+
## Getting Started
|
|
4
|
+
|
|
5
|
+
First, run the development server:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm run dev
|
|
9
|
+
# or
|
|
10
|
+
yarn dev
|
|
11
|
+
# or
|
|
12
|
+
pnpm dev
|
|
13
|
+
# or
|
|
14
|
+
bun dev
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
18
|
+
|
|
19
|
+
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
|
|
20
|
+
|
|
21
|
+
[API routes](https://nextjs.org/docs/pages/building-your-application/routing/api-routes) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
|
|
22
|
+
|
|
23
|
+
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/pages/building-your-application/routing/api-routes) instead of React pages.
|
|
24
|
+
|
|
25
|
+
This project uses [`next/font`](https://nextjs.org/docs/pages/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
|
26
|
+
|
|
27
|
+
## Learn More
|
|
28
|
+
|
|
29
|
+
To learn more about Next.js, take a look at the following resources:
|
|
30
|
+
|
|
31
|
+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
|
|
32
|
+
- [Learn Next.js](https://nextjs.org/learn-pages-router) - an interactive Next.js tutorial.
|
|
33
|
+
|
|
34
|
+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
|
|
35
|
+
|
|
36
|
+
## Deploy on Vercel
|
|
37
|
+
|
|
38
|
+
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
|
|
39
|
+
|
|
40
|
+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/pages/building-your-application/deploying) for more details.
|
package/dist/index.css
ADDED
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
/* src/components/header/header.module.css */
|
|
2
|
+
header.header_6d1dec9f_ {
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 80px;
|
|
5
|
+
background-color: #f8fafd;
|
|
6
|
+
position: sticky;
|
|
7
|
+
top: 0px;
|
|
8
|
+
z-index: 2;
|
|
9
|
+
padding-left: 15px;
|
|
10
|
+
padding-right: 15px;
|
|
11
|
+
justify-content: space-between;
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: row;
|
|
14
|
+
align-items: center;
|
|
15
|
+
}
|
|
16
|
+
header.header_6d1dec9f_ .header_c92fc7d4_ {
|
|
17
|
+
border-radius: 5px;
|
|
18
|
+
padding: 5px;
|
|
19
|
+
padding-left: 8px;
|
|
20
|
+
padding-right: 8px;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
margin-left: 15px;
|
|
23
|
+
}
|
|
24
|
+
header.header_6d1dec9f_ .header_c92fc7d4_:hover {
|
|
25
|
+
border-color: var(--primary-color);
|
|
26
|
+
background-color: var(--primary-color);
|
|
27
|
+
}
|
|
28
|
+
header.header_6d1dec9f_ .header_c92fc7d4_ h6 {
|
|
29
|
+
margin: 0px;
|
|
30
|
+
padding: 0px;
|
|
31
|
+
line-height: initial !important;
|
|
32
|
+
}
|
|
33
|
+
header.header_6d1dec9f_ .header_c92fc7d4_:hover h6 {
|
|
34
|
+
color: white;
|
|
35
|
+
}
|
|
36
|
+
header.header_6d1dec9f_ .header_371fca12_ {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: row;
|
|
39
|
+
align-items: center;
|
|
40
|
+
}
|
|
41
|
+
header.header_6d1dec9f_ .header_371fca12_ .header_84787b29_ {
|
|
42
|
+
width: 210px;
|
|
43
|
+
height: 70px;
|
|
44
|
+
margin-right: 15px;
|
|
45
|
+
}
|
|
46
|
+
header .header_b7378dec_ {
|
|
47
|
+
position: relative;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: row;
|
|
50
|
+
background-color: #f3f3f3;
|
|
51
|
+
width: 100%;
|
|
52
|
+
height: 48px;
|
|
53
|
+
border-radius: 5px;
|
|
54
|
+
max-width: 375px;
|
|
55
|
+
}
|
|
56
|
+
header .header_b7378dec_ .header_6e1636fe_ {
|
|
57
|
+
width: 48px;
|
|
58
|
+
height: 48px;
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: row;
|
|
61
|
+
align-items: center;
|
|
62
|
+
justify-content: center;
|
|
63
|
+
}
|
|
64
|
+
header .header_b7378dec_ input {
|
|
65
|
+
width: 100%;
|
|
66
|
+
height: 100%;
|
|
67
|
+
position: absolute;
|
|
68
|
+
border: 0px;
|
|
69
|
+
background-color: transparent;
|
|
70
|
+
padding-left: 48px;
|
|
71
|
+
}
|
|
72
|
+
.header_064c7666_ {
|
|
73
|
+
text-decoration: none;
|
|
74
|
+
border-radius: 5px;
|
|
75
|
+
width: 100px;
|
|
76
|
+
height: 111px;
|
|
77
|
+
background-color: white;
|
|
78
|
+
display: flex;
|
|
79
|
+
color: inherit;
|
|
80
|
+
flex-direction: column;
|
|
81
|
+
align-items: center;
|
|
82
|
+
justify-content: center;
|
|
83
|
+
}
|
|
84
|
+
.header_064c7666_:hover {
|
|
85
|
+
cursor: pointer;
|
|
86
|
+
background-color: #f4f4f5;
|
|
87
|
+
}
|
|
88
|
+
.header_064c7666_ .header_74042b01_ {
|
|
89
|
+
display: flex;
|
|
90
|
+
flex-direction: row;
|
|
91
|
+
align-items: center;
|
|
92
|
+
justify-content: center;
|
|
93
|
+
background-color: #e76a4f;
|
|
94
|
+
border-radius: 5px;
|
|
95
|
+
width: 40px;
|
|
96
|
+
height: 40px;
|
|
97
|
+
}
|
|
98
|
+
@media all and (max-width: 768px) {
|
|
99
|
+
header .header_84787b29_ {
|
|
100
|
+
display: none;
|
|
101
|
+
}
|
|
102
|
+
header .header_8f3dbd83_ {
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
header .header_c9526fcb_ {
|
|
106
|
+
display: none;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
@media (prefers-color-scheme: dark) {
|
|
110
|
+
header.header_6d1dec9f_ {
|
|
111
|
+
background-color: #1b1b1b;
|
|
112
|
+
}
|
|
113
|
+
header .header_b7378dec_ {
|
|
114
|
+
background-color: #282a2c;
|
|
115
|
+
}
|
|
116
|
+
header .header_b7378dec_ svg {
|
|
117
|
+
fill: rgba(255, 255, 255, 0.7) !important;
|
|
118
|
+
}
|
|
119
|
+
.header_064c7666_ {
|
|
120
|
+
background-color: transparent;
|
|
121
|
+
}
|
|
122
|
+
.header_064c7666_ .header_74042b01_ {
|
|
123
|
+
background-color: #a42f16;
|
|
124
|
+
}
|
|
125
|
+
.header_064c7666_:hover {
|
|
126
|
+
background-color: #1b1b1b;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/* src/components/payments/table-row.payment.module.css */
|
|
131
|
+
.table_row_payment_19108ba7_ {
|
|
132
|
+
--row-border-color: var(--primary-color);
|
|
133
|
+
cursor: pointer;
|
|
134
|
+
&:nth-child(odd) {
|
|
135
|
+
background-color: var(--low-contrarst-20);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
.table_row_payment_19108ba7_.table_row_payment_afa8d4ab_ {
|
|
139
|
+
tr:first-child td {
|
|
140
|
+
background-color: var(--primary-color) !important;
|
|
141
|
+
}
|
|
142
|
+
tr:first-child td > *,
|
|
143
|
+
tr:first-child td {
|
|
144
|
+
color: white !important;
|
|
145
|
+
}
|
|
146
|
+
.table_row_payment_0d3108b5_ {
|
|
147
|
+
background-color: white;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
.table_row_payment_19108ba7_.table_row_payment_afa8d4ab_,
|
|
151
|
+
.table_row_payment_19108ba7_:hover,
|
|
152
|
+
.table_row_payment_19108ba7_.table_row_payment_83882946_ {
|
|
153
|
+
tr td {
|
|
154
|
+
background-color: white;
|
|
155
|
+
}
|
|
156
|
+
tr:first-child td {
|
|
157
|
+
border-top: 1px solid var(--row-border-color);
|
|
158
|
+
border-bottom: none;
|
|
159
|
+
}
|
|
160
|
+
tr:first-child td:first-child {
|
|
161
|
+
border-left: 1px solid var(--row-border-color);
|
|
162
|
+
border-top-left-radius: 12px;
|
|
163
|
+
}
|
|
164
|
+
tr:first-child td:last-child {
|
|
165
|
+
border-right: 1px solid var(--row-border-color);
|
|
166
|
+
border-top-right-radius: 12px;
|
|
167
|
+
}
|
|
168
|
+
tr:last-child td {
|
|
169
|
+
border-bottom: 1px solid var(--row-border-color);
|
|
170
|
+
}
|
|
171
|
+
tr:last-child td:first-child {
|
|
172
|
+
border-left: 1px solid var(--row-border-color);
|
|
173
|
+
border-bottom-left-radius: 12px;
|
|
174
|
+
}
|
|
175
|
+
tr:last-child td:last-child {
|
|
176
|
+
border-right: 1px solid var(--row-border-color);
|
|
177
|
+
border-bottom-right-radius: 12px;
|
|
178
|
+
}
|
|
179
|
+
tr td:first-child {
|
|
180
|
+
border-left: 1px solid var(--row-border-color);
|
|
181
|
+
}
|
|
182
|
+
tr td:last-child {
|
|
183
|
+
border-right: 1px solid var(--row-border-color);
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/* src/components/uploads/document-upload.module.css */
|
|
188
|
+
.document_upload_17048759_ {
|
|
189
|
+
padding: 10px;
|
|
190
|
+
border-radius: 8px;
|
|
191
|
+
border: 1px dashed rgba(0, 0, 0, 0.5);
|
|
192
|
+
margin-top: 15px;
|
|
193
|
+
margin-bottom: 15px;
|
|
194
|
+
display: flex;
|
|
195
|
+
flex-direction: column;
|
|
196
|
+
padding-top: 30px;
|
|
197
|
+
padding-bottom: 30px;
|
|
198
|
+
gap: 10px;
|
|
199
|
+
align-items: center;
|
|
200
|
+
justify-content: center;
|
|
201
|
+
cursor: pointer;
|
|
202
|
+
transition: all 0.3s ease;
|
|
203
|
+
background-color: var(--low-contrarst-20);
|
|
204
|
+
}
|
|
205
|
+
.document_upload_c12a936b_ {
|
|
206
|
+
width: 60px;
|
|
207
|
+
min-width: 60px;
|
|
208
|
+
height: 60px;
|
|
209
|
+
min-height: 60px;
|
|
210
|
+
background-color: var(--low-contrarst-20);
|
|
211
|
+
border-radius: 8px;
|
|
212
|
+
display: flex;
|
|
213
|
+
align-items: center;
|
|
214
|
+
justify-content: center;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* src/components/uploads/document-row.module.css */
|
|
218
|
+
.document_row_05c54872_ {
|
|
219
|
+
padding: 10px;
|
|
220
|
+
margin-top: 10px;
|
|
221
|
+
margin-bottom: 10px;
|
|
222
|
+
border-radius: 8px;
|
|
223
|
+
}
|
|
224
|
+
.document_row_05c54872_:hover {
|
|
225
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
226
|
+
}
|
|
227
|
+
.document_row_05c54872_:last-child {
|
|
228
|
+
border-bottom: none;
|
|
229
|
+
}
|
|
230
|
+
.document_row_1ec1575a_ {
|
|
231
|
+
width: 60px;
|
|
232
|
+
min-width: 60px;
|
|
233
|
+
height: 60px;
|
|
234
|
+
min-height: 60px;
|
|
235
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
236
|
+
border-radius: 8px;
|
|
237
|
+
display: flex;
|
|
238
|
+
align-items: center;
|
|
239
|
+
justify-content: center;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
/* src/components/bulk-action-bar/bulk-action-bar.module.css */
|
|
243
|
+
.bulk_action_bar_7933c4c3_ {
|
|
244
|
+
position: fixed;
|
|
245
|
+
left: 50%;
|
|
246
|
+
bottom: 16px;
|
|
247
|
+
transform: translateX(-50%);
|
|
248
|
+
z-index: 1400;
|
|
249
|
+
width: min(840px, calc(100vw - 20px));
|
|
250
|
+
pointer-events: none;
|
|
251
|
+
}
|
|
252
|
+
.bulk_action_bar_0c237f29_ {
|
|
253
|
+
pointer-events: auto;
|
|
254
|
+
display: flex;
|
|
255
|
+
align-items: center;
|
|
256
|
+
justify-content: space-between;
|
|
257
|
+
gap: 12px;
|
|
258
|
+
padding: 10px 12px;
|
|
259
|
+
border-radius: 999px;
|
|
260
|
+
background: rgba(17, 19, 24, 0.98);
|
|
261
|
+
border: 1px solid rgba(255, 255, 255, 0.08);
|
|
262
|
+
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
|
|
263
|
+
backdrop-filter: blur(10px);
|
|
264
|
+
}
|
|
265
|
+
.bulk_action_bar_69091897_ {
|
|
266
|
+
display: inline-flex;
|
|
267
|
+
align-items: center;
|
|
268
|
+
gap: 8px;
|
|
269
|
+
flex: 0 0 auto;
|
|
270
|
+
color: #ffffff;
|
|
271
|
+
white-space: nowrap;
|
|
272
|
+
font-weight: 600;
|
|
273
|
+
line-height: 1;
|
|
274
|
+
}
|
|
275
|
+
.bulk_action_bar_358e5797_ {
|
|
276
|
+
display: inline-flex;
|
|
277
|
+
align-items: center;
|
|
278
|
+
justify-content: center;
|
|
279
|
+
min-width: 32px;
|
|
280
|
+
height: 32px;
|
|
281
|
+
padding: 0 8px;
|
|
282
|
+
border-radius: 999px;
|
|
283
|
+
background: rgba(255, 255, 255, 0.1);
|
|
284
|
+
font-size: 0.82rem;
|
|
285
|
+
}
|
|
286
|
+
.bulk_action_bar_13383eaa_ {
|
|
287
|
+
font-size: 0.9rem;
|
|
288
|
+
letter-spacing: 0.01em;
|
|
289
|
+
}
|
|
290
|
+
.bulk_action_bar_c11a45aa_ {
|
|
291
|
+
display: inline-flex;
|
|
292
|
+
align-items: center;
|
|
293
|
+
justify-content: flex-end;
|
|
294
|
+
gap: 8px;
|
|
295
|
+
flex: 1 1 auto;
|
|
296
|
+
flex-wrap: wrap;
|
|
297
|
+
}
|
|
298
|
+
.bulk_action_bar_feeb63aa_ {
|
|
299
|
+
display: inline-flex;
|
|
300
|
+
align-items: center;
|
|
301
|
+
justify-content: center;
|
|
302
|
+
gap: 6px;
|
|
303
|
+
min-height: 34px;
|
|
304
|
+
padding: 0 10px;
|
|
305
|
+
border: 0;
|
|
306
|
+
border-radius: 999px;
|
|
307
|
+
background: rgba(255, 255, 255, 0.08);
|
|
308
|
+
color: #ffffff;
|
|
309
|
+
font: inherit;
|
|
310
|
+
font-weight: 600;
|
|
311
|
+
cursor: pointer;
|
|
312
|
+
transition:
|
|
313
|
+
transform 0.15s ease,
|
|
314
|
+
background-color 0.15s ease,
|
|
315
|
+
opacity 0.15s ease;
|
|
316
|
+
}
|
|
317
|
+
.bulk_action_bar_feeb63aa_:hover {
|
|
318
|
+
transform: translateY(-1px);
|
|
319
|
+
background: rgba(255, 255, 255, 0.14);
|
|
320
|
+
}
|
|
321
|
+
.bulk_action_bar_feeb63aa_:focus-visible {
|
|
322
|
+
outline: 2px solid rgba(255, 255, 255, 0.9);
|
|
323
|
+
outline-offset: 2px;
|
|
324
|
+
}
|
|
325
|
+
.bulk_action_bar_988e3f72_ {
|
|
326
|
+
font-size: 0.8rem;
|
|
327
|
+
letter-spacing: 0.01em;
|
|
328
|
+
}
|
|
329
|
+
.bulk_action_bar_f2247dcc_ {
|
|
330
|
+
color: #ffffff;
|
|
331
|
+
}
|
|
332
|
+
.bulk_action_bar_cbaa0d8f_ {
|
|
333
|
+
background: rgba(100, 191, 75, 0.16);
|
|
334
|
+
color: #baf3a7;
|
|
335
|
+
}
|
|
336
|
+
.bulk_action_bar_03a3f705_ {
|
|
337
|
+
background: rgba(234, 173, 28, 0.16);
|
|
338
|
+
color: #ffe08c;
|
|
339
|
+
}
|
|
340
|
+
.bulk_action_bar_6bff89f9_ {
|
|
341
|
+
background: rgba(199, 47, 55, 0.18);
|
|
342
|
+
color: #ffb4b8;
|
|
343
|
+
}
|
|
344
|
+
.bulk_action_bar_27cdb073_ {
|
|
345
|
+
width: 34px;
|
|
346
|
+
padding: 0;
|
|
347
|
+
flex: 0 0 auto;
|
|
348
|
+
}
|
|
349
|
+
.bulk_action_bar_ab6972a3_ {
|
|
350
|
+
display: inline-flex;
|
|
351
|
+
align-items: center;
|
|
352
|
+
justify-content: center;
|
|
353
|
+
font-size: 1.35rem;
|
|
354
|
+
line-height: 1;
|
|
355
|
+
transform: translateY(-1px);
|
|
356
|
+
}
|
|
357
|
+
@media (max-width: 720px) {
|
|
358
|
+
.bulk_action_bar_7933c4c3_ {
|
|
359
|
+
bottom: 12px;
|
|
360
|
+
width: min(100vw - 14px, 840px);
|
|
361
|
+
}
|
|
362
|
+
.bulk_action_bar_0c237f29_ {
|
|
363
|
+
border-radius: 22px;
|
|
364
|
+
gap: 10px;
|
|
365
|
+
padding: 9px 10px;
|
|
366
|
+
}
|
|
367
|
+
.bulk_action_bar_69091897_ {
|
|
368
|
+
justify-content: center;
|
|
369
|
+
}
|
|
370
|
+
.bulk_action_bar_c11a45aa_ {
|
|
371
|
+
justify-content: center;
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
/* src/components/purchase/table-row.purchase.module.css */
|
|
376
|
+
.table_row_purchase_6de62b28_ {
|
|
377
|
+
--row-border-color: var(--primary-color);
|
|
378
|
+
cursor: pointer;
|
|
379
|
+
&:nth-child(odd) {
|
|
380
|
+
background-color: var(--low-contrarst-20);
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
.table_row_purchase_6de62b28_:hover,
|
|
384
|
+
.table_row_purchase_6de62b28_.table_row_purchase_87413344_ {
|
|
385
|
+
tr td {
|
|
386
|
+
background-color: white;
|
|
387
|
+
}
|
|
388
|
+
tr:first-child td {
|
|
389
|
+
border-top: 1px solid var(--row-border-color);
|
|
390
|
+
border-bottom: none;
|
|
391
|
+
}
|
|
392
|
+
tr:first-child td:first-child {
|
|
393
|
+
border-left: 1px solid var(--row-border-color);
|
|
394
|
+
border-top-left-radius: 12px;
|
|
395
|
+
}
|
|
396
|
+
tr:first-child td:last-child {
|
|
397
|
+
border-right: 1px solid var(--row-border-color);
|
|
398
|
+
border-top-right-radius: 12px;
|
|
399
|
+
}
|
|
400
|
+
tr:last-child td {
|
|
401
|
+
border-bottom: 1px solid var(--row-border-color);
|
|
402
|
+
}
|
|
403
|
+
tr:last-child td:first-child {
|
|
404
|
+
border-left: 1px solid var(--row-border-color);
|
|
405
|
+
border-bottom-left-radius: 12px;
|
|
406
|
+
}
|
|
407
|
+
tr:last-child td:last-child {
|
|
408
|
+
border-right: 1px solid var(--row-border-color);
|
|
409
|
+
border-bottom-right-radius: 12px;
|
|
410
|
+
}
|
|
411
|
+
tr td:first-child {
|
|
412
|
+
border-left: 1px solid var(--row-border-color);
|
|
413
|
+
}
|
|
414
|
+
tr td:last-child {
|
|
415
|
+
border-right: 1px solid var(--row-border-color);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
/* src/components/single-order/item.module.css */
|
|
420
|
+
.item_83a7595a_ {
|
|
421
|
+
--row-border-color: var(--primary-color);
|
|
422
|
+
cursor: pointer;
|
|
423
|
+
&:nth-child(odd) {
|
|
424
|
+
background-color: var(--low-contrarst-20);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
.item_83a7595a_.item_f68cea6c_ {
|
|
428
|
+
tr:first-child td {
|
|
429
|
+
background-color: var(--primary-color) !important;
|
|
430
|
+
}
|
|
431
|
+
tr:first-child td > *,
|
|
432
|
+
tr:first-child td {
|
|
433
|
+
color: white !important;
|
|
434
|
+
}
|
|
435
|
+
.item_0c6311bc_ {
|
|
436
|
+
background-color: white;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
.item_83a7595a_.item_f68cea6c_,
|
|
440
|
+
.item_83a7595a_:hover,
|
|
441
|
+
.item_83a7595a_.item_976edb12_ {
|
|
442
|
+
tr td {
|
|
443
|
+
background-color: white;
|
|
444
|
+
}
|
|
445
|
+
tr:first-child td {
|
|
446
|
+
border-top: 1px solid var(--row-border-color);
|
|
447
|
+
border-bottom: none;
|
|
448
|
+
}
|
|
449
|
+
tr:first-child td:first-child {
|
|
450
|
+
border-left: 1px solid var(--row-border-color);
|
|
451
|
+
border-top-left-radius: 12px;
|
|
452
|
+
}
|
|
453
|
+
tr:first-child td:last-child {
|
|
454
|
+
border-right: 1px solid var(--row-border-color);
|
|
455
|
+
border-top-right-radius: 12px;
|
|
456
|
+
}
|
|
457
|
+
tr:last-child td {
|
|
458
|
+
border-bottom: 1px solid var(--row-border-color);
|
|
459
|
+
}
|
|
460
|
+
tr:last-child td:first-child {
|
|
461
|
+
border-left: 1px solid var(--row-border-color);
|
|
462
|
+
border-bottom-left-radius: 12px;
|
|
463
|
+
}
|
|
464
|
+
tr:last-child td:last-child {
|
|
465
|
+
border-right: 1px solid var(--row-border-color);
|
|
466
|
+
border-bottom-right-radius: 12px;
|
|
467
|
+
}
|
|
468
|
+
tr td:first-child {
|
|
469
|
+
border-left: 1px solid var(--row-border-color);
|
|
470
|
+
}
|
|
471
|
+
tr td:last-child {
|
|
472
|
+
border-right: 1px solid var(--row-border-color);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
/*# sourceMappingURL=index.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/header/header.module.css","../src/components/payments/table-row.payment.module.css","../src/components/uploads/document-upload.module.css","../src/components/uploads/document-row.module.css","../src/components/bulk-action-bar/bulk-action-bar.module.css","../src/components/purchase/table-row.purchase.module.css","../src/components/single-order/item.module.css"],"sourcesContent":["header.main {\n\twidth: 100%;\n\theight: 80px;\n\tbackground-color: #f8fafd;\n\tposition: sticky;\n\ttop: 0px;\n\tz-index: 2;\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n\tjustify-content: space-between;\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n}\n\nheader.main .buttonAccount {\n\tborder-radius: 5px;\n\tpadding: 5px;\n\tpadding-left: 8px;\n\tpadding-right: 8px;\n\tcursor: pointer;\n\tmargin-left: 15px;\n}\nheader.main .buttonAccount:hover {\n\tborder-color: var(--primary-color);\n\tbackground-color: var(--primary-color);\n}\nheader.main .buttonAccount h6 {\n\tmargin: 0px;\n\tpadding: 0px;\n\tline-height: initial !important;\n}\nheader.main .buttonAccount:hover h6 {\n\tcolor: white;\n}\n\nheader.main .nav {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n}\n\nheader.main .nav .logo {\n\twidth: 210px;\n\theight: 70px;\n\tmargin-right: 15px;\n}\n\nheader .search {\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: row;\n\tbackground-color: #f3f3f3;\n\twidth: 100%;\n\theight: 48px;\n\tborder-radius: 5px;\n\tmax-width: 375px;\n}\nheader .search .icon {\n\twidth: 48px;\n\theight: 48px;\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n\tjustify-content: center;\n}\nheader .search input {\n\twidth: 100%;\n\theight: 100%;\n\tposition: absolute;\n\tborder: 0px;\n\tbackground-color: transparent;\n\tpadding-left: 48px;\n}\n\n.app_item {\n\ttext-decoration: none;\n\tborder-radius: 5px;\n\twidth: 100px;\n\theight: 111px;\n\tbackground-color: white;\n\tdisplay: flex;\n\tcolor: inherit;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.app_item:hover {\n\tcursor: pointer;\n\tbackground-color: #f4f4f5;\n}\n\n.app_item .app_icon {\n\tdisplay: flex;\n\tflex-direction: row;\n\talign-items: center;\n\tjustify-content: center;\n\tbackground-color: #e76a4f;\n\tborder-radius: 5px;\n\twidth: 40px;\n\theight: 40px;\n}\n\n@media all and (max-width: 768px) {\n\theader .logo {\n\t\tdisplay: none;\n\t}\n\theader .sections {\n\t\tdisplay: none;\n\t}\n\theader .buttonAccountName {\n\t\tdisplay: none;\n\t}\n}\n\n@media (prefers-color-scheme: dark) {\n\theader.main {\n\t\tbackground-color: #1b1b1b;\n\t}\n\n\theader .search {\n\t\tbackground-color: #282a2c;\n\t}\n\theader .search svg {\n\t\tfill: rgba(255, 255, 255, 0.7) !important ;\n\t}\n\t.app_item {\n\t\tbackground-color: transparent;\n\t}\n\n\t.app_item .app_icon {\n\t\tbackground-color: #a42f16;\n\t}\n\n\t.app_item:hover {\n\t\tbackground-color: #1b1b1b;\n\t}\n}\n",".item {\n --row-border-color: var(--primary-color);\n cursor: pointer;\n &:nth-child(odd) {\n background-color: var(--low-contrarst-20);\n }\n}\n\n \n\n.item.expanded{\n tr:first-child td {\n background-color:var(--primary-color) !important;\n }\n tr:first-child td > *, tr:first-child td {\n color: white !important;\n }\n .toggleButton{\n background-color: white;\n }\n}\n\n.item.expanded,.item:hover, .item.selected {\n tr td {\n background-color: white;\n }\n tr:first-child td {\n border-top: 1px solid var(--row-border-color);\n border-bottom: none;\n }\n \n /* Primer row: esquinas superiores */\n tr:first-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-top-left-radius: 12px;\n }\n\n tr:first-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-top-right-radius: 12px;\n }\n\n /* Último row: esquinas inferiores */\n tr:last-child td {\n border-bottom: 1px solid var(--row-border-color);\n }\n\n tr:last-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-bottom-left-radius: 12px;\n }\n\n tr:last-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-bottom-right-radius: 12px;\n }\n\n /* Para que las esquinas se vean bien */\n tr td:first-child {\n border-left: 1px solid var(--row-border-color);\n }\n\n tr td:last-child {\n border-right: 1px solid var(--row-border-color);\n }\n}\n \n ",".documentUpload {\n padding: 10px;\n border-radius: 8px;\n border: 1px dashed rgba(0, 0, 0, 0.5);\n margin-top: 15px;\n margin-bottom: 15px;\n display: flex;\n flex-direction: column;\n padding-top: 30px;\n padding-bottom: 30px;\n gap: 10px;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n transition: all 0.3s ease;\n background-color: var(--low-contrarst-20);\n}\n\n.icon {\n width: 60px;\n min-width: 60px;\n height: 60px;\n min-height: 60px;\n background-color: var(--low-contrarst-20);\n border-radius: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n}",".documentRow{\n padding: 10px;\n margin-top: 10px;\n margin-bottom: 10px;\n border-radius: 8px;\n}\n\n.documentRow:hover {\n background-color: rgba(0, 0, 0, 0.05);\n}\n.documentRow:last-child {\n border-bottom: none;\n}\n\n\n.icon {\n width: 60px;\n min-width: 60px;\n height: 60px;\n min-height: 60px;\n background-color: rgba(0, 0, 0, 0.05);\n border-radius: 8px;\n display: flex;\n align-items: center;\n justify-content: center;\n}",".container {\n position: fixed;\n left: 50%;\n bottom: 16px;\n transform: translateX(-50%);\n z-index: 1400;\n width: min(840px, calc(100vw - 20px));\n pointer-events: none;\n}\n\n.surface {\n pointer-events: auto;\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 12px;\n padding: 10px 12px;\n border-radius: 999px;\n background: rgba(17, 19, 24, 0.98);\n border: 1px solid rgba(255, 255, 255, 0.08);\n box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);\n backdrop-filter: blur(10px);\n}\n\n.summary {\n display: inline-flex;\n align-items: center;\n gap: 8px;\n flex: 0 0 auto;\n color: #ffffff;\n white-space: nowrap;\n font-weight: 600;\n line-height: 1;\n}\n\n.count {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n min-width: 32px;\n height: 32px;\n padding: 0 8px;\n border-radius: 999px;\n background: rgba(255, 255, 255, 0.1);\n font-size: 0.82rem;\n}\n\n.label {\n font-size: 0.9rem;\n letter-spacing: 0.01em;\n}\n\n.actions {\n display: inline-flex;\n align-items: center;\n justify-content: flex-end;\n gap: 8px;\n flex: 1 1 auto;\n flex-wrap: wrap;\n}\n\n.actionButton {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n gap: 6px;\n min-height: 34px;\n padding: 0 10px;\n border: 0;\n border-radius: 999px;\n background: rgba(255, 255, 255, 0.08);\n color: #ffffff;\n font: inherit;\n font-weight: 600;\n cursor: pointer;\n transition: transform 0.15s ease, background-color 0.15s ease, opacity 0.15s ease;\n}\n\n.actionButton:hover {\n transform: translateY(-1px);\n background: rgba(255, 255, 255, 0.14);\n}\n\n.actionButton:focus-visible {\n outline: 2px solid rgba(255, 255, 255, 0.9);\n outline-offset: 2px;\n}\n\n.actionLabel {\n font-size: 0.8rem;\n letter-spacing: 0.01em;\n}\n\n.defaultTone {\n color: #ffffff;\n}\n\n.successTone {\n background: rgba(100, 191, 75, 0.16);\n color: #baf3a7;\n}\n\n.warningTone {\n background: rgba(234, 173, 28, 0.16);\n color: #ffe08c;\n}\n\n.dangerTone {\n background: rgba(199, 47, 55, 0.18);\n color: #ffb4b8;\n}\n\n.cancelButton {\n width: 34px;\n padding: 0;\n flex: 0 0 auto;\n}\n\n.cancelGlyph {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n font-size: 1.35rem;\n line-height: 1;\n transform: translateY(-1px);\n}\n\n@media (max-width: 720px) {\n .container {\n bottom: 12px;\n width: min(100vw - 14px, 840px);\n }\n\n .surface {\n border-radius: 22px;\n gap: 10px;\n padding: 9px 10px;\n }\n\n .summary {\n justify-content: center;\n }\n\n .actions {\n justify-content: center;\n }\n}\n",".item {\n --row-border-color: var(--primary-color);\n cursor: pointer;\n\n &:nth-child(odd) {\n background-color: var(--low-contrarst-20);\n }\n}\n\n.item:hover,\n.item.selected {\n tr td {\n background-color: white;\n }\n\n tr:first-child td {\n border-top: 1px solid var(--row-border-color);\n border-bottom: none;\n }\n\n tr:first-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-top-left-radius: 12px;\n }\n\n tr:first-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-top-right-radius: 12px;\n }\n\n tr:last-child td {\n border-bottom: 1px solid var(--row-border-color);\n }\n\n tr:last-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-bottom-left-radius: 12px;\n }\n\n tr:last-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-bottom-right-radius: 12px;\n }\n\n tr td:first-child {\n border-left: 1px solid var(--row-border-color);\n }\n\n tr td:last-child {\n border-right: 1px solid var(--row-border-color);\n }\n}\n",".item {\n --row-border-color: var(--primary-color);\n cursor: pointer;\n &:nth-child(odd) {\n background-color: var(--low-contrarst-20);\n }\n}\n\n \n\n.item.expanded{\n tr:first-child td {\n background-color:var(--primary-color) !important;\n }\n tr:first-child td > *, tr:first-child td {\n color: white !important;\n }\n .toggleButton{\n background-color: white;\n }\n}\n\n.item.expanded,.item:hover, .item.selected {\n tr td {\n background-color: white;\n }\n tr:first-child td {\n border-top: 1px solid var(--row-border-color);\n border-bottom: none;\n }\n \n /* Primer row: esquinas superiores */\n tr:first-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-top-left-radius: 12px;\n }\n\n tr:first-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-top-right-radius: 12px;\n }\n\n /* Último row: esquinas inferiores */\n tr:last-child td {\n border-bottom: 1px solid var(--row-border-color);\n }\n\n tr:last-child td:first-child {\n border-left: 1px solid var(--row-border-color);\n border-bottom-left-radius: 12px;\n }\n\n tr:last-child td:last-child {\n border-right: 1px solid var(--row-border-color);\n border-bottom-right-radius: 12px;\n }\n\n /* Para que las esquinas se vean bien */\n tr td:first-child {\n border-left: 1px solid var(--row-border-color);\n }\n\n tr td:last-child {\n border-right: 1px solid var(--row-border-color);\n }\n}\n \n "],"mappings":"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","names":["main","buttonAccount","nav","logo","search","icon","app_item","app_icon","sections","buttonAccountName","item","expanded","toggleButton","selected","documentUpload","icon","documentRow","icon","container","surface","summary","count","label","actions","actionButton","actionLabel","defaultTone","successTone","warningTone","dangerTone","cancelButton","cancelGlyph","item","selected","item","expanded","toggleButton","selected"]}
|