@norskvideo/norsk-studio-built-ins 1.27.0-2025-04-09-a7944f8c → 1.27.0-2025-04-10-614c23ec
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/client/info.js +23850 -6
- package/client/style.css +577 -125
- package/lib/shared/srt-form-views.js +1 -1
- package/lib/shared/srt-form-views.js.map +1 -1
- package/package.json +3 -3
package/client/style.css
CHANGED
@@ -1,4 +1,454 @@
|
|
1
|
-
|
1
|
+
/*
|
2
|
+
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
|
3
|
+
*/
|
4
|
+
|
5
|
+
/*
|
6
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
7
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
8
|
+
*/
|
9
|
+
|
10
|
+
*,
|
11
|
+
::before,
|
12
|
+
::after {
|
13
|
+
box-sizing: border-box;
|
14
|
+
/* 1 */
|
15
|
+
border-width: 0;
|
16
|
+
/* 2 */
|
17
|
+
border-style: solid;
|
18
|
+
/* 2 */
|
19
|
+
border-color: #e5e7eb;
|
20
|
+
/* 2 */
|
21
|
+
}
|
22
|
+
|
23
|
+
::before,
|
24
|
+
::after {
|
25
|
+
--tw-content: '';
|
26
|
+
}
|
27
|
+
|
28
|
+
/*
|
29
|
+
1. Use a consistent sensible line-height in all browsers.
|
30
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
31
|
+
3. Use a more readable tab size.
|
32
|
+
4. Use the user's configured `sans` font-family by default.
|
33
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
34
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
35
|
+
7. Disable tap highlights on iOS
|
36
|
+
*/
|
37
|
+
|
38
|
+
html,
|
39
|
+
:host {
|
40
|
+
line-height: 1.5;
|
41
|
+
/* 1 */
|
42
|
+
-webkit-text-size-adjust: 100%;
|
43
|
+
/* 2 */
|
44
|
+
-moz-tab-size: 4;
|
45
|
+
/* 3 */
|
46
|
+
-o-tab-size: 4;
|
47
|
+
tab-size: 4;
|
48
|
+
/* 3 */
|
49
|
+
font-family: Inter, ui-sans-serif, system-ui, -apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
50
|
+
/* 4 */
|
51
|
+
font-feature-settings: normal;
|
52
|
+
/* 5 */
|
53
|
+
font-variation-settings: normal;
|
54
|
+
/* 6 */
|
55
|
+
-webkit-tap-highlight-color: transparent;
|
56
|
+
/* 7 */
|
57
|
+
}
|
58
|
+
|
59
|
+
/*
|
60
|
+
1. Remove the margin in all browsers.
|
61
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
62
|
+
*/
|
63
|
+
|
64
|
+
body {
|
65
|
+
margin: 0;
|
66
|
+
/* 1 */
|
67
|
+
line-height: inherit;
|
68
|
+
/* 2 */
|
69
|
+
}
|
70
|
+
|
71
|
+
/*
|
72
|
+
1. Add the correct height in Firefox.
|
73
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
74
|
+
3. Ensure horizontal rules are visible by default.
|
75
|
+
*/
|
76
|
+
|
77
|
+
hr {
|
78
|
+
height: 0;
|
79
|
+
/* 1 */
|
80
|
+
color: inherit;
|
81
|
+
/* 2 */
|
82
|
+
border-top-width: 1px;
|
83
|
+
/* 3 */
|
84
|
+
}
|
85
|
+
|
86
|
+
/*
|
87
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
88
|
+
*/
|
89
|
+
|
90
|
+
abbr:where([title]) {
|
91
|
+
-webkit-text-decoration: underline dotted;
|
92
|
+
text-decoration: underline dotted;
|
93
|
+
}
|
94
|
+
|
95
|
+
/*
|
96
|
+
Remove the default font size and weight for headings.
|
97
|
+
*/
|
98
|
+
|
99
|
+
h1,
|
100
|
+
h2,
|
101
|
+
h3,
|
102
|
+
h4,
|
103
|
+
h5,
|
104
|
+
h6 {
|
105
|
+
font-size: inherit;
|
106
|
+
font-weight: inherit;
|
107
|
+
}
|
108
|
+
|
109
|
+
/*
|
110
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
111
|
+
*/
|
112
|
+
|
113
|
+
a {
|
114
|
+
color: inherit;
|
115
|
+
text-decoration: inherit;
|
116
|
+
}
|
117
|
+
|
118
|
+
/*
|
119
|
+
Add the correct font weight in Edge and Safari.
|
120
|
+
*/
|
121
|
+
|
122
|
+
b,
|
123
|
+
strong {
|
124
|
+
font-weight: bolder;
|
125
|
+
}
|
126
|
+
|
127
|
+
/*
|
128
|
+
1. Use the user's configured `mono` font-family by default.
|
129
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
130
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
131
|
+
4. Correct the odd `em` font sizing in all browsers.
|
132
|
+
*/
|
133
|
+
|
134
|
+
code,
|
135
|
+
kbd,
|
136
|
+
samp,
|
137
|
+
pre {
|
138
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
139
|
+
/* 1 */
|
140
|
+
font-feature-settings: normal;
|
141
|
+
/* 2 */
|
142
|
+
font-variation-settings: normal;
|
143
|
+
/* 3 */
|
144
|
+
font-size: 1em;
|
145
|
+
/* 4 */
|
146
|
+
}
|
147
|
+
|
148
|
+
/*
|
149
|
+
Add the correct font size in all browsers.
|
150
|
+
*/
|
151
|
+
|
152
|
+
small {
|
153
|
+
font-size: 80%;
|
154
|
+
}
|
155
|
+
|
156
|
+
/*
|
157
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
158
|
+
*/
|
159
|
+
|
160
|
+
sub,
|
161
|
+
sup {
|
162
|
+
font-size: 75%;
|
163
|
+
line-height: 0;
|
164
|
+
position: relative;
|
165
|
+
vertical-align: baseline;
|
166
|
+
}
|
167
|
+
|
168
|
+
sub {
|
169
|
+
bottom: -0.25em;
|
170
|
+
}
|
171
|
+
|
172
|
+
sup {
|
173
|
+
top: -0.5em;
|
174
|
+
}
|
175
|
+
|
176
|
+
/*
|
177
|
+
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
178
|
+
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
179
|
+
3. Remove gaps between table borders by default.
|
180
|
+
*/
|
181
|
+
|
182
|
+
table {
|
183
|
+
text-indent: 0;
|
184
|
+
/* 1 */
|
185
|
+
border-color: inherit;
|
186
|
+
/* 2 */
|
187
|
+
border-collapse: collapse;
|
188
|
+
/* 3 */
|
189
|
+
}
|
190
|
+
|
191
|
+
/*
|
192
|
+
1. Change the font styles in all browsers.
|
193
|
+
2. Remove the margin in Firefox and Safari.
|
194
|
+
3. Remove default padding in all browsers.
|
195
|
+
*/
|
196
|
+
|
197
|
+
button,
|
198
|
+
input,
|
199
|
+
optgroup,
|
200
|
+
select,
|
201
|
+
textarea {
|
202
|
+
font-family: inherit;
|
203
|
+
/* 1 */
|
204
|
+
font-feature-settings: inherit;
|
205
|
+
/* 1 */
|
206
|
+
font-variation-settings: inherit;
|
207
|
+
/* 1 */
|
208
|
+
font-size: 100%;
|
209
|
+
/* 1 */
|
210
|
+
font-weight: inherit;
|
211
|
+
/* 1 */
|
212
|
+
line-height: inherit;
|
213
|
+
/* 1 */
|
214
|
+
letter-spacing: inherit;
|
215
|
+
/* 1 */
|
216
|
+
color: inherit;
|
217
|
+
/* 1 */
|
218
|
+
margin: 0;
|
219
|
+
/* 2 */
|
220
|
+
padding: 0;
|
221
|
+
/* 3 */
|
222
|
+
}
|
223
|
+
|
224
|
+
/*
|
225
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
226
|
+
*/
|
227
|
+
|
228
|
+
button,
|
229
|
+
select {
|
230
|
+
text-transform: none;
|
231
|
+
}
|
232
|
+
|
233
|
+
/*
|
234
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
235
|
+
2. Remove default button styles.
|
236
|
+
*/
|
237
|
+
|
238
|
+
button,
|
239
|
+
input:where([type='button']),
|
240
|
+
input:where([type='reset']),
|
241
|
+
input:where([type='submit']) {
|
242
|
+
-webkit-appearance: button;
|
243
|
+
/* 1 */
|
244
|
+
background-color: transparent;
|
245
|
+
/* 2 */
|
246
|
+
background-image: none;
|
247
|
+
/* 2 */
|
248
|
+
}
|
249
|
+
|
250
|
+
/*
|
251
|
+
Use the modern Firefox focus style for all focusable elements.
|
252
|
+
*/
|
253
|
+
|
254
|
+
:-moz-focusring {
|
255
|
+
outline: auto;
|
256
|
+
}
|
257
|
+
|
258
|
+
/*
|
259
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
260
|
+
*/
|
261
|
+
|
262
|
+
:-moz-ui-invalid {
|
263
|
+
box-shadow: none;
|
264
|
+
}
|
265
|
+
|
266
|
+
/*
|
267
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
268
|
+
*/
|
269
|
+
|
270
|
+
progress {
|
271
|
+
vertical-align: baseline;
|
272
|
+
}
|
273
|
+
|
274
|
+
/*
|
275
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
276
|
+
*/
|
277
|
+
|
278
|
+
::-webkit-inner-spin-button,
|
279
|
+
::-webkit-outer-spin-button {
|
280
|
+
height: auto;
|
281
|
+
}
|
282
|
+
|
283
|
+
/*
|
284
|
+
1. Correct the odd appearance in Chrome and Safari.
|
285
|
+
2. Correct the outline style in Safari.
|
286
|
+
*/
|
287
|
+
|
288
|
+
[type='search'] {
|
289
|
+
-webkit-appearance: textfield;
|
290
|
+
/* 1 */
|
291
|
+
outline-offset: -2px;
|
292
|
+
/* 2 */
|
293
|
+
}
|
294
|
+
|
295
|
+
/*
|
296
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
297
|
+
*/
|
298
|
+
|
299
|
+
::-webkit-search-decoration {
|
300
|
+
-webkit-appearance: none;
|
301
|
+
}
|
302
|
+
|
303
|
+
/*
|
304
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
305
|
+
2. Change font properties to `inherit` in Safari.
|
306
|
+
*/
|
307
|
+
|
308
|
+
::-webkit-file-upload-button {
|
309
|
+
-webkit-appearance: button;
|
310
|
+
/* 1 */
|
311
|
+
font: inherit;
|
312
|
+
/* 2 */
|
313
|
+
}
|
314
|
+
|
315
|
+
/*
|
316
|
+
Add the correct display in Chrome and Safari.
|
317
|
+
*/
|
318
|
+
|
319
|
+
summary {
|
320
|
+
display: list-item;
|
321
|
+
}
|
322
|
+
|
323
|
+
/*
|
324
|
+
Removes the default spacing and border for appropriate elements.
|
325
|
+
*/
|
326
|
+
|
327
|
+
blockquote,
|
328
|
+
dl,
|
329
|
+
dd,
|
330
|
+
h1,
|
331
|
+
h2,
|
332
|
+
h3,
|
333
|
+
h4,
|
334
|
+
h5,
|
335
|
+
h6,
|
336
|
+
hr,
|
337
|
+
figure,
|
338
|
+
p,
|
339
|
+
pre {
|
340
|
+
margin: 0;
|
341
|
+
}
|
342
|
+
|
343
|
+
fieldset {
|
344
|
+
margin: 0;
|
345
|
+
padding: 0;
|
346
|
+
}
|
347
|
+
|
348
|
+
legend {
|
349
|
+
padding: 0;
|
350
|
+
}
|
351
|
+
|
352
|
+
ol,
|
353
|
+
ul,
|
354
|
+
menu {
|
355
|
+
list-style: none;
|
356
|
+
margin: 0;
|
357
|
+
padding: 0;
|
358
|
+
}
|
359
|
+
|
360
|
+
/*
|
361
|
+
Reset default styling for dialogs.
|
362
|
+
*/
|
363
|
+
|
364
|
+
dialog {
|
365
|
+
padding: 0;
|
366
|
+
}
|
367
|
+
|
368
|
+
/*
|
369
|
+
Prevent resizing textareas horizontally by default.
|
370
|
+
*/
|
371
|
+
|
372
|
+
textarea {
|
373
|
+
resize: vertical;
|
374
|
+
}
|
375
|
+
|
376
|
+
/*
|
377
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
378
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
379
|
+
*/
|
380
|
+
|
381
|
+
input::-moz-placeholder, textarea::-moz-placeholder {
|
382
|
+
opacity: 1;
|
383
|
+
/* 1 */
|
384
|
+
color: #9ca3af;
|
385
|
+
/* 2 */
|
386
|
+
}
|
387
|
+
|
388
|
+
input::placeholder,
|
389
|
+
textarea::placeholder {
|
390
|
+
opacity: 1;
|
391
|
+
/* 1 */
|
392
|
+
color: #9ca3af;
|
393
|
+
/* 2 */
|
394
|
+
}
|
395
|
+
|
396
|
+
/*
|
397
|
+
Set the default cursor for buttons.
|
398
|
+
*/
|
399
|
+
|
400
|
+
button,
|
401
|
+
[role="button"] {
|
402
|
+
cursor: pointer;
|
403
|
+
}
|
404
|
+
|
405
|
+
/*
|
406
|
+
Make sure disabled buttons don't get the pointer cursor.
|
407
|
+
*/
|
408
|
+
|
409
|
+
:disabled {
|
410
|
+
cursor: default;
|
411
|
+
}
|
412
|
+
|
413
|
+
/*
|
414
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
415
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
416
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
417
|
+
*/
|
418
|
+
|
419
|
+
img,
|
420
|
+
svg,
|
421
|
+
video,
|
422
|
+
canvas,
|
423
|
+
audio,
|
424
|
+
iframe,
|
425
|
+
embed,
|
426
|
+
object {
|
427
|
+
display: block;
|
428
|
+
/* 1 */
|
429
|
+
vertical-align: middle;
|
430
|
+
/* 2 */
|
431
|
+
}
|
432
|
+
|
433
|
+
/*
|
434
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
435
|
+
*/
|
436
|
+
|
437
|
+
img,
|
438
|
+
video {
|
439
|
+
max-width: 100%;
|
440
|
+
height: auto;
|
441
|
+
}
|
442
|
+
|
443
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
444
|
+
|
445
|
+
[hidden] {
|
446
|
+
display: none;
|
447
|
+
}
|
448
|
+
|
449
|
+
*, ::before, ::after {
|
450
|
+
--tw-border-spacing-x: 0;
|
451
|
+
--tw-border-spacing-y: 0;
|
2
452
|
--tw-translate-x: 0;
|
3
453
|
--tw-translate-y: 0;
|
4
454
|
--tw-rotate: 0;
|
@@ -6,9 +456,53 @@
|
|
6
456
|
--tw-skew-y: 0;
|
7
457
|
--tw-scale-x: 1;
|
8
458
|
--tw-scale-y: 1;
|
9
|
-
|
10
|
-
|
11
|
-
|
459
|
+
--tw-pan-x: ;
|
460
|
+
--tw-pan-y: ;
|
461
|
+
--tw-pinch-zoom: ;
|
462
|
+
--tw-scroll-snap-strictness: proximity;
|
463
|
+
--tw-gradient-from-position: ;
|
464
|
+
--tw-gradient-via-position: ;
|
465
|
+
--tw-gradient-to-position: ;
|
466
|
+
--tw-ordinal: ;
|
467
|
+
--tw-slashed-zero: ;
|
468
|
+
--tw-numeric-figure: ;
|
469
|
+
--tw-numeric-spacing: ;
|
470
|
+
--tw-numeric-fraction: ;
|
471
|
+
--tw-ring-inset: ;
|
472
|
+
--tw-ring-offset-width: 0px;
|
473
|
+
--tw-ring-offset-color: #fff;
|
474
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
475
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
476
|
+
--tw-ring-shadow: 0 0 #0000;
|
477
|
+
--tw-shadow: 0 0 #0000;
|
478
|
+
--tw-shadow-colored: 0 0 #0000;
|
479
|
+
--tw-blur: ;
|
480
|
+
--tw-brightness: ;
|
481
|
+
--tw-contrast: ;
|
482
|
+
--tw-grayscale: ;
|
483
|
+
--tw-hue-rotate: ;
|
484
|
+
--tw-invert: ;
|
485
|
+
--tw-saturate: ;
|
486
|
+
--tw-sepia: ;
|
487
|
+
--tw-drop-shadow: ;
|
488
|
+
--tw-backdrop-blur: ;
|
489
|
+
--tw-backdrop-brightness: ;
|
490
|
+
--tw-backdrop-contrast: ;
|
491
|
+
--tw-backdrop-grayscale: ;
|
492
|
+
--tw-backdrop-hue-rotate: ;
|
493
|
+
--tw-backdrop-invert: ;
|
494
|
+
--tw-backdrop-opacity: ;
|
495
|
+
--tw-backdrop-saturate: ;
|
496
|
+
--tw-backdrop-sepia: ;
|
497
|
+
--tw-contain-size: ;
|
498
|
+
--tw-contain-layout: ;
|
499
|
+
--tw-contain-paint: ;
|
500
|
+
--tw-contain-style: ;
|
501
|
+
}
|
502
|
+
|
503
|
+
::backdrop {
|
504
|
+
--tw-border-spacing-x: 0;
|
505
|
+
--tw-border-spacing-y: 0;
|
12
506
|
--tw-translate-x: 0;
|
13
507
|
--tw-translate-y: 0;
|
14
508
|
--tw-rotate: 0;
|
@@ -16,27 +510,26 @@
|
|
16
510
|
--tw-skew-y: 0;
|
17
511
|
--tw-scale-x: 1;
|
18
512
|
--tw-scale-y: 1;
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
--tw-
|
23
|
-
--tw-
|
24
|
-
--tw-
|
25
|
-
--tw-
|
26
|
-
|
27
|
-
|
28
|
-
|
513
|
+
--tw-pan-x: ;
|
514
|
+
--tw-pan-y: ;
|
515
|
+
--tw-pinch-zoom: ;
|
516
|
+
--tw-scroll-snap-strictness: proximity;
|
517
|
+
--tw-gradient-from-position: ;
|
518
|
+
--tw-gradient-via-position: ;
|
519
|
+
--tw-gradient-to-position: ;
|
520
|
+
--tw-ordinal: ;
|
521
|
+
--tw-slashed-zero: ;
|
522
|
+
--tw-numeric-figure: ;
|
523
|
+
--tw-numeric-spacing: ;
|
524
|
+
--tw-numeric-fraction: ;
|
29
525
|
--tw-ring-inset: ;
|
30
526
|
--tw-ring-offset-width: 0px;
|
31
527
|
--tw-ring-offset-color: #fff;
|
32
|
-
--tw-ring-color: rgb(
|
528
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
33
529
|
--tw-ring-offset-shadow: 0 0 #0000;
|
34
530
|
--tw-ring-shadow: 0 0 #0000;
|
35
531
|
--tw-shadow: 0 0 #0000;
|
36
532
|
--tw-shadow-colored: 0 0 #0000;
|
37
|
-
}
|
38
|
-
|
39
|
-
.filter {
|
40
533
|
--tw-blur: ;
|
41
534
|
--tw-brightness: ;
|
42
535
|
--tw-contrast: ;
|
@@ -46,6 +539,19 @@
|
|
46
539
|
--tw-saturate: ;
|
47
540
|
--tw-sepia: ;
|
48
541
|
--tw-drop-shadow: ;
|
542
|
+
--tw-backdrop-blur: ;
|
543
|
+
--tw-backdrop-brightness: ;
|
544
|
+
--tw-backdrop-contrast: ;
|
545
|
+
--tw-backdrop-grayscale: ;
|
546
|
+
--tw-backdrop-hue-rotate: ;
|
547
|
+
--tw-backdrop-invert: ;
|
548
|
+
--tw-backdrop-opacity: ;
|
549
|
+
--tw-backdrop-saturate: ;
|
550
|
+
--tw-backdrop-sepia: ;
|
551
|
+
--tw-contain-size: ;
|
552
|
+
--tw-contain-layout: ;
|
553
|
+
--tw-contain-paint: ;
|
554
|
+
--tw-contain-style: ;
|
49
555
|
}
|
50
556
|
|
51
557
|
.container {
|
@@ -116,10 +622,6 @@
|
|
116
622
|
inset: 0px;
|
117
623
|
}
|
118
624
|
|
119
|
-
.z-40 {
|
120
|
-
z-index: 40;
|
121
|
-
}
|
122
|
-
|
123
625
|
.col-span-1 {
|
124
626
|
grid-column: span 1 / span 1;
|
125
627
|
}
|
@@ -229,10 +731,6 @@
|
|
229
731
|
height: 1.5rem;
|
230
732
|
}
|
231
733
|
|
232
|
-
.h-9 {
|
233
|
-
height: 2.25rem;
|
234
|
-
}
|
235
|
-
|
236
734
|
.h-full {
|
237
735
|
height: 100%;
|
238
736
|
}
|
@@ -242,10 +740,6 @@
|
|
242
740
|
min-height: fit-content;
|
243
741
|
}
|
244
742
|
|
245
|
-
.w-1\/2 {
|
246
|
-
width: 50%;
|
247
|
-
}
|
248
|
-
|
249
743
|
.w-11 {
|
250
744
|
width: 2.75rem;
|
251
745
|
}
|
@@ -288,6 +782,10 @@
|
|
288
782
|
max-width: 32rem;
|
289
783
|
}
|
290
784
|
|
785
|
+
.flex-1 {
|
786
|
+
flex: 1 1 0%;
|
787
|
+
}
|
788
|
+
|
291
789
|
.shrink {
|
292
790
|
flex-shrink: 1;
|
293
791
|
}
|
@@ -324,14 +822,6 @@
|
|
324
822
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
325
823
|
}
|
326
824
|
|
327
|
-
.grid-cols-4 {
|
328
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
329
|
-
}
|
330
|
-
|
331
|
-
.grid-cols-7 {
|
332
|
-
grid-template-columns: repeat(7, minmax(0, 1fr));
|
333
|
-
}
|
334
|
-
|
335
825
|
.grid-cols-\[min-content\2c 1fr\] {
|
336
826
|
grid-template-columns: min-content 1fr;
|
337
827
|
}
|
@@ -370,6 +860,12 @@
|
|
370
860
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
371
861
|
}
|
372
862
|
|
863
|
+
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
864
|
+
--tw-space-y-reverse: 0;
|
865
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
866
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
867
|
+
}
|
868
|
+
|
373
869
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
374
870
|
--tw-space-y-reverse: 0;
|
375
871
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -404,26 +900,6 @@
|
|
404
900
|
border-radius: 0.375rem;
|
405
901
|
}
|
406
902
|
|
407
|
-
.rounded-e-lg {
|
408
|
-
border-start-end-radius: 0.5rem;
|
409
|
-
border-end-end-radius: 0.5rem;
|
410
|
-
}
|
411
|
-
|
412
|
-
.rounded-l-lg {
|
413
|
-
border-top-left-radius: 0.5rem;
|
414
|
-
border-bottom-left-radius: 0.5rem;
|
415
|
-
}
|
416
|
-
|
417
|
-
.rounded-r-lg {
|
418
|
-
border-top-right-radius: 0.5rem;
|
419
|
-
border-bottom-right-radius: 0.5rem;
|
420
|
-
}
|
421
|
-
|
422
|
-
.rounded-s-lg {
|
423
|
-
border-start-start-radius: 0.5rem;
|
424
|
-
border-end-start-radius: 0.5rem;
|
425
|
-
}
|
426
|
-
|
427
903
|
.border {
|
428
904
|
border-width: 1px;
|
429
905
|
}
|
@@ -438,11 +914,6 @@
|
|
438
914
|
border-color: rgb(209 213 219 / var(--tw-border-opacity));
|
439
915
|
}
|
440
916
|
|
441
|
-
.\!bg-gray-50 {
|
442
|
-
--tw-bg-opacity: 1 !important;
|
443
|
-
background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
|
444
|
-
}
|
445
|
-
|
446
917
|
.bg-black {
|
447
918
|
--tw-bg-opacity: 1;
|
448
919
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
@@ -450,12 +921,12 @@
|
|
450
921
|
|
451
922
|
.bg-blue-500 {
|
452
923
|
--tw-bg-opacity: 1;
|
453
|
-
background-color: rgb(
|
924
|
+
background-color: rgb(59 130 246 / var(--tw-bg-opacity));
|
454
925
|
}
|
455
926
|
|
456
927
|
.bg-blue-600 {
|
457
928
|
--tw-bg-opacity: 1;
|
458
|
-
background-color: rgb(
|
929
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
459
930
|
}
|
460
931
|
|
461
932
|
.bg-gray-100 {
|
@@ -475,7 +946,7 @@
|
|
475
946
|
|
476
947
|
.bg-green-500 {
|
477
948
|
--tw-bg-opacity: 1;
|
478
|
-
background-color: rgb(
|
949
|
+
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
479
950
|
}
|
480
951
|
|
481
952
|
.bg-primary-500 {
|
@@ -490,12 +961,12 @@
|
|
490
961
|
|
491
962
|
.bg-red-500 {
|
492
963
|
--tw-bg-opacity: 1;
|
493
|
-
background-color: rgb(
|
964
|
+
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
|
494
965
|
}
|
495
966
|
|
496
967
|
.bg-red-600 {
|
497
968
|
--tw-bg-opacity: 1;
|
498
|
-
background-color: rgb(
|
969
|
+
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
|
499
970
|
}
|
500
971
|
|
501
972
|
.bg-white {
|
@@ -598,14 +1069,6 @@
|
|
598
1069
|
font-style: italic;
|
599
1070
|
}
|
600
1071
|
|
601
|
-
.leading-6 {
|
602
|
-
line-height: 1.5rem;
|
603
|
-
}
|
604
|
-
|
605
|
-
.leading-9 {
|
606
|
-
line-height: 2.25rem;
|
607
|
-
}
|
608
|
-
|
609
1072
|
.text-black {
|
610
1073
|
--tw-text-opacity: 1;
|
611
1074
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
@@ -633,42 +1096,42 @@
|
|
633
1096
|
|
634
1097
|
.text-green-300 {
|
635
1098
|
--tw-text-opacity: 1;
|
636
|
-
color: rgb(
|
1099
|
+
color: rgb(134 239 172 / var(--tw-text-opacity));
|
637
1100
|
}
|
638
1101
|
|
639
1102
|
.text-green-400 {
|
640
1103
|
--tw-text-opacity: 1;
|
641
|
-
color: rgb(
|
1104
|
+
color: rgb(74 222 128 / var(--tw-text-opacity));
|
642
1105
|
}
|
643
1106
|
|
644
1107
|
.text-green-500 {
|
645
1108
|
--tw-text-opacity: 1;
|
646
|
-
color: rgb(
|
1109
|
+
color: rgb(34 197 94 / var(--tw-text-opacity));
|
647
1110
|
}
|
648
1111
|
|
649
1112
|
.text-green-600 {
|
650
1113
|
--tw-text-opacity: 1;
|
651
|
-
color: rgb(
|
1114
|
+
color: rgb(22 163 74 / var(--tw-text-opacity));
|
652
1115
|
}
|
653
1116
|
|
654
1117
|
.text-orange-300 {
|
655
1118
|
--tw-text-opacity: 1;
|
656
|
-
color: rgb(253 186
|
1119
|
+
color: rgb(253 186 116 / var(--tw-text-opacity));
|
657
1120
|
}
|
658
1121
|
|
659
1122
|
.text-orange-500 {
|
660
1123
|
--tw-text-opacity: 1;
|
661
|
-
color: rgb(
|
1124
|
+
color: rgb(249 115 22 / var(--tw-text-opacity));
|
662
1125
|
}
|
663
1126
|
|
664
1127
|
.text-red-300 {
|
665
1128
|
--tw-text-opacity: 1;
|
666
|
-
color: rgb(
|
1129
|
+
color: rgb(252 165 165 / var(--tw-text-opacity));
|
667
1130
|
}
|
668
1131
|
|
669
1132
|
.text-red-600 {
|
670
1133
|
--tw-text-opacity: 1;
|
671
|
-
color: rgb(
|
1134
|
+
color: rgb(220 38 38 / var(--tw-text-opacity));
|
672
1135
|
}
|
673
1136
|
|
674
1137
|
.text-white {
|
@@ -684,12 +1147,6 @@
|
|
684
1147
|
opacity: 0.8;
|
685
1148
|
}
|
686
1149
|
|
687
|
-
.shadow-lg {
|
688
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
689
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
690
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
691
|
-
}
|
692
|
-
|
693
1150
|
.shadow-sm {
|
694
1151
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
695
1152
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
@@ -739,11 +1196,11 @@
|
|
739
1196
|
|
740
1197
|
.node-editor-text-input:focus {
|
741
1198
|
--tw-border-opacity: 1;
|
742
|
-
border-color: rgb(
|
1199
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
743
1200
|
outline: 2px solid transparent;
|
744
1201
|
outline-offset: 2px;
|
745
1202
|
--tw-ring-opacity: 1;
|
746
|
-
--tw-ring-color: rgb(
|
1203
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
747
1204
|
}
|
748
1205
|
|
749
1206
|
.node-editor-text-input:is(.dark *) {
|
@@ -767,9 +1224,9 @@
|
|
767
1224
|
|
768
1225
|
.node-editor-text-input:focus:is(.dark *) {
|
769
1226
|
--tw-border-opacity: 1;
|
770
|
-
border-color: rgb(
|
1227
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
771
1228
|
--tw-ring-opacity: 1;
|
772
|
-
--tw-ring-color: rgb(
|
1229
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
773
1230
|
}
|
774
1231
|
|
775
1232
|
.node-editor-numeric-input {
|
@@ -790,9 +1247,9 @@
|
|
790
1247
|
|
791
1248
|
.node-editor-numeric-input:focus {
|
792
1249
|
--tw-border-opacity: 1;
|
793
|
-
border-color: rgb(
|
1250
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
794
1251
|
--tw-ring-opacity: 1;
|
795
|
-
--tw-ring-color: rgb(
|
1252
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
796
1253
|
}
|
797
1254
|
|
798
1255
|
.node-editor-numeric-input:is(.dark *) {
|
@@ -816,9 +1273,9 @@
|
|
816
1273
|
|
817
1274
|
.node-editor-numeric-input:focus:is(.dark *) {
|
818
1275
|
--tw-border-opacity: 1;
|
819
|
-
border-color: rgb(
|
1276
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
820
1277
|
--tw-ring-opacity: 1;
|
821
|
-
--tw-ring-color: rgb(
|
1278
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
822
1279
|
}
|
823
1280
|
|
824
1281
|
.node-editor-select-input {
|
@@ -839,9 +1296,9 @@
|
|
839
1296
|
|
840
1297
|
.node-editor-select-input:focus {
|
841
1298
|
--tw-border-opacity: 1;
|
842
|
-
border-color: rgb(
|
1299
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
843
1300
|
--tw-ring-opacity: 1;
|
844
|
-
--tw-ring-color: rgb(
|
1301
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
845
1302
|
}
|
846
1303
|
|
847
1304
|
.node-editor-select-input:is(.dark *) {
|
@@ -865,9 +1322,9 @@
|
|
865
1322
|
|
866
1323
|
.node-editor-select-input:focus:is(.dark *) {
|
867
1324
|
--tw-border-opacity: 1;
|
868
|
-
border-color: rgb(
|
1325
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
869
1326
|
--tw-ring-opacity: 1;
|
870
|
-
--tw-ring-color: rgb(
|
1327
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
871
1328
|
}
|
872
1329
|
|
873
1330
|
.node-editor-helper-text {
|
@@ -953,12 +1410,12 @@
|
|
953
1410
|
|
954
1411
|
.hover\:bg-blue-700:hover {
|
955
1412
|
--tw-bg-opacity: 1;
|
956
|
-
background-color: rgb(
|
1413
|
+
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
|
957
1414
|
}
|
958
1415
|
|
959
1416
|
.hover\:bg-green-700:hover {
|
960
1417
|
--tw-bg-opacity: 1;
|
961
|
-
background-color: rgb(
|
1418
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
962
1419
|
}
|
963
1420
|
|
964
1421
|
.hover\:bg-primary-800:hover {
|
@@ -968,7 +1425,7 @@
|
|
968
1425
|
|
969
1426
|
.hover\:bg-red-700:hover {
|
970
1427
|
--tw-bg-opacity: 1;
|
971
|
-
background-color: rgb(
|
1428
|
+
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
|
972
1429
|
}
|
973
1430
|
|
974
1431
|
.hover\:bg-opacity-75:hover {
|
@@ -977,7 +1434,7 @@
|
|
977
1434
|
|
978
1435
|
.focus\:border-blue-500:focus {
|
979
1436
|
--tw-border-opacity: 1;
|
980
|
-
border-color: rgb(
|
1437
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
981
1438
|
}
|
982
1439
|
|
983
1440
|
.focus\:border-primary-500:focus {
|
@@ -998,7 +1455,7 @@
|
|
998
1455
|
|
999
1456
|
.focus\:ring-blue-500:focus {
|
1000
1457
|
--tw-ring-opacity: 1;
|
1001
|
-
--tw-ring-color: rgb(
|
1458
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
1002
1459
|
}
|
1003
1460
|
|
1004
1461
|
.focus\:ring-primary-300:focus {
|
@@ -1013,7 +1470,7 @@
|
|
1013
1470
|
|
1014
1471
|
.focus\:ring-red-300:focus {
|
1015
1472
|
--tw-ring-opacity: 1;
|
1016
|
-
--tw-ring-color: rgb(
|
1473
|
+
--tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
|
1017
1474
|
}
|
1018
1475
|
|
1019
1476
|
.group:hover .group-hover\:opacity-100 {
|
@@ -1022,7 +1479,7 @@
|
|
1022
1479
|
|
1023
1480
|
.peer:checked ~ .peer-checked\:bg-blue-600 {
|
1024
1481
|
--tw-bg-opacity: 1;
|
1025
|
-
background-color: rgb(
|
1482
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
1026
1483
|
}
|
1027
1484
|
|
1028
1485
|
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
|
@@ -1050,7 +1507,7 @@
|
|
1050
1507
|
|
1051
1508
|
.peer:focus ~ .peer-focus\:ring-blue-300 {
|
1052
1509
|
--tw-ring-opacity: 1;
|
1053
|
-
--tw-ring-color: rgb(
|
1510
|
+
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
|
1054
1511
|
}
|
1055
1512
|
|
1056
1513
|
.dark\:border:is(.dark *) {
|
@@ -1067,11 +1524,6 @@
|
|
1067
1524
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
1068
1525
|
}
|
1069
1526
|
|
1070
|
-
.dark\:\!bg-gray-700:is(.dark *) {
|
1071
|
-
--tw-bg-opacity: 1 !important;
|
1072
|
-
background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
|
1073
|
-
}
|
1074
|
-
|
1075
1527
|
.dark\:bg-black:is(.dark *) {
|
1076
1528
|
--tw-bg-opacity: 1;
|
1077
1529
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
@@ -1099,11 +1551,11 @@
|
|
1099
1551
|
|
1100
1552
|
.dark\:bg-red-700:is(.dark *) {
|
1101
1553
|
--tw-bg-opacity: 1;
|
1102
|
-
background-color: rgb(
|
1554
|
+
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
|
1103
1555
|
}
|
1104
1556
|
|
1105
1557
|
.dark\:stroke-gray-50:is(.dark *) {
|
1106
|
-
stroke: #
|
1558
|
+
stroke: #f9fafb;
|
1107
1559
|
}
|
1108
1560
|
|
1109
1561
|
.dark\:px-2:is(.dark *) {
|
@@ -1123,17 +1575,17 @@
|
|
1123
1575
|
|
1124
1576
|
.dark\:text-green-300:is(.dark *) {
|
1125
1577
|
--tw-text-opacity: 1;
|
1126
|
-
color: rgb(
|
1578
|
+
color: rgb(134 239 172 / var(--tw-text-opacity));
|
1127
1579
|
}
|
1128
1580
|
|
1129
1581
|
.dark\:text-orange-300:is(.dark *) {
|
1130
1582
|
--tw-text-opacity: 1;
|
1131
|
-
color: rgb(253 186
|
1583
|
+
color: rgb(253 186 116 / var(--tw-text-opacity));
|
1132
1584
|
}
|
1133
1585
|
|
1134
1586
|
.dark\:text-red-300:is(.dark *) {
|
1135
1587
|
--tw-text-opacity: 1;
|
1136
|
-
color: rgb(
|
1588
|
+
color: rgb(252 165 165 / var(--tw-text-opacity));
|
1137
1589
|
}
|
1138
1590
|
|
1139
1591
|
.dark\:text-white:is(.dark *) {
|
@@ -1158,17 +1610,17 @@
|
|
1158
1610
|
|
1159
1611
|
.dark\:hover\:bg-red-800:hover:is(.dark *) {
|
1160
1612
|
--tw-bg-opacity: 1;
|
1161
|
-
background-color: rgb(
|
1613
|
+
background-color: rgb(153 27 27 / var(--tw-bg-opacity));
|
1162
1614
|
}
|
1163
1615
|
|
1164
1616
|
.dark\:focus\:border-blue-500:focus:is(.dark *) {
|
1165
1617
|
--tw-border-opacity: 1;
|
1166
|
-
border-color: rgb(
|
1618
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
1167
1619
|
}
|
1168
1620
|
|
1169
1621
|
.dark\:focus\:ring-blue-500:focus:is(.dark *) {
|
1170
1622
|
--tw-ring-opacity: 1;
|
1171
|
-
--tw-ring-color: rgb(
|
1623
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
1172
1624
|
}
|
1173
1625
|
|
1174
1626
|
.dark\:focus\:ring-primary-800:focus:is(.dark *) {
|
@@ -1178,12 +1630,12 @@
|
|
1178
1630
|
|
1179
1631
|
.dark\:focus\:ring-red-900:focus:is(.dark *) {
|
1180
1632
|
--tw-ring-opacity: 1;
|
1181
|
-
--tw-ring-color: rgb(
|
1633
|
+
--tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity));
|
1182
1634
|
}
|
1183
1635
|
|
1184
1636
|
.peer:focus ~ .dark\:peer-focus\:ring-blue-800:is(.dark *) {
|
1185
1637
|
--tw-ring-opacity: 1;
|
1186
|
-
--tw-ring-color: rgb(30
|
1638
|
+
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
1187
1639
|
}
|
1188
1640
|
|
1189
1641
|
@media (min-width: 640px) {
|