@uipath/apollo-wind 2.20.0 → 2.21.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.
@@ -0,0 +1,1052 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ apolloCoreDarkHCMonaco: ()=>apolloCoreDarkHCMonaco,
28
+ apolloCoreDarkMonaco: ()=>apolloCoreDarkMonaco,
29
+ apolloCoreLightHCMonaco: ()=>apolloCoreLightHCMonaco,
30
+ apolloCoreLightMonaco: ()=>apolloCoreLightMonaco,
31
+ apolloFutureDarkMonaco: ()=>apolloFutureDarkMonaco,
32
+ apolloFutureLightMonaco: ()=>apolloFutureLightMonaco
33
+ });
34
+ const darkRules = [
35
+ {
36
+ token: '',
37
+ foreground: 'a1a1aa'
38
+ },
39
+ {
40
+ token: 'comment',
41
+ foreground: '52525b'
42
+ },
43
+ {
44
+ token: 'comment.doc',
45
+ foreground: '52525b'
46
+ },
47
+ {
48
+ token: 'string',
49
+ foreground: '34d399'
50
+ },
51
+ {
52
+ token: 'string.escape',
53
+ foreground: '34d399'
54
+ },
55
+ {
56
+ token: 'regexp',
57
+ foreground: 'a78bfa'
58
+ },
59
+ {
60
+ token: 'number',
61
+ foreground: 'fbbf24'
62
+ },
63
+ {
64
+ token: 'number.float',
65
+ foreground: 'fbbf24'
66
+ },
67
+ {
68
+ token: 'number.hex',
69
+ foreground: 'fbbf24'
70
+ },
71
+ {
72
+ token: 'boolean',
73
+ foreground: 'a78bfa'
74
+ },
75
+ {
76
+ token: 'keyword',
77
+ foreground: '22d3ee'
78
+ },
79
+ {
80
+ token: 'keyword.control',
81
+ foreground: '22d3ee'
82
+ },
83
+ {
84
+ token: 'keyword.operator',
85
+ foreground: '71717a'
86
+ },
87
+ {
88
+ token: 'operator',
89
+ foreground: '71717a'
90
+ },
91
+ {
92
+ token: 'delimiter',
93
+ foreground: '71717a'
94
+ },
95
+ {
96
+ token: 'delimiter.bracket',
97
+ foreground: '71717a'
98
+ },
99
+ {
100
+ token: 'delimiter.array',
101
+ foreground: '71717a'
102
+ },
103
+ {
104
+ token: 'delimiter.parenthesis',
105
+ foreground: '71717a'
106
+ },
107
+ {
108
+ token: 'type',
109
+ foreground: 'a78bfa'
110
+ },
111
+ {
112
+ token: 'type.identifier',
113
+ foreground: 'a78bfa'
114
+ },
115
+ {
116
+ token: 'class',
117
+ foreground: 'a78bfa'
118
+ },
119
+ {
120
+ token: 'class.identifier',
121
+ foreground: 'a78bfa'
122
+ },
123
+ {
124
+ token: 'function',
125
+ foreground: '22d3ee'
126
+ },
127
+ {
128
+ token: 'function.identifier',
129
+ foreground: '22d3ee'
130
+ },
131
+ {
132
+ token: 'variable',
133
+ foreground: 'a1a1aa'
134
+ },
135
+ {
136
+ token: 'variable.predefined',
137
+ foreground: 'a78bfa'
138
+ },
139
+ {
140
+ token: 'constant',
141
+ foreground: 'a78bfa'
142
+ },
143
+ {
144
+ token: 'identifier',
145
+ foreground: 'a1a1aa'
146
+ },
147
+ {
148
+ token: 'tag',
149
+ foreground: '22d3ee'
150
+ },
151
+ {
152
+ token: 'attribute.name',
153
+ foreground: '22d3ee'
154
+ },
155
+ {
156
+ token: 'attribute.value',
157
+ foreground: '34d399'
158
+ },
159
+ {
160
+ token: 'metatag',
161
+ foreground: '71717a'
162
+ }
163
+ ];
164
+ const lightRules = [
165
+ {
166
+ token: '',
167
+ foreground: '52525b'
168
+ },
169
+ {
170
+ token: 'comment',
171
+ foreground: 'a1a1aa'
172
+ },
173
+ {
174
+ token: 'comment.doc',
175
+ foreground: 'a1a1aa'
176
+ },
177
+ {
178
+ token: 'string',
179
+ foreground: '047857'
180
+ },
181
+ {
182
+ token: 'string.escape',
183
+ foreground: '047857'
184
+ },
185
+ {
186
+ token: 'regexp',
187
+ foreground: '7c3aed'
188
+ },
189
+ {
190
+ token: 'number',
191
+ foreground: 'b45309'
192
+ },
193
+ {
194
+ token: 'number.float',
195
+ foreground: 'b45309'
196
+ },
197
+ {
198
+ token: 'number.hex',
199
+ foreground: 'b45309'
200
+ },
201
+ {
202
+ token: 'boolean',
203
+ foreground: '7c3aed'
204
+ },
205
+ {
206
+ token: 'keyword',
207
+ foreground: '0e7490'
208
+ },
209
+ {
210
+ token: 'keyword.control',
211
+ foreground: '0e7490'
212
+ },
213
+ {
214
+ token: 'keyword.operator',
215
+ foreground: '71717a'
216
+ },
217
+ {
218
+ token: 'operator',
219
+ foreground: '71717a'
220
+ },
221
+ {
222
+ token: 'delimiter',
223
+ foreground: '71717a'
224
+ },
225
+ {
226
+ token: 'delimiter.bracket',
227
+ foreground: '71717a'
228
+ },
229
+ {
230
+ token: 'delimiter.array',
231
+ foreground: '71717a'
232
+ },
233
+ {
234
+ token: 'delimiter.parenthesis',
235
+ foreground: '71717a'
236
+ },
237
+ {
238
+ token: 'type',
239
+ foreground: '7c3aed'
240
+ },
241
+ {
242
+ token: 'type.identifier',
243
+ foreground: '7c3aed'
244
+ },
245
+ {
246
+ token: 'class',
247
+ foreground: '7c3aed'
248
+ },
249
+ {
250
+ token: 'class.identifier',
251
+ foreground: '7c3aed'
252
+ },
253
+ {
254
+ token: 'function',
255
+ foreground: '0e7490'
256
+ },
257
+ {
258
+ token: 'function.identifier',
259
+ foreground: '0e7490'
260
+ },
261
+ {
262
+ token: 'variable',
263
+ foreground: '52525b'
264
+ },
265
+ {
266
+ token: 'variable.predefined',
267
+ foreground: '7c3aed'
268
+ },
269
+ {
270
+ token: 'constant',
271
+ foreground: '7c3aed'
272
+ },
273
+ {
274
+ token: 'identifier',
275
+ foreground: '52525b'
276
+ },
277
+ {
278
+ token: 'tag',
279
+ foreground: '0e7490'
280
+ },
281
+ {
282
+ token: 'attribute.name',
283
+ foreground: '0e7490'
284
+ },
285
+ {
286
+ token: 'attribute.value',
287
+ foreground: '047857'
288
+ },
289
+ {
290
+ token: 'metatag',
291
+ foreground: '71717a'
292
+ }
293
+ ];
294
+ const apolloFutureDarkMonaco = {
295
+ base: 'vs-dark',
296
+ inherit: false,
297
+ rules: darkRules,
298
+ colors: {
299
+ 'editor.background': '#18181b',
300
+ 'editor.foreground': '#a1a1aa',
301
+ 'editorLineNumber.foreground': '#52525b',
302
+ 'editorLineNumber.activeForeground': '#a1a1aa',
303
+ 'editor.selectionBackground': '#3f3f4666',
304
+ 'editor.inactiveSelectionBackground': '#3f3f4633',
305
+ 'editor.lineHighlightBackground': '#27272a80',
306
+ 'editorCursor.foreground': '#22d3ee',
307
+ 'editorWhitespace.foreground': '#3f3f46',
308
+ 'editorIndentGuide.background1': '#27272a',
309
+ 'editorIndentGuide.activeBackground1': '#3f3f46',
310
+ 'editorBracketMatch.background': '#22d3ee1a',
311
+ 'editorBracketMatch.border': '#22d3ee',
312
+ 'editor.findMatchBackground': '#fbbf2440',
313
+ 'editor.findMatchHighlightBackground': '#fbbf2420',
314
+ 'editorWidget.background': '#09090b',
315
+ 'editorWidget.border': '#3f3f46',
316
+ 'editorSuggestWidget.background': '#09090b',
317
+ 'editorSuggestWidget.border': '#3f3f46',
318
+ 'editorSuggestWidget.selectedBackground': '#27272a',
319
+ 'editorHoverWidget.background': '#09090b',
320
+ 'editorHoverWidget.border': '#3f3f46',
321
+ 'scrollbarSlider.background': '#3f3f4666',
322
+ 'scrollbarSlider.hoverBackground': '#52525b80',
323
+ 'scrollbarSlider.activeBackground': '#71717a80',
324
+ focusBorder: '#22d3ee',
325
+ 'input.background': '#27272a',
326
+ 'input.border': '#3f3f46',
327
+ 'input.foreground': '#a1a1aa',
328
+ 'input.placeholderForeground': '#52525b'
329
+ }
330
+ };
331
+ const apolloFutureLightMonaco = {
332
+ base: 'vs',
333
+ inherit: false,
334
+ rules: lightRules,
335
+ colors: {
336
+ 'editor.background': '#f4f4f5',
337
+ 'editor.foreground': '#52525b',
338
+ 'editorLineNumber.foreground': '#a1a1aa',
339
+ 'editorLineNumber.activeForeground': '#71717a',
340
+ 'editor.selectionBackground': '#d4d4d866',
341
+ 'editor.inactiveSelectionBackground': '#d4d4d833',
342
+ 'editor.lineHighlightBackground': '#e4e4e780',
343
+ 'editorCursor.foreground': '#0891b2',
344
+ 'editorWhitespace.foreground': '#d4d4d8',
345
+ 'editorIndentGuide.background1': '#e4e4e7',
346
+ 'editorIndentGuide.activeBackground1': '#d4d4d8',
347
+ 'editorBracketMatch.background': '#0891b21a',
348
+ 'editorBracketMatch.border': '#0891b2',
349
+ 'editor.findMatchBackground': '#b4530940',
350
+ 'editor.findMatchHighlightBackground': '#b4530920',
351
+ 'editorWidget.background': '#e4e4e7',
352
+ 'editorWidget.border': '#d4d4d8',
353
+ 'editorSuggestWidget.background': '#e4e4e7',
354
+ 'editorSuggestWidget.border': '#d4d4d8',
355
+ 'editorSuggestWidget.selectedBackground': '#d4d4d8',
356
+ 'editorHoverWidget.background': '#e4e4e7',
357
+ 'editorHoverWidget.border': '#d4d4d8',
358
+ 'scrollbarSlider.background': '#d4d4d866',
359
+ 'scrollbarSlider.hoverBackground': '#a1a1aa80',
360
+ 'scrollbarSlider.activeBackground': '#71717a80',
361
+ focusBorder: '#0891b2',
362
+ 'input.background': '#ffffff',
363
+ 'input.border': '#d4d4d8',
364
+ 'input.foreground': '#52525b',
365
+ 'input.placeholderForeground': '#a1a1aa'
366
+ }
367
+ };
368
+ const coreDarkRules = [
369
+ {
370
+ token: '',
371
+ foreground: 'cfd8dd'
372
+ },
373
+ {
374
+ token: 'comment',
375
+ foreground: '526069'
376
+ },
377
+ {
378
+ token: 'comment.doc',
379
+ foreground: '526069'
380
+ },
381
+ {
382
+ token: 'string',
383
+ foreground: 'f25a8c'
384
+ },
385
+ {
386
+ token: 'string.escape',
387
+ foreground: 'f25a8c'
388
+ },
389
+ {
390
+ token: 'regexp',
391
+ foreground: 'dc80db'
392
+ },
393
+ {
394
+ token: 'number',
395
+ foreground: '6ecdb6'
396
+ },
397
+ {
398
+ token: 'number.float',
399
+ foreground: '6ecdb6'
400
+ },
401
+ {
402
+ token: 'number.hex',
403
+ foreground: '6ecdb6'
404
+ },
405
+ {
406
+ token: 'boolean',
407
+ foreground: 'dc80db'
408
+ },
409
+ {
410
+ token: 'keyword',
411
+ foreground: '66adff'
412
+ },
413
+ {
414
+ token: 'keyword.control',
415
+ foreground: '66adff'
416
+ },
417
+ {
418
+ token: 'keyword.operator',
419
+ foreground: '8a97a0'
420
+ },
421
+ {
422
+ token: 'operator',
423
+ foreground: '66adff'
424
+ },
425
+ {
426
+ token: 'delimiter',
427
+ foreground: '8a97a0'
428
+ },
429
+ {
430
+ token: 'delimiter.bracket',
431
+ foreground: '8a97a0'
432
+ },
433
+ {
434
+ token: 'delimiter.array',
435
+ foreground: '8a97a0'
436
+ },
437
+ {
438
+ token: 'delimiter.parenthesis',
439
+ foreground: '8a97a0'
440
+ },
441
+ {
442
+ token: 'type',
443
+ foreground: 'dc80db'
444
+ },
445
+ {
446
+ token: 'type.identifier',
447
+ foreground: 'dc80db'
448
+ },
449
+ {
450
+ token: 'class',
451
+ foreground: 'dc80db'
452
+ },
453
+ {
454
+ token: 'class.identifier',
455
+ foreground: 'dc80db'
456
+ },
457
+ {
458
+ token: 'function',
459
+ foreground: '66adff'
460
+ },
461
+ {
462
+ token: 'function.identifier',
463
+ foreground: '66adff'
464
+ },
465
+ {
466
+ token: 'variable',
467
+ foreground: 'cfd8dd'
468
+ },
469
+ {
470
+ token: 'variable.predefined',
471
+ foreground: 'dc80db'
472
+ },
473
+ {
474
+ token: 'constant',
475
+ foreground: 'dc80db'
476
+ },
477
+ {
478
+ token: 'identifier',
479
+ foreground: 'cfd8dd'
480
+ },
481
+ {
482
+ token: 'tag',
483
+ foreground: '66adff'
484
+ },
485
+ {
486
+ token: 'attribute.name',
487
+ foreground: '66adff'
488
+ },
489
+ {
490
+ token: 'attribute.value',
491
+ foreground: 'f25a8c'
492
+ },
493
+ {
494
+ token: 'metatag',
495
+ foreground: '8a97a0'
496
+ }
497
+ ];
498
+ const coreLightRules = [
499
+ {
500
+ token: '',
501
+ foreground: '526069'
502
+ },
503
+ {
504
+ token: 'comment',
505
+ foreground: 'a4b1b8'
506
+ },
507
+ {
508
+ token: 'comment.doc',
509
+ foreground: 'a4b1b8'
510
+ },
511
+ {
512
+ token: 'string',
513
+ foreground: 'd91153'
514
+ },
515
+ {
516
+ token: 'string.escape',
517
+ foreground: 'd91153'
518
+ },
519
+ {
520
+ token: 'regexp',
521
+ foreground: 'b748b6'
522
+ },
523
+ {
524
+ token: 'number',
525
+ foreground: '1e7f5a'
526
+ },
527
+ {
528
+ token: 'number.float',
529
+ foreground: '1e7f5a'
530
+ },
531
+ {
532
+ token: 'number.hex',
533
+ foreground: '1e7f5a'
534
+ },
535
+ {
536
+ token: 'boolean',
537
+ foreground: 'b748b6'
538
+ },
539
+ {
540
+ token: 'keyword',
541
+ foreground: '0067df'
542
+ },
543
+ {
544
+ token: 'keyword.control',
545
+ foreground: '0067df'
546
+ },
547
+ {
548
+ token: 'keyword.operator',
549
+ foreground: '6b7882'
550
+ },
551
+ {
552
+ token: 'operator',
553
+ foreground: '0067df'
554
+ },
555
+ {
556
+ token: 'delimiter',
557
+ foreground: '6b7882'
558
+ },
559
+ {
560
+ token: 'delimiter.bracket',
561
+ foreground: '6b7882'
562
+ },
563
+ {
564
+ token: 'delimiter.array',
565
+ foreground: '6b7882'
566
+ },
567
+ {
568
+ token: 'delimiter.parenthesis',
569
+ foreground: '6b7882'
570
+ },
571
+ {
572
+ token: 'type',
573
+ foreground: 'b748b6'
574
+ },
575
+ {
576
+ token: 'type.identifier',
577
+ foreground: 'b748b6'
578
+ },
579
+ {
580
+ token: 'class',
581
+ foreground: 'b748b6'
582
+ },
583
+ {
584
+ token: 'class.identifier',
585
+ foreground: 'b748b6'
586
+ },
587
+ {
588
+ token: 'function',
589
+ foreground: '0067df'
590
+ },
591
+ {
592
+ token: 'function.identifier',
593
+ foreground: '0067df'
594
+ },
595
+ {
596
+ token: 'variable',
597
+ foreground: '526069'
598
+ },
599
+ {
600
+ token: 'variable.predefined',
601
+ foreground: 'b748b6'
602
+ },
603
+ {
604
+ token: 'constant',
605
+ foreground: 'b748b6'
606
+ },
607
+ {
608
+ token: 'identifier',
609
+ foreground: '526069'
610
+ },
611
+ {
612
+ token: 'tag',
613
+ foreground: '0067df'
614
+ },
615
+ {
616
+ token: 'attribute.name',
617
+ foreground: '0067df'
618
+ },
619
+ {
620
+ token: 'attribute.value',
621
+ foreground: 'd91153'
622
+ },
623
+ {
624
+ token: 'metatag',
625
+ foreground: '6b7882'
626
+ }
627
+ ];
628
+ const coreDarkHCRules = [
629
+ {
630
+ token: '',
631
+ foreground: 'cfd8dd'
632
+ },
633
+ {
634
+ token: 'comment',
635
+ foreground: '526069'
636
+ },
637
+ {
638
+ token: 'comment.doc',
639
+ foreground: '526069'
640
+ },
641
+ {
642
+ token: 'string',
643
+ foreground: 'fd7da7'
644
+ },
645
+ {
646
+ token: 'string.escape',
647
+ foreground: 'fd7da7'
648
+ },
649
+ {
650
+ token: 'regexp',
651
+ foreground: 'dc80db'
652
+ },
653
+ {
654
+ token: 'number',
655
+ foreground: '6ecdb6'
656
+ },
657
+ {
658
+ token: 'number.float',
659
+ foreground: '6ecdb6'
660
+ },
661
+ {
662
+ token: 'number.hex',
663
+ foreground: '6ecdb6'
664
+ },
665
+ {
666
+ token: 'boolean',
667
+ foreground: 'dc80db'
668
+ },
669
+ {
670
+ token: 'keyword',
671
+ foreground: 'badaff'
672
+ },
673
+ {
674
+ token: 'keyword.control',
675
+ foreground: 'badaff'
676
+ },
677
+ {
678
+ token: 'keyword.operator',
679
+ foreground: '8a97a0'
680
+ },
681
+ {
682
+ token: 'operator',
683
+ foreground: 'badaff'
684
+ },
685
+ {
686
+ token: 'delimiter',
687
+ foreground: '8a97a0'
688
+ },
689
+ {
690
+ token: 'delimiter.bracket',
691
+ foreground: '8a97a0'
692
+ },
693
+ {
694
+ token: 'delimiter.array',
695
+ foreground: '8a97a0'
696
+ },
697
+ {
698
+ token: 'delimiter.parenthesis',
699
+ foreground: '8a97a0'
700
+ },
701
+ {
702
+ token: 'type',
703
+ foreground: 'dc80db'
704
+ },
705
+ {
706
+ token: 'type.identifier',
707
+ foreground: 'dc80db'
708
+ },
709
+ {
710
+ token: 'class',
711
+ foreground: 'dc80db'
712
+ },
713
+ {
714
+ token: 'class.identifier',
715
+ foreground: 'dc80db'
716
+ },
717
+ {
718
+ token: 'function',
719
+ foreground: 'badaff'
720
+ },
721
+ {
722
+ token: 'function.identifier',
723
+ foreground: 'badaff'
724
+ },
725
+ {
726
+ token: 'variable',
727
+ foreground: 'cfd8dd'
728
+ },
729
+ {
730
+ token: 'variable.predefined',
731
+ foreground: 'dc80db'
732
+ },
733
+ {
734
+ token: 'constant',
735
+ foreground: 'dc80db'
736
+ },
737
+ {
738
+ token: 'identifier',
739
+ foreground: 'cfd8dd'
740
+ },
741
+ {
742
+ token: 'tag',
743
+ foreground: 'badaff'
744
+ },
745
+ {
746
+ token: 'attribute.name',
747
+ foreground: 'badaff'
748
+ },
749
+ {
750
+ token: 'attribute.value',
751
+ foreground: 'fd7da7'
752
+ },
753
+ {
754
+ token: 'metatag',
755
+ foreground: '8a97a0'
756
+ }
757
+ ];
758
+ const coreLightHCRules = [
759
+ {
760
+ token: '',
761
+ foreground: '374652'
762
+ },
763
+ {
764
+ token: 'comment',
765
+ foreground: '8a97a0'
766
+ },
767
+ {
768
+ token: 'comment.doc',
769
+ foreground: '8a97a0'
770
+ },
771
+ {
772
+ token: 'string',
773
+ foreground: 'a60e3f'
774
+ },
775
+ {
776
+ token: 'string.escape',
777
+ foreground: 'a60e3f'
778
+ },
779
+ {
780
+ token: 'regexp',
781
+ foreground: '8c338b'
782
+ },
783
+ {
784
+ token: 'number',
785
+ foreground: '176245'
786
+ },
787
+ {
788
+ token: 'number.float',
789
+ foreground: '176245'
790
+ },
791
+ {
792
+ token: 'number.hex',
793
+ foreground: '176245'
794
+ },
795
+ {
796
+ token: 'boolean',
797
+ foreground: '8c338b'
798
+ },
799
+ {
800
+ token: 'keyword',
801
+ foreground: '00489d'
802
+ },
803
+ {
804
+ token: 'keyword.control',
805
+ foreground: '00489d'
806
+ },
807
+ {
808
+ token: 'keyword.operator',
809
+ foreground: '526069'
810
+ },
811
+ {
812
+ token: 'operator',
813
+ foreground: '00489d'
814
+ },
815
+ {
816
+ token: 'delimiter',
817
+ foreground: '526069'
818
+ },
819
+ {
820
+ token: 'delimiter.bracket',
821
+ foreground: '526069'
822
+ },
823
+ {
824
+ token: 'delimiter.array',
825
+ foreground: '526069'
826
+ },
827
+ {
828
+ token: 'delimiter.parenthesis',
829
+ foreground: '526069'
830
+ },
831
+ {
832
+ token: 'type',
833
+ foreground: '8c338b'
834
+ },
835
+ {
836
+ token: 'type.identifier',
837
+ foreground: '8c338b'
838
+ },
839
+ {
840
+ token: 'class',
841
+ foreground: '8c338b'
842
+ },
843
+ {
844
+ token: 'class.identifier',
845
+ foreground: '8c338b'
846
+ },
847
+ {
848
+ token: 'function',
849
+ foreground: '00489d'
850
+ },
851
+ {
852
+ token: 'function.identifier',
853
+ foreground: '00489d'
854
+ },
855
+ {
856
+ token: 'variable',
857
+ foreground: '374652'
858
+ },
859
+ {
860
+ token: 'variable.predefined',
861
+ foreground: '8c338b'
862
+ },
863
+ {
864
+ token: 'constant',
865
+ foreground: '8c338b'
866
+ },
867
+ {
868
+ token: 'identifier',
869
+ foreground: '374652'
870
+ },
871
+ {
872
+ token: 'tag',
873
+ foreground: '00489d'
874
+ },
875
+ {
876
+ token: 'attribute.name',
877
+ foreground: '00489d'
878
+ },
879
+ {
880
+ token: 'attribute.value',
881
+ foreground: 'a60e3f'
882
+ },
883
+ {
884
+ token: 'metatag',
885
+ foreground: '526069'
886
+ }
887
+ ];
888
+ const apolloCoreDarkMonaco = {
889
+ base: 'vs-dark',
890
+ inherit: false,
891
+ rules: coreDarkRules,
892
+ colors: {
893
+ 'editor.background': '#182027',
894
+ 'editor.foreground': '#cfd8dd',
895
+ 'editorLineNumber.foreground': '#526069',
896
+ 'editorLineNumber.activeForeground': '#8a97a0',
897
+ 'editor.selectionBackground': '#37465266',
898
+ 'editor.inactiveSelectionBackground': '#37465233',
899
+ 'editor.lineHighlightBackground': '#27313980',
900
+ 'editorCursor.foreground': '#66adff',
901
+ 'editorWhitespace.foreground': '#374652',
902
+ 'editorIndentGuide.background1': '#273139',
903
+ 'editorIndentGuide.activeBackground1': '#374652',
904
+ 'editorBracketMatch.background': '#66adff1a',
905
+ 'editorBracketMatch.border': '#66adff',
906
+ 'editor.findMatchBackground': '#6ecdb640',
907
+ 'editor.findMatchHighlightBackground': '#6ecdb620',
908
+ 'editorWidget.background': '#0f1922',
909
+ 'editorWidget.border': '#374652',
910
+ 'editorSuggestWidget.background': '#0f1922',
911
+ 'editorSuggestWidget.border': '#374652',
912
+ 'editorSuggestWidget.selectedBackground': '#273139',
913
+ 'editorHoverWidget.background': '#0f1922',
914
+ 'editorHoverWidget.border': '#374652',
915
+ 'scrollbarSlider.background': '#37465266',
916
+ 'scrollbarSlider.hoverBackground': '#52606980',
917
+ 'scrollbarSlider.activeBackground': '#8a97a080',
918
+ focusBorder: '#66adff',
919
+ 'input.background': '#273139',
920
+ 'input.border': '#374652',
921
+ 'input.foreground': '#cfd8dd',
922
+ 'input.placeholderForeground': '#526069'
923
+ }
924
+ };
925
+ const apolloCoreLightMonaco = {
926
+ base: 'vs',
927
+ inherit: false,
928
+ rules: coreLightRules,
929
+ colors: {
930
+ 'editor.background': '#ffffff',
931
+ 'editor.foreground': '#526069',
932
+ 'editorLineNumber.foreground': '#a4b1b8',
933
+ 'editorLineNumber.activeForeground': '#6b7882',
934
+ 'editor.selectionBackground': '#e9f1fa',
935
+ 'editor.inactiveSelectionBackground': '#e9f1fa80',
936
+ 'editor.lineHighlightBackground': '#f4f5f780',
937
+ 'editorCursor.foreground': '#0067df',
938
+ 'editorWhitespace.foreground': '#cfd8dd',
939
+ 'editorIndentGuide.background1': '#f4f5f7',
940
+ 'editorIndentGuide.activeBackground1': '#cfd8dd',
941
+ 'editorBracketMatch.background': '#0067df1a',
942
+ 'editorBracketMatch.border': '#0067df',
943
+ 'editor.findMatchBackground': '#1e7f5a40',
944
+ 'editor.findMatchHighlightBackground': '#1e7f5a20',
945
+ 'editorWidget.background': '#f4f5f7',
946
+ 'editorWidget.border': '#cfd8dd',
947
+ 'editorSuggestWidget.background': '#f4f5f7',
948
+ 'editorSuggestWidget.border': '#cfd8dd',
949
+ 'editorSuggestWidget.selectedBackground': '#e9f1fa',
950
+ 'editorHoverWidget.background': '#f4f5f7',
951
+ 'editorHoverWidget.border': '#cfd8dd',
952
+ 'scrollbarSlider.background': '#cfd8dd66',
953
+ 'scrollbarSlider.hoverBackground': '#a4b1b880',
954
+ 'scrollbarSlider.activeBackground': '#6b788280',
955
+ focusBorder: '#0067df',
956
+ 'input.background': '#ffffff',
957
+ 'input.border': '#a4b1b8',
958
+ 'input.foreground': '#526069',
959
+ 'input.placeholderForeground': '#a4b1b8'
960
+ }
961
+ };
962
+ const apolloCoreDarkHCMonaco = {
963
+ base: 'hc-black',
964
+ inherit: false,
965
+ rules: coreDarkHCRules,
966
+ colors: {
967
+ 'editor.background': '#182027',
968
+ 'editor.foreground': '#cfd8dd',
969
+ 'editorLineNumber.foreground': '#526069',
970
+ 'editorLineNumber.activeForeground': '#bbc7cd',
971
+ 'editor.selectionBackground': '#37465266',
972
+ 'editor.inactiveSelectionBackground': '#37465233',
973
+ 'editor.lineHighlightBackground': '#27313980',
974
+ 'editorCursor.foreground': '#badaff',
975
+ 'editorWhitespace.foreground': '#374652',
976
+ 'editorIndentGuide.background1': '#273139',
977
+ 'editorIndentGuide.activeBackground1': '#374652',
978
+ 'editorBracketMatch.background': '#badaff1a',
979
+ 'editorBracketMatch.border': '#badaff',
980
+ 'editor.findMatchBackground': '#6ecdb640',
981
+ 'editor.findMatchHighlightBackground': '#6ecdb620',
982
+ 'editorWidget.background': '#0f1922',
983
+ 'editorWidget.border': '#526069',
984
+ 'editorSuggestWidget.background': '#0f1922',
985
+ 'editorSuggestWidget.border': '#526069',
986
+ 'editorSuggestWidget.selectedBackground': '#273139',
987
+ 'editorHoverWidget.background': '#0f1922',
988
+ 'editorHoverWidget.border': '#526069',
989
+ 'scrollbarSlider.background': '#37465266',
990
+ 'scrollbarSlider.hoverBackground': '#52606980',
991
+ 'scrollbarSlider.activeBackground': '#8a97a080',
992
+ focusBorder: '#badaff',
993
+ 'input.background': '#273139',
994
+ 'input.border': '#526069',
995
+ 'input.foreground': '#cfd8dd',
996
+ 'input.placeholderForeground': '#526069'
997
+ }
998
+ };
999
+ const apolloCoreLightHCMonaco = {
1000
+ base: 'hc-light',
1001
+ inherit: false,
1002
+ rules: coreLightHCRules,
1003
+ colors: {
1004
+ 'editor.background': '#ffffff',
1005
+ 'editor.foreground': '#374652',
1006
+ 'editorLineNumber.foreground': '#8a97a0',
1007
+ 'editorLineNumber.activeForeground': '#526069',
1008
+ 'editor.selectionBackground': '#e9f1fa',
1009
+ 'editor.inactiveSelectionBackground': '#e9f1fa80',
1010
+ 'editor.lineHighlightBackground': '#f4f5f780',
1011
+ 'editorCursor.foreground': '#00489d',
1012
+ 'editorWhitespace.foreground': '#cfd8dd',
1013
+ 'editorIndentGuide.background1': '#f4f5f7',
1014
+ 'editorIndentGuide.activeBackground1': '#cfd8dd',
1015
+ 'editorBracketMatch.background': '#00489d1a',
1016
+ 'editorBracketMatch.border': '#00489d',
1017
+ 'editor.findMatchBackground': '#17624540',
1018
+ 'editor.findMatchHighlightBackground': '#17624520',
1019
+ 'editorWidget.background': '#f4f5f7',
1020
+ 'editorWidget.border': '#6b7882',
1021
+ 'editorSuggestWidget.background': '#f4f5f7',
1022
+ 'editorSuggestWidget.border': '#6b7882',
1023
+ 'editorSuggestWidget.selectedBackground': '#e9f1fa',
1024
+ 'editorHoverWidget.background': '#f4f5f7',
1025
+ 'editorHoverWidget.border': '#6b7882',
1026
+ 'scrollbarSlider.background': '#a4b1b866',
1027
+ 'scrollbarSlider.hoverBackground': '#6b788280',
1028
+ 'scrollbarSlider.activeBackground': '#52606980',
1029
+ focusBorder: '#00489d',
1030
+ 'input.background': '#ffffff',
1031
+ 'input.border': '#6b7882',
1032
+ 'input.foreground': '#374652',
1033
+ 'input.placeholderForeground': '#8a97a0'
1034
+ }
1035
+ };
1036
+ exports.apolloCoreDarkHCMonaco = __webpack_exports__.apolloCoreDarkHCMonaco;
1037
+ exports.apolloCoreDarkMonaco = __webpack_exports__.apolloCoreDarkMonaco;
1038
+ exports.apolloCoreLightHCMonaco = __webpack_exports__.apolloCoreLightHCMonaco;
1039
+ exports.apolloCoreLightMonaco = __webpack_exports__.apolloCoreLightMonaco;
1040
+ exports.apolloFutureDarkMonaco = __webpack_exports__.apolloFutureDarkMonaco;
1041
+ exports.apolloFutureLightMonaco = __webpack_exports__.apolloFutureLightMonaco;
1042
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
1043
+ "apolloCoreDarkHCMonaco",
1044
+ "apolloCoreDarkMonaco",
1045
+ "apolloCoreLightHCMonaco",
1046
+ "apolloCoreLightMonaco",
1047
+ "apolloFutureDarkMonaco",
1048
+ "apolloFutureLightMonaco"
1049
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
1050
+ Object.defineProperty(exports, '__esModule', {
1051
+ value: true
1052
+ });