@git-diff-view/react 0.0.24 → 0.0.26

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.
@@ -0,0 +1,662 @@
1
+ .diff-tailwindcss-wrapper .container {
2
+ width: 100%;
3
+ }
4
+ @media (min-width: 640px) {
5
+ .diff-tailwindcss-wrapper .container {
6
+ max-width: 640px;
7
+ }
8
+ }
9
+ @media (min-width: 768px) {
10
+ .diff-tailwindcss-wrapper .container {
11
+ max-width: 768px;
12
+ }
13
+ }
14
+ @media (min-width: 1024px) {
15
+ .diff-tailwindcss-wrapper .container {
16
+ max-width: 1024px;
17
+ }
18
+ }
19
+ @media (min-width: 1280px) {
20
+ .diff-tailwindcss-wrapper .container {
21
+ max-width: 1280px;
22
+ }
23
+ }
24
+ @media (min-width: 1536px) {
25
+ .diff-tailwindcss-wrapper .container {
26
+ max-width: 1536px;
27
+ }
28
+ }
29
+ .diff-tailwindcss-wrapper .invisible {
30
+ visibility: hidden;
31
+ }
32
+ .diff-tailwindcss-wrapper .absolute {
33
+ position: absolute;
34
+ }
35
+ .diff-tailwindcss-wrapper .relative {
36
+ position: relative;
37
+ }
38
+ .diff-tailwindcss-wrapper .sticky {
39
+ position: sticky;
40
+ }
41
+ .diff-tailwindcss-wrapper .left-0 {
42
+ left: 0px;
43
+ }
44
+ .diff-tailwindcss-wrapper .left-\[100\%\] {
45
+ left: 100%;
46
+ }
47
+ .diff-tailwindcss-wrapper .right-\[100\%\] {
48
+ right: 100%;
49
+ }
50
+ .diff-tailwindcss-wrapper .top-0 {
51
+ top: 0px;
52
+ }
53
+ .diff-tailwindcss-wrapper .top-\[1px\] {
54
+ top: 1px;
55
+ }
56
+ .diff-tailwindcss-wrapper .top-\[50\%\] {
57
+ top: 50%;
58
+ }
59
+ .diff-tailwindcss-wrapper .z-\[1\] {
60
+ z-index: 1;
61
+ }
62
+ .diff-tailwindcss-wrapper .ml-\[-1\.5em\] {
63
+ margin-left: -1.5em;
64
+ }
65
+ .diff-tailwindcss-wrapper .block {
66
+ display: block;
67
+ }
68
+ .diff-tailwindcss-wrapper .inline-block {
69
+ display: inline-block;
70
+ }
71
+ .diff-tailwindcss-wrapper .flex {
72
+ display: flex;
73
+ }
74
+ .diff-tailwindcss-wrapper .table {
75
+ display: table;
76
+ }
77
+ .diff-tailwindcss-wrapper .hidden {
78
+ display: none;
79
+ }
80
+ .diff-tailwindcss-wrapper .h-\[50\%\] {
81
+ height: 50%;
82
+ }
83
+ .diff-tailwindcss-wrapper .h-full {
84
+ height: 100%;
85
+ }
86
+ .diff-tailwindcss-wrapper .min-h-\[28px\] {
87
+ min-height: 28px;
88
+ }
89
+ .diff-tailwindcss-wrapper .w-\[1\%\] {
90
+ width: 1%;
91
+ }
92
+ .diff-tailwindcss-wrapper .w-\[1\.5em\] {
93
+ width: 1.5em;
94
+ }
95
+ .diff-tailwindcss-wrapper .w-\[1\.5px\] {
96
+ width: 1.5px;
97
+ }
98
+ .diff-tailwindcss-wrapper .w-\[10px\] {
99
+ width: 10px;
100
+ }
101
+ .diff-tailwindcss-wrapper .w-\[1px\] {
102
+ width: 1px;
103
+ }
104
+ .diff-tailwindcss-wrapper .w-\[50\%\] {
105
+ width: 50%;
106
+ }
107
+ .diff-tailwindcss-wrapper .w-full {
108
+ width: 100%;
109
+ }
110
+ .diff-tailwindcss-wrapper .w-max {
111
+ width: -moz-max-content;
112
+ width: max-content;
113
+ }
114
+ .diff-tailwindcss-wrapper .min-w-\[100px\] {
115
+ min-width: 100px;
116
+ }
117
+ .diff-tailwindcss-wrapper .min-w-\[40px\] {
118
+ min-width: 40px;
119
+ }
120
+ .diff-tailwindcss-wrapper .min-w-full {
121
+ min-width: 100%;
122
+ }
123
+ .diff-tailwindcss-wrapper .flex-shrink-0 {
124
+ flex-shrink: 0;
125
+ }
126
+ .diff-tailwindcss-wrapper .shrink-0 {
127
+ flex-shrink: 0;
128
+ }
129
+ .diff-tailwindcss-wrapper .basis-\[50\%\] {
130
+ flex-basis: 50%;
131
+ }
132
+ .diff-tailwindcss-wrapper .table-fixed {
133
+ table-layout: fixed;
134
+ }
135
+ .diff-tailwindcss-wrapper .border-collapse {
136
+ border-collapse: collapse;
137
+ }
138
+ .diff-tailwindcss-wrapper .border-spacing-0 {
139
+ --tw-border-spacing-x: 0px;
140
+ --tw-border-spacing-y: 0px;
141
+ border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
142
+ }
143
+ .diff-tailwindcss-wrapper .origin-center {
144
+ transform-origin: center;
145
+ }
146
+ .diff-tailwindcss-wrapper .translate-x-\[-50\%\] {
147
+ --tw-translate-x: -50%;
148
+ 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));
149
+ }
150
+ .diff-tailwindcss-wrapper .translate-x-\[50\%\] {
151
+ --tw-translate-x: 50%;
152
+ 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));
153
+ }
154
+ .diff-tailwindcss-wrapper .translate-y-\[-50\%\] {
155
+ --tw-translate-y: -50%;
156
+ 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));
157
+ }
158
+ .diff-tailwindcss-wrapper .cursor-pointer {
159
+ cursor: pointer;
160
+ }
161
+ .diff-tailwindcss-wrapper .select-none {
162
+ -webkit-user-select: none;
163
+ -moz-user-select: none;
164
+ user-select: none;
165
+ }
166
+ .diff-tailwindcss-wrapper .flex-col {
167
+ flex-direction: column;
168
+ }
169
+ .diff-tailwindcss-wrapper .items-start {
170
+ align-items: flex-start;
171
+ }
172
+ .diff-tailwindcss-wrapper .items-center {
173
+ align-items: center;
174
+ }
175
+ .diff-tailwindcss-wrapper .justify-center {
176
+ justify-content: center;
177
+ }
178
+ .diff-tailwindcss-wrapper .overflow-x-auto {
179
+ overflow-x: auto;
180
+ }
181
+ .diff-tailwindcss-wrapper .overflow-y-hidden {
182
+ overflow-y: hidden;
183
+ }
184
+ .diff-tailwindcss-wrapper .whitespace-nowrap {
185
+ white-space: nowrap;
186
+ }
187
+ .diff-tailwindcss-wrapper .break-all {
188
+ word-break: break-all;
189
+ }
190
+ .diff-tailwindcss-wrapper .rounded-\[0\.2em\] {
191
+ border-radius: 0.2em;
192
+ }
193
+ .diff-tailwindcss-wrapper .rounded-\[2px\] {
194
+ border-radius: 2px;
195
+ }
196
+ .diff-tailwindcss-wrapper .rounded-md {
197
+ border-radius: 0.375rem;
198
+ }
199
+ .diff-tailwindcss-wrapper .border-l-\[1px\] {
200
+ border-left-width: 1px;
201
+ }
202
+ .diff-tailwindcss-wrapper .fill-current {
203
+ fill: currentColor;
204
+ }
205
+ .diff-tailwindcss-wrapper .p-0 {
206
+ padding: 0px;
207
+ }
208
+ .diff-tailwindcss-wrapper .p-\[1px\] {
209
+ padding: 1px;
210
+ }
211
+ .diff-tailwindcss-wrapper .px-\[10px\] {
212
+ padding-left: 10px;
213
+ padding-right: 10px;
214
+ }
215
+ .diff-tailwindcss-wrapper .py-\[2px\] {
216
+ padding-top: 2px;
217
+ padding-bottom: 2px;
218
+ }
219
+ .diff-tailwindcss-wrapper .py-\[6px\] {
220
+ padding-top: 6px;
221
+ padding-bottom: 6px;
222
+ }
223
+ .diff-tailwindcss-wrapper .pl-\[1\.5em\] {
224
+ padding-left: 1.5em;
225
+ }
226
+ .diff-tailwindcss-wrapper .pl-\[10px\] {
227
+ padding-left: 10px;
228
+ }
229
+ .diff-tailwindcss-wrapper .pl-\[2\.0em\] {
230
+ padding-left: 2.0em;
231
+ }
232
+ .diff-tailwindcss-wrapper .pr-\[10px\] {
233
+ padding-right: 10px;
234
+ }
235
+ .diff-tailwindcss-wrapper .text-right {
236
+ text-align: right;
237
+ }
238
+ .diff-tailwindcss-wrapper .indent-\[0\.2em\] {
239
+ text-indent: 0.2em;
240
+ }
241
+ .diff-tailwindcss-wrapper .align-top {
242
+ vertical-align: top;
243
+ }
244
+ .diff-tailwindcss-wrapper .align-middle {
245
+ vertical-align: middle;
246
+ }
247
+ .diff-tailwindcss-wrapper .text-\[1\.2em\] {
248
+ font-size: 1.2em;
249
+ }
250
+ .diff-tailwindcss-wrapper .leading-\[1\.4\] {
251
+ line-height: 1.4;
252
+ }
253
+ .diff-tailwindcss-wrapper .leading-\[1\.6\] {
254
+ line-height: 1.6;
255
+ }
256
+ .diff-tailwindcss-wrapper .\!text-red-500 {
257
+ --tw-text-opacity: 1 !important;
258
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
259
+ }
260
+ .diff-tailwindcss-wrapper .opacity-\[0\.5\] {
261
+ opacity: 0.5;
262
+ }
263
+ .diff-tailwindcss-wrapper .filter {
264
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
265
+ }
266
+ .diff-tailwindcss-wrapper .transition-transform {
267
+ transition-property: transform;
268
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
269
+ transition-duration: 150ms;
270
+ }
271
+ .diff-tailwindcss-wrapper * {
272
+ box-sizing: border-box;
273
+ }
274
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-style-root {
275
+ --diff-border--: #dedede;
276
+ --diff-add-content--: #e6ffec;
277
+ --diff-del-content--: #ffebe9;
278
+ --diff-add-lineNumber--: #ccffd8;
279
+ --diff-del-lineNumber--: #ffd7d5;
280
+ --diff-plain-content--: #ffffff;
281
+ --diff-expand-content--: #fafafa;
282
+ --diff-plain-lineNumber--: #fafafa;
283
+ --diff-plain-lineNumber-color--: #555555;
284
+ --diff-hunk-content--: #ddf4ff;
285
+ --diff-hunk-lineNumber--: #c7ecff;
286
+ --diff-hunk-lineNumber-hover--: #0969da;
287
+ --diff-add-content-highlight--: #abf2bc;
288
+ --diff-del-content-highlight--: #ffb3ad;
289
+ --diff-add-widget--: #0969d2;
290
+ --diff-add-widget-color--: #ffffff;
291
+ --diff-empty-content--: #fafafa;
292
+ --diff-hunk-content-color--: #777777;
293
+
294
+ color: black;
295
+ }
296
+ .diff-tailwindcss-wrapper .diff-style-root .diff-line-syntax-raw *,
297
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw * {
298
+ color: var(--diff-view-light, inherit);
299
+ font-weight: var(--diff-view-light-font-weight, inherit);
300
+ }
301
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-style-root {
302
+ --diff-border--: #3d444d;
303
+ --diff-add-content--: #14261f;
304
+ --diff-del-content--: #311b1f;
305
+ --diff-add-lineNumber--: #1f4429;
306
+ --diff-del-lineNumber--: #552527;
307
+ --diff-plain-content--: #0d1117;
308
+ --diff-expand-content--: #161b22;
309
+ --diff-plain-lineNumber--: #161b22;
310
+ --diff-plain-lineNumber-color--: #a0aaab;
311
+ --diff-hunk-content--: #131d2e;
312
+ --diff-hunk-lineNumber--: #204274;
313
+ --diff-hunk-lineNumber-hover--: #1f6feb;
314
+ --diff-add-content-highlight--: #1f572d;
315
+ --diff-del-content-highlight--: #80312f;
316
+ --diff-add-widget--: #0969d2;
317
+ --diff-add-widget-color--: #ffffff;
318
+ --diff-empty-content--: #161b22;
319
+ --diff-hunk-content-color--: #9298a0;
320
+
321
+ color: white;
322
+ }
323
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw * {
324
+ color: var(--diff-view-dark, inherit);
325
+ font-weight: var(--diff-view-dark-font-weight, inherit);
326
+ }
327
+ .diff-tailwindcss-wrapper table,
328
+ .diff-tailwindcss-wrapper tr,
329
+ .diff-tailwindcss-wrapper td {
330
+ border-color: transparent;
331
+ border-width: 0px;
332
+ text-align: left;
333
+ }
334
+ .diff-tailwindcss-wrapper .diff-line-old-num,
335
+ .diff-tailwindcss-wrapper .diff-line-new-num,
336
+ .diff-tailwindcss-wrapper .diff-line-num {
337
+ text-align: right;
338
+ }
339
+ .diff-tailwindcss-wrapper .diff-style-root tr {
340
+ content-visibility: auto;
341
+ }
342
+ .diff-tailwindcss-wrapper .diff-add-widget-wrapper {
343
+ transform-origin: center;
344
+ transform: translateX(-50%) !important;
345
+ }
346
+ .diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper,
347
+ .diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper {
348
+ transform: translateX(50%) !important;
349
+ }
350
+ .diff-tailwindcss-wrapper .diff-add-widget-wrapper:hover {
351
+ transform: translateX(-50%) scale(1.1) !important;
352
+ }
353
+ .diff-tailwindcss-wrapper .diff-line-old-content .diff-add-widget-wrapper:hover,
354
+ .diff-tailwindcss-wrapper .diff-line-new-content .diff-add-widget-wrapper:hover {
355
+ transform: translateX(50%) scale(1.1) !important;
356
+ }
357
+ .diff-tailwindcss-wrapper .diff-widget-tooltip {
358
+ position: relative;
359
+ }
360
+ .diff-tailwindcss-wrapper .diff-add-widget,
361
+ .diff-tailwindcss-wrapper .diff-widget-tooltip {
362
+ font-family: inherit;
363
+ font-feature-settings: inherit;
364
+ font-variation-settings: inherit;
365
+ font-size: 100%;
366
+ font-weight: inherit;
367
+ line-height: inherit;
368
+ letter-spacing: inherit;
369
+ color: inherit;
370
+ margin: 0;
371
+ text-transform: none;
372
+ border-width: 0px;
373
+ background-color: transparent;
374
+ background-image: none;
375
+ }
376
+ .diff-tailwindcss-wrapper .diff-widget-tooltip::after {
377
+ display: none;
378
+ box-sizing: border-box;
379
+ background-color: #555555;
380
+ position: absolute;
381
+ content: attr(data-title);
382
+ font-size: 11px;
383
+ padding: 1px 2px;
384
+ border-radius: 4px;
385
+ overflow: hidden;
386
+ top: 50%;
387
+ white-space: nowrap;
388
+ transform: translateY(-50%);
389
+ left: calc(100% + 8px);
390
+ color: #ffffff;
391
+ }
392
+ .diff-tailwindcss-wrapper .diff-widget-tooltip::before {
393
+ display: none;
394
+ box-sizing: border-box;
395
+ content: "";
396
+ position: absolute;
397
+ top: 50%;
398
+ left: calc(100% - 2px);
399
+ transform: translateY(-50%);
400
+ border: 6px solid transparent;
401
+ border-right-color: #555555;
402
+ }
403
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover {
404
+ background-color: var(--diff-hunk-lineNumber-hover--);
405
+ color: white;
406
+ }
407
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover::before {
408
+ display: block;
409
+ }
410
+ .diff-tailwindcss-wrapper .diff-widget-tooltip:hover::after {
411
+ display: block;
412
+ }
413
+ .diff-line-extend-wrapper * {
414
+ color: initial;
415
+ }
416
+ .diff-line-widget-wrapper * {
417
+ color: initial;
418
+ }
419
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw pre code.hljs {
420
+ display: block;
421
+ overflow-x: auto;
422
+ padding: 1em
423
+ }
424
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw code.hljs {
425
+ padding: 3px 5px
426
+ }
427
+ /*!
428
+ Theme: GitHub
429
+ Description: Light theme as seen on github.com
430
+ Author: github.com
431
+ Maintainer: @Hirse
432
+ Updated: 2021-05-15
433
+
434
+ Outdated base version: https://github.com/primer/github-syntax-light
435
+ Current colors taken from GitHub's CSS
436
+ */
437
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs {
438
+ color: #24292e;
439
+ background: #ffffff
440
+ }
441
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-doctag,
442
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-keyword,
443
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
444
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-tag,
445
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-template-variable,
446
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-type,
447
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable.language_ {
448
+ /* prettylights-syntax-keyword */
449
+ color: #d73a49
450
+ }
451
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title,
452
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_,
453
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
454
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-title.function_ {
455
+ /* prettylights-syntax-entity */
456
+ color: #6f42c1
457
+ }
458
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attr,
459
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-attribute,
460
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-literal,
461
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta,
462
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-number,
463
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-operator,
464
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-variable,
465
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-attr,
466
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-class,
467
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-id {
468
+ /* prettylights-syntax-constant */
469
+ color: #005cc5
470
+ }
471
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-regexp,
472
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-string,
473
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-meta .hljs-string {
474
+ /* prettylights-syntax-string */
475
+ color: #032f62
476
+ }
477
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-built_in,
478
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-symbol {
479
+ /* prettylights-syntax-variable */
480
+ color: #e36209
481
+ }
482
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-comment,
483
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-code,
484
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-formula {
485
+ /* prettylights-syntax-comment */
486
+ color: #6a737d
487
+ }
488
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-name,
489
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-quote,
490
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-tag,
491
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-selector-pseudo {
492
+ /* prettylights-syntax-entity-tag */
493
+ color: #22863a
494
+ }
495
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-subst {
496
+ /* prettylights-syntax-storage-modifier-import */
497
+ color: #24292e
498
+ }
499
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-section {
500
+ /* prettylights-syntax-markup-heading */
501
+ color: #005cc5;
502
+ font-weight: bold
503
+ }
504
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-bullet {
505
+ /* prettylights-syntax-markup-list */
506
+ color: #735c0f
507
+ }
508
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-emphasis {
509
+ /* prettylights-syntax-markup-italic */
510
+ color: #24292e;
511
+ font-style: italic
512
+ }
513
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-strong {
514
+ /* prettylights-syntax-markup-bold */
515
+ color: #24292e;
516
+ font-weight: bold
517
+ }
518
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-addition {
519
+ /* prettylights-syntax-markup-inserted */
520
+ color: #22863a;
521
+ background-color: #f0fff4
522
+ }
523
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-deletion {
524
+ /* prettylights-syntax-markup-deleted */
525
+ color: #b31d28;
526
+ background-color: #ffeef0
527
+ }
528
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-char.escape_,
529
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-link,
530
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-params,
531
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-property,
532
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-punctuation,
533
+ .diff-tailwindcss-wrapper[data-theme="light"] .diff-line-syntax-raw .hljs-tag {
534
+ /* purposely ignored */
535
+
536
+ }
537
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw pre code.hljs {
538
+ display: block;
539
+ overflow-x: auto;
540
+ padding: 1em
541
+ }
542
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw code.hljs {
543
+ padding: 3px 5px
544
+ }
545
+ /*!
546
+ Theme: GitHub Dark
547
+ Description: Dark theme as seen on github.com
548
+ Author: github.com
549
+ Maintainer: @Hirse
550
+ Updated: 2021-05-15
551
+
552
+ Outdated base version: https://github.com/primer/github-syntax-dark
553
+ Current colors taken from GitHub's CSS
554
+ */
555
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs {
556
+ color: #c9d1d9;
557
+ background: #0d1117
558
+ }
559
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-doctag,
560
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-keyword,
561
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-keyword,
562
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-tag,
563
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-template-variable,
564
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-type,
565
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable.language_ {
566
+ /* prettylights-syntax-keyword */
567
+ color: #ff7b72
568
+ }
569
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title,
570
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_,
571
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.class_.inherited__,
572
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-title.function_ {
573
+ /* prettylights-syntax-entity */
574
+ color: #d2a8ff
575
+ }
576
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attr,
577
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-attribute,
578
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-literal,
579
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta,
580
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-number,
581
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-operator,
582
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-variable,
583
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-attr,
584
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-class,
585
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-id {
586
+ /* prettylights-syntax-constant */
587
+ color: #79c0ff
588
+ }
589
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-regexp,
590
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-string,
591
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-meta .hljs-string {
592
+ /* prettylights-syntax-string */
593
+ color: #a5d6ff
594
+ }
595
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-built_in,
596
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-symbol {
597
+ /* prettylights-syntax-variable */
598
+ color: #ffa657
599
+ }
600
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-comment,
601
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-code,
602
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-formula {
603
+ /* prettylights-syntax-comment */
604
+ color: #8b949e
605
+ }
606
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-name,
607
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-quote,
608
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-tag,
609
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-selector-pseudo {
610
+ /* prettylights-syntax-entity-tag */
611
+ color: #7ee787
612
+ }
613
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-subst {
614
+ /* prettylights-syntax-storage-modifier-import */
615
+ color: #c9d1d9
616
+ }
617
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-section {
618
+ /* prettylights-syntax-markup-heading */
619
+ color: #1f6feb;
620
+ font-weight: bold
621
+ }
622
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-bullet {
623
+ /* prettylights-syntax-markup-list */
624
+ color: #f2cc60
625
+ }
626
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-emphasis {
627
+ /* prettylights-syntax-markup-italic */
628
+ color: #c9d1d9;
629
+ font-style: italic
630
+ }
631
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-strong {
632
+ /* prettylights-syntax-markup-bold */
633
+ color: #c9d1d9;
634
+ font-weight: bold
635
+ }
636
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-addition {
637
+ /* prettylights-syntax-markup-inserted */
638
+ color: #aff5b4;
639
+ background-color: #033a16
640
+ }
641
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-deletion {
642
+ /* prettylights-syntax-markup-deleted */
643
+ color: #ffdcd7;
644
+ background-color: #67060c
645
+ }
646
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-char.escape_,
647
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-link,
648
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-params,
649
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-property,
650
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-punctuation,
651
+ .diff-tailwindcss-wrapper[data-theme="dark"] .diff-line-syntax-raw .hljs-tag {
652
+ /* purposely ignored */
653
+
654
+ }
655
+ .diff-tailwindcss-wrapper .hover\:scale-110:hover {
656
+ --tw-scale-x: 1.1;
657
+ --tw-scale-y: 1.1;
658
+ 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));
659
+ }
660
+ .diff-tailwindcss-wrapper .group:hover .group-hover\:visible {
661
+ visibility: visible;
662
+ }