@distri/react 0.2.8 → 0.3.0
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/dist/globals.css +124 -74
- package/dist/index.cjs +650 -11280
- package/dist/index.css +124 -582
- package/dist/index.d.cts +55 -8
- package/dist/index.d.ts +55 -8
- package/dist/index.js +650 -11281
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1,511 +1,3 @@
|
|
|
1
|
-
/* ../../../node_modules/.pnpm/codemirror@5.65.20/node_modules/codemirror/lib/codemirror.css */
|
|
2
|
-
.CodeMirror {
|
|
3
|
-
font-family: monospace;
|
|
4
|
-
height: 300px;
|
|
5
|
-
color: black;
|
|
6
|
-
direction: ltr;
|
|
7
|
-
}
|
|
8
|
-
.CodeMirror-lines {
|
|
9
|
-
padding: 4px 0;
|
|
10
|
-
}
|
|
11
|
-
.CodeMirror pre.CodeMirror-line,
|
|
12
|
-
.CodeMirror pre.CodeMirror-line-like {
|
|
13
|
-
padding: 0 4px;
|
|
14
|
-
}
|
|
15
|
-
.CodeMirror-scrollbar-filler,
|
|
16
|
-
.CodeMirror-gutter-filler {
|
|
17
|
-
background-color: white;
|
|
18
|
-
}
|
|
19
|
-
.CodeMirror-gutters {
|
|
20
|
-
border-right: 1px solid #ddd;
|
|
21
|
-
background-color: #f7f7f7;
|
|
22
|
-
white-space: nowrap;
|
|
23
|
-
}
|
|
24
|
-
.CodeMirror-linenumbers {
|
|
25
|
-
}
|
|
26
|
-
.CodeMirror-linenumber {
|
|
27
|
-
padding: 0 3px 0 5px;
|
|
28
|
-
min-width: 20px;
|
|
29
|
-
text-align: right;
|
|
30
|
-
color: #999;
|
|
31
|
-
white-space: nowrap;
|
|
32
|
-
}
|
|
33
|
-
.CodeMirror-guttermarker {
|
|
34
|
-
color: black;
|
|
35
|
-
}
|
|
36
|
-
.CodeMirror-guttermarker-subtle {
|
|
37
|
-
color: #999;
|
|
38
|
-
}
|
|
39
|
-
.CodeMirror-cursor {
|
|
40
|
-
border-left: 1px solid black;
|
|
41
|
-
border-right: none;
|
|
42
|
-
width: 0;
|
|
43
|
-
}
|
|
44
|
-
.CodeMirror div.CodeMirror-secondarycursor {
|
|
45
|
-
border-left: 1px solid silver;
|
|
46
|
-
}
|
|
47
|
-
.cm-fat-cursor .CodeMirror-cursor {
|
|
48
|
-
width: auto;
|
|
49
|
-
border: 0 !important;
|
|
50
|
-
background: #7e7;
|
|
51
|
-
}
|
|
52
|
-
.cm-fat-cursor div.CodeMirror-cursors {
|
|
53
|
-
z-index: 1;
|
|
54
|
-
}
|
|
55
|
-
.cm-fat-cursor .CodeMirror-line::-moz-selection,
|
|
56
|
-
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
|
|
57
|
-
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
|
|
58
|
-
background: transparent;
|
|
59
|
-
}
|
|
60
|
-
.cm-fat-cursor .CodeMirror-line::selection,
|
|
61
|
-
.cm-fat-cursor .CodeMirror-line > span::selection,
|
|
62
|
-
.cm-fat-cursor .CodeMirror-line > span > span::selection {
|
|
63
|
-
background: transparent;
|
|
64
|
-
}
|
|
65
|
-
.cm-fat-cursor .CodeMirror-line::-moz-selection,
|
|
66
|
-
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
|
|
67
|
-
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
|
|
68
|
-
background: transparent;
|
|
69
|
-
}
|
|
70
|
-
.cm-fat-cursor {
|
|
71
|
-
caret-color: transparent;
|
|
72
|
-
}
|
|
73
|
-
@keyframes blink {
|
|
74
|
-
0% {
|
|
75
|
-
}
|
|
76
|
-
50% {
|
|
77
|
-
background-color: transparent;
|
|
78
|
-
}
|
|
79
|
-
100% {
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
.CodeMirror-overwrite .CodeMirror-cursor {
|
|
83
|
-
}
|
|
84
|
-
.cm-tab {
|
|
85
|
-
display: inline-block;
|
|
86
|
-
text-decoration: inherit;
|
|
87
|
-
}
|
|
88
|
-
.CodeMirror-rulers {
|
|
89
|
-
position: absolute;
|
|
90
|
-
left: 0;
|
|
91
|
-
right: 0;
|
|
92
|
-
top: -50px;
|
|
93
|
-
bottom: 0;
|
|
94
|
-
overflow: hidden;
|
|
95
|
-
}
|
|
96
|
-
.CodeMirror-ruler {
|
|
97
|
-
border-left: 1px solid #ccc;
|
|
98
|
-
top: 0;
|
|
99
|
-
bottom: 0;
|
|
100
|
-
position: absolute;
|
|
101
|
-
}
|
|
102
|
-
.cm-s-default .cm-header {
|
|
103
|
-
color: blue;
|
|
104
|
-
}
|
|
105
|
-
.cm-s-default .cm-quote {
|
|
106
|
-
color: #090;
|
|
107
|
-
}
|
|
108
|
-
.cm-negative {
|
|
109
|
-
color: #d44;
|
|
110
|
-
}
|
|
111
|
-
.cm-positive {
|
|
112
|
-
color: #292;
|
|
113
|
-
}
|
|
114
|
-
.cm-header,
|
|
115
|
-
.cm-strong {
|
|
116
|
-
font-weight: bold;
|
|
117
|
-
}
|
|
118
|
-
.cm-em {
|
|
119
|
-
font-style: italic;
|
|
120
|
-
}
|
|
121
|
-
.cm-link {
|
|
122
|
-
text-decoration: underline;
|
|
123
|
-
}
|
|
124
|
-
.cm-strikethrough {
|
|
125
|
-
text-decoration: line-through;
|
|
126
|
-
}
|
|
127
|
-
.cm-s-default .cm-keyword {
|
|
128
|
-
color: #708;
|
|
129
|
-
}
|
|
130
|
-
.cm-s-default .cm-atom {
|
|
131
|
-
color: #219;
|
|
132
|
-
}
|
|
133
|
-
.cm-s-default .cm-number {
|
|
134
|
-
color: #164;
|
|
135
|
-
}
|
|
136
|
-
.cm-s-default .cm-def {
|
|
137
|
-
color: #00f;
|
|
138
|
-
}
|
|
139
|
-
.cm-s-default .cm-variable,
|
|
140
|
-
.cm-s-default .cm-punctuation,
|
|
141
|
-
.cm-s-default .cm-property,
|
|
142
|
-
.cm-s-default .cm-operator {
|
|
143
|
-
}
|
|
144
|
-
.cm-s-default .cm-variable-2 {
|
|
145
|
-
color: #05a;
|
|
146
|
-
}
|
|
147
|
-
.cm-s-default .cm-variable-3,
|
|
148
|
-
.cm-s-default .cm-type {
|
|
149
|
-
color: #085;
|
|
150
|
-
}
|
|
151
|
-
.cm-s-default .cm-comment {
|
|
152
|
-
color: #a50;
|
|
153
|
-
}
|
|
154
|
-
.cm-s-default .cm-string {
|
|
155
|
-
color: #a11;
|
|
156
|
-
}
|
|
157
|
-
.cm-s-default .cm-string-2 {
|
|
158
|
-
color: #f50;
|
|
159
|
-
}
|
|
160
|
-
.cm-s-default .cm-meta {
|
|
161
|
-
color: #555;
|
|
162
|
-
}
|
|
163
|
-
.cm-s-default .cm-qualifier {
|
|
164
|
-
color: #555;
|
|
165
|
-
}
|
|
166
|
-
.cm-s-default .cm-builtin {
|
|
167
|
-
color: #30a;
|
|
168
|
-
}
|
|
169
|
-
.cm-s-default .cm-bracket {
|
|
170
|
-
color: #997;
|
|
171
|
-
}
|
|
172
|
-
.cm-s-default .cm-tag {
|
|
173
|
-
color: #170;
|
|
174
|
-
}
|
|
175
|
-
.cm-s-default .cm-attribute {
|
|
176
|
-
color: #00c;
|
|
177
|
-
}
|
|
178
|
-
.cm-s-default .cm-hr {
|
|
179
|
-
color: #999;
|
|
180
|
-
}
|
|
181
|
-
.cm-s-default .cm-link {
|
|
182
|
-
color: #00c;
|
|
183
|
-
}
|
|
184
|
-
.cm-s-default .cm-error {
|
|
185
|
-
color: #f00;
|
|
186
|
-
}
|
|
187
|
-
.cm-invalidchar {
|
|
188
|
-
color: #f00;
|
|
189
|
-
}
|
|
190
|
-
.CodeMirror-composing {
|
|
191
|
-
border-bottom: 2px solid;
|
|
192
|
-
}
|
|
193
|
-
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
194
|
-
color: #0b0;
|
|
195
|
-
}
|
|
196
|
-
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
197
|
-
color: #a22;
|
|
198
|
-
}
|
|
199
|
-
.CodeMirror-matchingtag {
|
|
200
|
-
background: rgba(255, 150, 0, .3);
|
|
201
|
-
}
|
|
202
|
-
.CodeMirror-activeline-background {
|
|
203
|
-
background: #e8f2ff;
|
|
204
|
-
}
|
|
205
|
-
.CodeMirror {
|
|
206
|
-
position: relative;
|
|
207
|
-
overflow: hidden;
|
|
208
|
-
background: white;
|
|
209
|
-
}
|
|
210
|
-
.CodeMirror-scroll {
|
|
211
|
-
overflow: scroll !important;
|
|
212
|
-
margin-bottom: -50px;
|
|
213
|
-
margin-right: -50px;
|
|
214
|
-
padding-bottom: 50px;
|
|
215
|
-
height: 100%;
|
|
216
|
-
outline: none;
|
|
217
|
-
position: relative;
|
|
218
|
-
z-index: 0;
|
|
219
|
-
}
|
|
220
|
-
.CodeMirror-sizer {
|
|
221
|
-
position: relative;
|
|
222
|
-
border-right: 50px solid transparent;
|
|
223
|
-
}
|
|
224
|
-
.CodeMirror-vscrollbar,
|
|
225
|
-
.CodeMirror-hscrollbar,
|
|
226
|
-
.CodeMirror-scrollbar-filler,
|
|
227
|
-
.CodeMirror-gutter-filler {
|
|
228
|
-
position: absolute;
|
|
229
|
-
z-index: 6;
|
|
230
|
-
display: none;
|
|
231
|
-
outline: none;
|
|
232
|
-
}
|
|
233
|
-
.CodeMirror-vscrollbar {
|
|
234
|
-
right: 0;
|
|
235
|
-
top: 0;
|
|
236
|
-
overflow-x: hidden;
|
|
237
|
-
overflow-y: scroll;
|
|
238
|
-
}
|
|
239
|
-
.CodeMirror-hscrollbar {
|
|
240
|
-
bottom: 0;
|
|
241
|
-
left: 0;
|
|
242
|
-
overflow-y: hidden;
|
|
243
|
-
overflow-x: scroll;
|
|
244
|
-
}
|
|
245
|
-
.CodeMirror-scrollbar-filler {
|
|
246
|
-
right: 0;
|
|
247
|
-
bottom: 0;
|
|
248
|
-
}
|
|
249
|
-
.CodeMirror-gutter-filler {
|
|
250
|
-
left: 0;
|
|
251
|
-
bottom: 0;
|
|
252
|
-
}
|
|
253
|
-
.CodeMirror-gutters {
|
|
254
|
-
position: absolute;
|
|
255
|
-
left: 0;
|
|
256
|
-
top: 0;
|
|
257
|
-
min-height: 100%;
|
|
258
|
-
z-index: 3;
|
|
259
|
-
}
|
|
260
|
-
.CodeMirror-gutter {
|
|
261
|
-
white-space: normal;
|
|
262
|
-
height: 100%;
|
|
263
|
-
display: inline-block;
|
|
264
|
-
vertical-align: top;
|
|
265
|
-
margin-bottom: -50px;
|
|
266
|
-
}
|
|
267
|
-
.CodeMirror-gutter-wrapper {
|
|
268
|
-
position: absolute;
|
|
269
|
-
z-index: 4;
|
|
270
|
-
background: none !important;
|
|
271
|
-
border: none !important;
|
|
272
|
-
}
|
|
273
|
-
.CodeMirror-gutter-background {
|
|
274
|
-
position: absolute;
|
|
275
|
-
top: 0;
|
|
276
|
-
bottom: 0;
|
|
277
|
-
z-index: 4;
|
|
278
|
-
}
|
|
279
|
-
.CodeMirror-gutter-elt {
|
|
280
|
-
position: absolute;
|
|
281
|
-
cursor: default;
|
|
282
|
-
z-index: 4;
|
|
283
|
-
}
|
|
284
|
-
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
285
|
-
background-color: transparent;
|
|
286
|
-
}
|
|
287
|
-
.CodeMirror-gutter-wrapper ::selection {
|
|
288
|
-
background-color: transparent;
|
|
289
|
-
}
|
|
290
|
-
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
291
|
-
background-color: transparent;
|
|
292
|
-
}
|
|
293
|
-
.CodeMirror-lines {
|
|
294
|
-
cursor: text;
|
|
295
|
-
min-height: 1px;
|
|
296
|
-
}
|
|
297
|
-
.CodeMirror pre.CodeMirror-line,
|
|
298
|
-
.CodeMirror pre.CodeMirror-line-like {
|
|
299
|
-
border-radius: 0;
|
|
300
|
-
border-width: 0;
|
|
301
|
-
background: transparent;
|
|
302
|
-
font-family: inherit;
|
|
303
|
-
font-size: inherit;
|
|
304
|
-
margin: 0;
|
|
305
|
-
white-space: pre;
|
|
306
|
-
word-wrap: normal;
|
|
307
|
-
line-height: inherit;
|
|
308
|
-
color: inherit;
|
|
309
|
-
z-index: 2;
|
|
310
|
-
position: relative;
|
|
311
|
-
overflow: visible;
|
|
312
|
-
-webkit-tap-highlight-color: transparent;
|
|
313
|
-
font-variant-ligatures: contextual;
|
|
314
|
-
}
|
|
315
|
-
.CodeMirror-wrap pre.CodeMirror-line,
|
|
316
|
-
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
317
|
-
word-wrap: break-word;
|
|
318
|
-
white-space: pre-wrap;
|
|
319
|
-
word-break: normal;
|
|
320
|
-
}
|
|
321
|
-
.CodeMirror-linebackground {
|
|
322
|
-
position: absolute;
|
|
323
|
-
left: 0;
|
|
324
|
-
right: 0;
|
|
325
|
-
top: 0;
|
|
326
|
-
bottom: 0;
|
|
327
|
-
z-index: 0;
|
|
328
|
-
}
|
|
329
|
-
.CodeMirror-linewidget {
|
|
330
|
-
position: relative;
|
|
331
|
-
z-index: 2;
|
|
332
|
-
padding: 0.1px;
|
|
333
|
-
}
|
|
334
|
-
.CodeMirror-widget {
|
|
335
|
-
}
|
|
336
|
-
.CodeMirror-rtl pre {
|
|
337
|
-
direction: rtl;
|
|
338
|
-
}
|
|
339
|
-
.CodeMirror-code {
|
|
340
|
-
outline: none;
|
|
341
|
-
}
|
|
342
|
-
.CodeMirror-scroll,
|
|
343
|
-
.CodeMirror-sizer,
|
|
344
|
-
.CodeMirror-gutter,
|
|
345
|
-
.CodeMirror-gutters,
|
|
346
|
-
.CodeMirror-linenumber {
|
|
347
|
-
box-sizing: content-box;
|
|
348
|
-
}
|
|
349
|
-
.CodeMirror-measure {
|
|
350
|
-
position: absolute;
|
|
351
|
-
width: 100%;
|
|
352
|
-
height: 0;
|
|
353
|
-
overflow: hidden;
|
|
354
|
-
visibility: hidden;
|
|
355
|
-
}
|
|
356
|
-
.CodeMirror-cursor {
|
|
357
|
-
position: absolute;
|
|
358
|
-
pointer-events: none;
|
|
359
|
-
}
|
|
360
|
-
.CodeMirror-measure pre {
|
|
361
|
-
position: static;
|
|
362
|
-
}
|
|
363
|
-
div.CodeMirror-cursors {
|
|
364
|
-
visibility: hidden;
|
|
365
|
-
position: relative;
|
|
366
|
-
z-index: 3;
|
|
367
|
-
}
|
|
368
|
-
div.CodeMirror-dragcursors {
|
|
369
|
-
visibility: visible;
|
|
370
|
-
}
|
|
371
|
-
.CodeMirror-focused div.CodeMirror-cursors {
|
|
372
|
-
visibility: visible;
|
|
373
|
-
}
|
|
374
|
-
.CodeMirror-selected {
|
|
375
|
-
background: #d9d9d9;
|
|
376
|
-
}
|
|
377
|
-
.CodeMirror-focused .CodeMirror-selected {
|
|
378
|
-
background: #d7d4f0;
|
|
379
|
-
}
|
|
380
|
-
.CodeMirror-crosshair {
|
|
381
|
-
cursor: crosshair;
|
|
382
|
-
}
|
|
383
|
-
.CodeMirror-line::-moz-selection,
|
|
384
|
-
.CodeMirror-line > span::-moz-selection,
|
|
385
|
-
.CodeMirror-line > span > span::-moz-selection {
|
|
386
|
-
background: #d7d4f0;
|
|
387
|
-
}
|
|
388
|
-
.CodeMirror-line::selection,
|
|
389
|
-
.CodeMirror-line > span::selection,
|
|
390
|
-
.CodeMirror-line > span > span::selection {
|
|
391
|
-
background: #d7d4f0;
|
|
392
|
-
}
|
|
393
|
-
.CodeMirror-line::-moz-selection,
|
|
394
|
-
.CodeMirror-line > span::-moz-selection,
|
|
395
|
-
.CodeMirror-line > span > span::-moz-selection {
|
|
396
|
-
background: #d7d4f0;
|
|
397
|
-
}
|
|
398
|
-
.cm-searching {
|
|
399
|
-
background-color: #ffa;
|
|
400
|
-
background-color: rgba(255, 255, 0, .4);
|
|
401
|
-
}
|
|
402
|
-
.cm-force-border {
|
|
403
|
-
padding-right: .1px;
|
|
404
|
-
}
|
|
405
|
-
@media print {
|
|
406
|
-
.CodeMirror div.CodeMirror-cursors {
|
|
407
|
-
visibility: hidden;
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
.cm-tab-wrap-hack:after {
|
|
411
|
-
content: "";
|
|
412
|
-
}
|
|
413
|
-
span.CodeMirror-selectedtext {
|
|
414
|
-
background: none;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
/* ../../../node_modules/.pnpm/codemirror@5.65.20/node_modules/codemirror/theme/dracula.css */
|
|
418
|
-
.cm-s-dracula.CodeMirror,
|
|
419
|
-
.cm-s-dracula .CodeMirror-gutters {
|
|
420
|
-
background-color: #282a36 !important;
|
|
421
|
-
color: #f8f8f2 !important;
|
|
422
|
-
border: none;
|
|
423
|
-
}
|
|
424
|
-
.cm-s-dracula .CodeMirror-gutters {
|
|
425
|
-
color: #282a36;
|
|
426
|
-
}
|
|
427
|
-
.cm-s-dracula .CodeMirror-cursor {
|
|
428
|
-
border-left: solid thin #f8f8f0;
|
|
429
|
-
}
|
|
430
|
-
.cm-s-dracula .CodeMirror-linenumber {
|
|
431
|
-
color: #6D8A88;
|
|
432
|
-
}
|
|
433
|
-
.cm-s-dracula .CodeMirror-selected {
|
|
434
|
-
background: rgba(255, 255, 255, 0.10);
|
|
435
|
-
}
|
|
436
|
-
.cm-s-dracula .CodeMirror-line::-moz-selection,
|
|
437
|
-
.cm-s-dracula .CodeMirror-line > span::-moz-selection,
|
|
438
|
-
.cm-s-dracula .CodeMirror-line > span > span::-moz-selection {
|
|
439
|
-
background: rgba(255, 255, 255, 0.10);
|
|
440
|
-
}
|
|
441
|
-
.cm-s-dracula .CodeMirror-line::selection,
|
|
442
|
-
.cm-s-dracula .CodeMirror-line > span::selection,
|
|
443
|
-
.cm-s-dracula .CodeMirror-line > span > span::selection {
|
|
444
|
-
background: rgba(255, 255, 255, 0.10);
|
|
445
|
-
}
|
|
446
|
-
.cm-s-dracula .CodeMirror-line::-moz-selection,
|
|
447
|
-
.cm-s-dracula .CodeMirror-line > span::-moz-selection,
|
|
448
|
-
.cm-s-dracula .CodeMirror-line > span > span::-moz-selection {
|
|
449
|
-
background: rgba(255, 255, 255, 0.10);
|
|
450
|
-
}
|
|
451
|
-
.cm-s-dracula span.cm-comment {
|
|
452
|
-
color: #6272a4;
|
|
453
|
-
}
|
|
454
|
-
.cm-s-dracula span.cm-string,
|
|
455
|
-
.cm-s-dracula span.cm-string-2 {
|
|
456
|
-
color: #f1fa8c;
|
|
457
|
-
}
|
|
458
|
-
.cm-s-dracula span.cm-number {
|
|
459
|
-
color: #bd93f9;
|
|
460
|
-
}
|
|
461
|
-
.cm-s-dracula span.cm-variable {
|
|
462
|
-
color: #50fa7b;
|
|
463
|
-
}
|
|
464
|
-
.cm-s-dracula span.cm-variable-2 {
|
|
465
|
-
color: white;
|
|
466
|
-
}
|
|
467
|
-
.cm-s-dracula span.cm-def {
|
|
468
|
-
color: #50fa7b;
|
|
469
|
-
}
|
|
470
|
-
.cm-s-dracula span.cm-operator {
|
|
471
|
-
color: #ff79c6;
|
|
472
|
-
}
|
|
473
|
-
.cm-s-dracula span.cm-keyword {
|
|
474
|
-
color: #ff79c6;
|
|
475
|
-
}
|
|
476
|
-
.cm-s-dracula span.cm-atom {
|
|
477
|
-
color: #bd93f9;
|
|
478
|
-
}
|
|
479
|
-
.cm-s-dracula span.cm-meta {
|
|
480
|
-
color: #f8f8f2;
|
|
481
|
-
}
|
|
482
|
-
.cm-s-dracula span.cm-tag {
|
|
483
|
-
color: #ff79c6;
|
|
484
|
-
}
|
|
485
|
-
.cm-s-dracula span.cm-attribute {
|
|
486
|
-
color: #50fa7b;
|
|
487
|
-
}
|
|
488
|
-
.cm-s-dracula span.cm-qualifier {
|
|
489
|
-
color: #50fa7b;
|
|
490
|
-
}
|
|
491
|
-
.cm-s-dracula span.cm-property {
|
|
492
|
-
color: #66d9ef;
|
|
493
|
-
}
|
|
494
|
-
.cm-s-dracula span.cm-builtin {
|
|
495
|
-
color: #50fa7b;
|
|
496
|
-
}
|
|
497
|
-
.cm-s-dracula span.cm-variable-3,
|
|
498
|
-
.cm-s-dracula span.cm-type {
|
|
499
|
-
color: #ffb86c;
|
|
500
|
-
}
|
|
501
|
-
.cm-s-dracula .CodeMirror-activeline-background {
|
|
502
|
-
background: rgba(255, 255, 255, 0.1);
|
|
503
|
-
}
|
|
504
|
-
.cm-s-dracula .CodeMirror-matchingbracket {
|
|
505
|
-
text-decoration: underline;
|
|
506
|
-
color: white !important;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
1
|
/* src/globals.css */
|
|
510
2
|
*,
|
|
511
3
|
::before,
|
|
@@ -875,6 +367,17 @@ body {
|
|
|
875
367
|
max-width: 1536px;
|
|
876
368
|
}
|
|
877
369
|
}
|
|
370
|
+
.distri-chat-editor.CodeMirror,
|
|
371
|
+
.distri-chat-editor .CodeMirror-scroll {
|
|
372
|
+
background: transparent !important;
|
|
373
|
+
}
|
|
374
|
+
.distri-chat-editor.\!CodeMirror {
|
|
375
|
+
background: transparent !important;
|
|
376
|
+
}
|
|
377
|
+
.distri-chat-editor .CodeMirror-placeholder {
|
|
378
|
+
color: hsl(var(--muted-foreground)) !important;
|
|
379
|
+
opacity: 0.7;
|
|
380
|
+
}
|
|
878
381
|
.sr-only {
|
|
879
382
|
position: absolute;
|
|
880
383
|
width: 1px;
|
|
@@ -933,18 +436,12 @@ body {
|
|
|
933
436
|
.bottom-0 {
|
|
934
437
|
bottom: 0px;
|
|
935
438
|
}
|
|
936
|
-
.bottom-6 {
|
|
937
|
-
bottom: 1.5rem;
|
|
938
|
-
}
|
|
939
439
|
.left-0 {
|
|
940
440
|
left: 0px;
|
|
941
441
|
}
|
|
942
442
|
.left-2 {
|
|
943
443
|
left: 0.5rem;
|
|
944
444
|
}
|
|
945
|
-
.left-6 {
|
|
946
|
-
left: 1.5rem;
|
|
947
|
-
}
|
|
948
445
|
.right-0 {
|
|
949
446
|
right: 0px;
|
|
950
447
|
}
|
|
@@ -960,9 +457,6 @@ body {
|
|
|
960
457
|
.right-4 {
|
|
961
458
|
right: 1rem;
|
|
962
459
|
}
|
|
963
|
-
.right-6 {
|
|
964
|
-
right: 1.5rem;
|
|
965
|
-
}
|
|
966
460
|
.top-0 {
|
|
967
461
|
top: 0px;
|
|
968
462
|
}
|
|
@@ -972,6 +466,9 @@ body {
|
|
|
972
466
|
.top-1\.5 {
|
|
973
467
|
top: 0.375rem;
|
|
974
468
|
}
|
|
469
|
+
.top-2 {
|
|
470
|
+
top: 0.5rem;
|
|
471
|
+
}
|
|
975
472
|
.top-3\.5 {
|
|
976
473
|
top: 0.875rem;
|
|
977
474
|
}
|
|
@@ -1200,9 +697,6 @@ body {
|
|
|
1200
697
|
.min-h-\[220px\] {
|
|
1201
698
|
min-height: 220px;
|
|
1202
699
|
}
|
|
1203
|
-
.min-h-\[240px\] {
|
|
1204
|
-
min-height: 240px;
|
|
1205
|
-
}
|
|
1206
700
|
.min-h-\[400px\] {
|
|
1207
701
|
min-height: 400px;
|
|
1208
702
|
}
|
|
@@ -1230,9 +724,6 @@ body {
|
|
|
1230
724
|
.w-10 {
|
|
1231
725
|
width: 2.5rem;
|
|
1232
726
|
}
|
|
1233
|
-
.w-11 {
|
|
1234
|
-
width: 2.75rem;
|
|
1235
|
-
}
|
|
1236
727
|
.w-12 {
|
|
1237
728
|
width: 3rem;
|
|
1238
729
|
}
|
|
@@ -1293,6 +784,9 @@ body {
|
|
|
1293
784
|
.w-\[1px\] {
|
|
1294
785
|
width: 1px;
|
|
1295
786
|
}
|
|
787
|
+
.w-\[45\%\] {
|
|
788
|
+
width: 45%;
|
|
789
|
+
}
|
|
1296
790
|
.w-auto {
|
|
1297
791
|
width: auto;
|
|
1298
792
|
}
|
|
@@ -1309,6 +803,9 @@ body {
|
|
|
1309
803
|
.min-w-5 {
|
|
1310
804
|
min-width: 1.25rem;
|
|
1311
805
|
}
|
|
806
|
+
.min-w-\[400px\] {
|
|
807
|
+
min-width: 400px;
|
|
808
|
+
}
|
|
1312
809
|
.min-w-\[8rem\] {
|
|
1313
810
|
min-width: 8rem;
|
|
1314
811
|
}
|
|
@@ -1330,6 +827,9 @@ body {
|
|
|
1330
827
|
.max-w-\[--skeleton-width\] {
|
|
1331
828
|
max-width: var(--skeleton-width);
|
|
1332
829
|
}
|
|
830
|
+
.max-w-\[600px\] {
|
|
831
|
+
max-width: 600px;
|
|
832
|
+
}
|
|
1333
833
|
.max-w-\[80\%\] {
|
|
1334
834
|
max-width: 80%;
|
|
1335
835
|
}
|
|
@@ -1449,6 +949,9 @@ body {
|
|
|
1449
949
|
.cursor-pointer {
|
|
1450
950
|
cursor: pointer;
|
|
1451
951
|
}
|
|
952
|
+
.cursor-wait {
|
|
953
|
+
cursor: wait;
|
|
954
|
+
}
|
|
1452
955
|
.select-none {
|
|
1453
956
|
-webkit-user-select: none;
|
|
1454
957
|
-moz-user-select: none;
|
|
@@ -1604,6 +1107,9 @@ body {
|
|
|
1604
1107
|
.rounded-2xl {
|
|
1605
1108
|
border-radius: 1rem;
|
|
1606
1109
|
}
|
|
1110
|
+
.rounded-3xl {
|
|
1111
|
+
border-radius: 1.5rem;
|
|
1112
|
+
}
|
|
1607
1113
|
.rounded-full {
|
|
1608
1114
|
border-radius: 9999px;
|
|
1609
1115
|
}
|
|
@@ -1634,6 +1140,9 @@ body {
|
|
|
1634
1140
|
.border {
|
|
1635
1141
|
border-width: 1px;
|
|
1636
1142
|
}
|
|
1143
|
+
.border-0 {
|
|
1144
|
+
border-width: 0px;
|
|
1145
|
+
}
|
|
1637
1146
|
.border-2 {
|
|
1638
1147
|
border-width: 2px;
|
|
1639
1148
|
}
|
|
@@ -1683,6 +1192,9 @@ body {
|
|
|
1683
1192
|
.border-border\/60 {
|
|
1684
1193
|
border-color: hsl(var(--border) / 0.6);
|
|
1685
1194
|
}
|
|
1195
|
+
.border-current {
|
|
1196
|
+
border-color: currentColor;
|
|
1197
|
+
}
|
|
1686
1198
|
.border-destructive {
|
|
1687
1199
|
border-color: hsl(var(--destructive));
|
|
1688
1200
|
}
|
|
@@ -1715,9 +1227,6 @@ body {
|
|
|
1715
1227
|
.border-primary\/20 {
|
|
1716
1228
|
border-color: hsl(var(--primary) / 0.2);
|
|
1717
1229
|
}
|
|
1718
|
-
.border-primary\/50 {
|
|
1719
|
-
border-color: hsl(var(--primary) / 0.5);
|
|
1720
|
-
}
|
|
1721
1230
|
.border-red-200 {
|
|
1722
1231
|
--tw-border-opacity: 1;
|
|
1723
1232
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
@@ -1728,9 +1237,6 @@ body {
|
|
|
1728
1237
|
.border-transparent {
|
|
1729
1238
|
border-color: transparent;
|
|
1730
1239
|
}
|
|
1731
|
-
.border-white\/15 {
|
|
1732
|
-
border-color: rgb(255 255 255 / 0.15);
|
|
1733
|
-
}
|
|
1734
1240
|
.border-yellow-200 {
|
|
1735
1241
|
--tw-border-opacity: 1;
|
|
1736
1242
|
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
|
|
@@ -1745,13 +1251,9 @@ body {
|
|
|
1745
1251
|
.border-t-transparent {
|
|
1746
1252
|
border-top-color: transparent;
|
|
1747
1253
|
}
|
|
1748
|
-
.bg
|
|
1749
|
-
--tw-bg-opacity: 1;
|
|
1750
|
-
background-color: rgb(28 31 35 / var(--tw-bg-opacity, 1));
|
|
1751
|
-
}
|
|
1752
|
-
.bg-amber-400 {
|
|
1254
|
+
.bg-amber-500 {
|
|
1753
1255
|
--tw-bg-opacity: 1;
|
|
1754
|
-
background-color: rgb(
|
|
1256
|
+
background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
|
|
1755
1257
|
}
|
|
1756
1258
|
.bg-background {
|
|
1757
1259
|
background-color: hsl(var(--background));
|
|
@@ -1765,6 +1267,9 @@ body {
|
|
|
1765
1267
|
.bg-background\/80 {
|
|
1766
1268
|
background-color: hsl(var(--background) / 0.8);
|
|
1767
1269
|
}
|
|
1270
|
+
.bg-background\/90 {
|
|
1271
|
+
background-color: hsl(var(--background) / 0.9);
|
|
1272
|
+
}
|
|
1768
1273
|
.bg-black {
|
|
1769
1274
|
--tw-bg-opacity: 1;
|
|
1770
1275
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
@@ -1857,6 +1362,9 @@ body {
|
|
|
1857
1362
|
.bg-primary\/10 {
|
|
1858
1363
|
background-color: hsl(var(--primary) / 0.1);
|
|
1859
1364
|
}
|
|
1365
|
+
.bg-primary\/20 {
|
|
1366
|
+
background-color: hsl(var(--primary) / 0.2);
|
|
1367
|
+
}
|
|
1860
1368
|
.bg-red-400\/15 {
|
|
1861
1369
|
background-color: rgb(248 113 113 / 0.15);
|
|
1862
1370
|
}
|
|
@@ -1890,6 +1398,24 @@ body {
|
|
|
1890
1398
|
--tw-bg-opacity: 1;
|
|
1891
1399
|
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
|
|
1892
1400
|
}
|
|
1401
|
+
.bg-gradient-to-r {
|
|
1402
|
+
background-image: linear-gradient(to right, var(--tw-gradient-stops));
|
|
1403
|
+
}
|
|
1404
|
+
.from-border\/60 {
|
|
1405
|
+
--tw-gradient-from: hsl(var(--border) / 0.6) var(--tw-gradient-from-position);
|
|
1406
|
+
--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);
|
|
1407
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1408
|
+
}
|
|
1409
|
+
.via-border\/30 {
|
|
1410
|
+
--tw-gradient-to: hsl(var(--border) / 0) var(--tw-gradient-to-position);
|
|
1411
|
+
--tw-gradient-stops:
|
|
1412
|
+
var(--tw-gradient-from),
|
|
1413
|
+
hsl(var(--border) / 0.3) var(--tw-gradient-via-position),
|
|
1414
|
+
var(--tw-gradient-to);
|
|
1415
|
+
}
|
|
1416
|
+
.to-border\/60 {
|
|
1417
|
+
--tw-gradient-to: hsl(var(--border) / 0.6) var(--tw-gradient-to-position);
|
|
1418
|
+
}
|
|
1893
1419
|
.fill-current {
|
|
1894
1420
|
fill: currentColor;
|
|
1895
1421
|
}
|
|
@@ -1922,6 +1448,9 @@ body {
|
|
|
1922
1448
|
.p-8 {
|
|
1923
1449
|
padding: 2rem;
|
|
1924
1450
|
}
|
|
1451
|
+
.p-\[1px\] {
|
|
1452
|
+
padding: 1px;
|
|
1453
|
+
}
|
|
1925
1454
|
.px-1 {
|
|
1926
1455
|
padding-left: 0.25rem;
|
|
1927
1456
|
padding-right: 0.25rem;
|
|
@@ -1942,6 +1471,10 @@ body {
|
|
|
1942
1471
|
padding-left: 1rem;
|
|
1943
1472
|
padding-right: 1rem;
|
|
1944
1473
|
}
|
|
1474
|
+
.px-5 {
|
|
1475
|
+
padding-left: 1.25rem;
|
|
1476
|
+
padding-right: 1.25rem;
|
|
1477
|
+
}
|
|
1945
1478
|
.px-8 {
|
|
1946
1479
|
padding-left: 2rem;
|
|
1947
1480
|
padding-right: 2rem;
|
|
@@ -1998,8 +1531,8 @@ body {
|
|
|
1998
1531
|
.pt-0 {
|
|
1999
1532
|
padding-top: 0px;
|
|
2000
1533
|
}
|
|
2001
|
-
.pt-
|
|
2002
|
-
padding-top:
|
|
1534
|
+
.pt-4 {
|
|
1535
|
+
padding-top: 1rem;
|
|
2003
1536
|
}
|
|
2004
1537
|
.text-left {
|
|
2005
1538
|
text-align: left;
|
|
@@ -2115,10 +1648,6 @@ body {
|
|
|
2115
1648
|
--tw-text-opacity: 1;
|
|
2116
1649
|
color: rgb(245 158 11 / var(--tw-text-opacity, 1));
|
|
2117
1650
|
}
|
|
2118
|
-
.text-amber-950 {
|
|
2119
|
-
--tw-text-opacity: 1;
|
|
2120
|
-
color: rgb(69 26 3 / var(--tw-text-opacity, 1));
|
|
2121
|
-
}
|
|
2122
1651
|
.text-blue-500 {
|
|
2123
1652
|
--tw-text-opacity: 1;
|
|
2124
1653
|
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
|
|
@@ -2176,6 +1705,9 @@ body {
|
|
|
2176
1705
|
.text-muted-foreground {
|
|
2177
1706
|
color: hsl(var(--muted-foreground));
|
|
2178
1707
|
}
|
|
1708
|
+
.text-muted-foreground\/50 {
|
|
1709
|
+
color: hsl(var(--muted-foreground) / 0.5);
|
|
1710
|
+
}
|
|
2179
1711
|
.text-muted-foreground\/70 {
|
|
2180
1712
|
color: hsl(var(--muted-foreground) / 0.7);
|
|
2181
1713
|
}
|
|
@@ -2276,14 +1808,6 @@ body {
|
|
|
2276
1808
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
2277
1809
|
var(--tw-shadow);
|
|
2278
1810
|
}
|
|
2279
|
-
.shadow-\[0_14px_40px_rgba\(0\,0\,0\,0\.35\)\] {
|
|
2280
|
-
--tw-shadow: 0 14px 40px rgba(0,0,0,0.35);
|
|
2281
|
-
--tw-shadow-colored: 0 14px 40px var(--tw-shadow-color);
|
|
2282
|
-
box-shadow:
|
|
2283
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2284
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
2285
|
-
var(--tw-shadow);
|
|
2286
|
-
}
|
|
2287
1811
|
.shadow-lg {
|
|
2288
1812
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2289
1813
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -2523,6 +2047,12 @@ body {
|
|
|
2523
2047
|
.placeholder\:text-muted-foreground::placeholder {
|
|
2524
2048
|
color: hsl(var(--muted-foreground));
|
|
2525
2049
|
}
|
|
2050
|
+
.placeholder\:text-muted-foreground\/60::-moz-placeholder {
|
|
2051
|
+
color: hsl(var(--muted-foreground) / 0.6);
|
|
2052
|
+
}
|
|
2053
|
+
.placeholder\:text-muted-foreground\/60::placeholder {
|
|
2054
|
+
color: hsl(var(--muted-foreground) / 0.6);
|
|
2055
|
+
}
|
|
2526
2056
|
.after\:absolute::after {
|
|
2527
2057
|
content: var(--tw-content);
|
|
2528
2058
|
position: absolute;
|
|
@@ -2558,15 +2088,12 @@ body {
|
|
|
2558
2088
|
.hover\:border-primary\/40:hover {
|
|
2559
2089
|
border-color: hsl(var(--primary) / 0.4);
|
|
2560
2090
|
}
|
|
2561
|
-
.hover\:border-white\/40:hover {
|
|
2562
|
-
border-color: rgb(255 255 255 / 0.4);
|
|
2563
|
-
}
|
|
2564
2091
|
.hover\:bg-accent:hover {
|
|
2565
2092
|
background-color: hsl(var(--accent));
|
|
2566
2093
|
}
|
|
2567
|
-
.hover\:bg-amber-
|
|
2094
|
+
.hover\:bg-amber-400:hover {
|
|
2568
2095
|
--tw-bg-opacity: 1;
|
|
2569
|
-
background-color: rgb(
|
|
2096
|
+
background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
|
|
2570
2097
|
}
|
|
2571
2098
|
.hover\:bg-blue-700:hover {
|
|
2572
2099
|
--tw-bg-opacity: 1;
|
|
@@ -2616,9 +2143,6 @@ body {
|
|
|
2616
2143
|
--tw-text-opacity: 1;
|
|
2617
2144
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
2618
2145
|
}
|
|
2619
|
-
.hover\:text-primary:hover {
|
|
2620
|
-
color: hsl(var(--primary));
|
|
2621
|
-
}
|
|
2622
2146
|
.hover\:underline:hover {
|
|
2623
2147
|
text-decoration-line: underline;
|
|
2624
2148
|
}
|
|
@@ -3079,15 +2603,9 @@ body {
|
|
|
3079
2603
|
.sm\:flex-col {
|
|
3080
2604
|
flex-direction: column;
|
|
3081
2605
|
}
|
|
3082
|
-
.sm\:items-center {
|
|
3083
|
-
align-items: center;
|
|
3084
|
-
}
|
|
3085
2606
|
.sm\:justify-end {
|
|
3086
2607
|
justify-content: flex-end;
|
|
3087
2608
|
}
|
|
3088
|
-
.sm\:justify-between {
|
|
3089
|
-
justify-content: space-between;
|
|
3090
|
-
}
|
|
3091
2609
|
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
3092
2610
|
--tw-space-x-reverse: 0;
|
|
3093
2611
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -3103,10 +2621,18 @@ body {
|
|
|
3103
2621
|
padding-left: 1rem;
|
|
3104
2622
|
padding-right: 1rem;
|
|
3105
2623
|
}
|
|
2624
|
+
.sm\:px-6 {
|
|
2625
|
+
padding-left: 1.5rem;
|
|
2626
|
+
padding-right: 1.5rem;
|
|
2627
|
+
}
|
|
3106
2628
|
.sm\:py-4 {
|
|
3107
2629
|
padding-top: 1rem;
|
|
3108
2630
|
padding-bottom: 1rem;
|
|
3109
2631
|
}
|
|
2632
|
+
.sm\:py-5 {
|
|
2633
|
+
padding-top: 1.25rem;
|
|
2634
|
+
padding-bottom: 1.25rem;
|
|
2635
|
+
}
|
|
3110
2636
|
.sm\:py-8 {
|
|
3111
2637
|
padding-top: 2rem;
|
|
3112
2638
|
padding-bottom: 2rem;
|
|
@@ -3164,29 +2690,12 @@ body {
|
|
|
3164
2690
|
}
|
|
3165
2691
|
}
|
|
3166
2692
|
@media (min-width: 1024px) {
|
|
3167
|
-
.lg\:
|
|
3168
|
-
|
|
3169
|
-
}
|
|
3170
|
-
.lg\:top-4 {
|
|
3171
|
-
top: 1rem;
|
|
3172
|
-
}
|
|
3173
|
-
.lg\:w-\[320px\] {
|
|
3174
|
-
width: 320px;
|
|
2693
|
+
.lg\:block {
|
|
2694
|
+
display: block;
|
|
3175
2695
|
}
|
|
3176
2696
|
.lg\:grid-cols-3 {
|
|
3177
2697
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
3178
2698
|
}
|
|
3179
|
-
.lg\:flex-row {
|
|
3180
|
-
flex-direction: row;
|
|
3181
|
-
}
|
|
3182
|
-
.lg\:items-start {
|
|
3183
|
-
align-items: flex-start;
|
|
3184
|
-
}
|
|
3185
|
-
}
|
|
3186
|
-
@media (min-width: 1280px) {
|
|
3187
|
-
.xl\:w-\[360px\] {
|
|
3188
|
-
width: 360px;
|
|
3189
|
-
}
|
|
3190
2699
|
}
|
|
3191
2700
|
@media (prefers-color-scheme: dark) {
|
|
3192
2701
|
.dark\:-rotate-90 {
|
|
@@ -3207,6 +2716,9 @@ body {
|
|
|
3207
2716
|
--tw-scale-y: 1;
|
|
3208
2717
|
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));
|
|
3209
2718
|
}
|
|
2719
|
+
.dark\:border-0 {
|
|
2720
|
+
border-width: 0px;
|
|
2721
|
+
}
|
|
3210
2722
|
.dark\:bg-gray-700 {
|
|
3211
2723
|
--tw-bg-opacity: 1;
|
|
3212
2724
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
|
|
@@ -3215,9 +2727,27 @@ body {
|
|
|
3215
2727
|
--tw-bg-opacity: 1;
|
|
3216
2728
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
|
|
3217
2729
|
}
|
|
2730
|
+
.dark\:bg-muted\/50 {
|
|
2731
|
+
background-color: hsl(var(--muted) / 0.5);
|
|
2732
|
+
}
|
|
3218
2733
|
.dark\:bg-yellow-900\/20 {
|
|
3219
2734
|
background-color: rgb(113 63 18 / 0.2);
|
|
3220
2735
|
}
|
|
2736
|
+
.dark\:from-primary\/40 {
|
|
2737
|
+
--tw-gradient-from: hsl(var(--primary) / 0.4) var(--tw-gradient-from-position);
|
|
2738
|
+
--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
|
|
2739
|
+
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
2740
|
+
}
|
|
2741
|
+
.dark\:via-primary\/20 {
|
|
2742
|
+
--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
|
|
2743
|
+
--tw-gradient-stops:
|
|
2744
|
+
var(--tw-gradient-from),
|
|
2745
|
+
hsl(var(--primary) / 0.2) var(--tw-gradient-via-position),
|
|
2746
|
+
var(--tw-gradient-to);
|
|
2747
|
+
}
|
|
2748
|
+
.dark\:to-primary\/40 {
|
|
2749
|
+
--tw-gradient-to: hsl(var(--primary) / 0.4) var(--tw-gradient-to-position);
|
|
2750
|
+
}
|
|
3221
2751
|
.dark\:text-yellow-200 {
|
|
3222
2752
|
--tw-text-opacity: 1;
|
|
3223
2753
|
color: rgb(254 240 138 / var(--tw-text-opacity, 1));
|
|
@@ -3230,6 +2760,18 @@ body {
|
|
|
3230
2760
|
--tw-text-opacity: 1;
|
|
3231
2761
|
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
|
|
3232
2762
|
}
|
|
2763
|
+
.dark\:shadow-lg {
|
|
2764
|
+
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2765
|
+
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2766
|
+
box-shadow:
|
|
2767
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
2768
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
2769
|
+
var(--tw-shadow);
|
|
2770
|
+
}
|
|
2771
|
+
.dark\:shadow-primary\/5 {
|
|
2772
|
+
--tw-shadow-color: hsl(var(--primary) / 0.05);
|
|
2773
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
2774
|
+
}
|
|
3233
2775
|
.dark\:selection\:bg-primary\/40 *::-moz-selection {
|
|
3234
2776
|
background-color: hsl(var(--primary) / 0.4);
|
|
3235
2777
|
}
|