@primer/view-components 0.35.0-rc.1b08528f → 0.35.0-rc.1cace282
Sign up to get free protection for your applications and to get access to all the features.
package/static/constants.json
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
"Primer::Alpha::ActionBar": {
|
3
3
|
"DEFAULT_SIZE": "medium",
|
4
4
|
"Divider": "Primer::Alpha::ActionBar::Divider",
|
5
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionBar::GeneratedSlotMethods",
|
5
6
|
"Item": "Primer::Alpha::ActionBar::Item",
|
6
7
|
"SIZE_MAPPINGS": {
|
7
8
|
"medium": null,
|
@@ -15,8 +16,10 @@
|
|
15
16
|
]
|
16
17
|
},
|
17
18
|
"Primer::Alpha::ActionBar::Divider": {
|
19
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionBar::Divider::GeneratedSlotMethods"
|
18
20
|
},
|
19
21
|
"Primer::Alpha::ActionBar::Item": {
|
22
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionBar::Item::GeneratedSlotMethods"
|
20
23
|
},
|
21
24
|
"Primer::Alpha::ActionList": {
|
22
25
|
"ARIA_SELECTION_VARIANT_OPTIONS": [
|
@@ -30,6 +33,7 @@
|
|
30
33
|
"DEFAULT_SELECT_VARIANT": "none",
|
31
34
|
"Divider": "Primer::Alpha::ActionList::Divider",
|
32
35
|
"FormWrapper": "Primer::Alpha::ActionList::FormWrapper",
|
36
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionList::GeneratedSlotMethods",
|
33
37
|
"Heading": "Primer::Alpha::ActionList::Heading",
|
34
38
|
"Item": "Primer::Alpha::ActionList::Item",
|
35
39
|
"LIST_BOX_ITEM_ROLE": "option",
|
@@ -56,6 +60,7 @@
|
|
56
60
|
},
|
57
61
|
"Primer::Alpha::ActionList::Divider": {
|
58
62
|
"DEFAULT_SCHEME": "subtle",
|
63
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionList::Divider::GeneratedSlotMethods",
|
59
64
|
"SCHEME_MAPPINGS": {
|
60
65
|
"subtle": null,
|
61
66
|
"filled": "ActionList-sectionDivider--filled"
|
@@ -67,6 +72,7 @@
|
|
67
72
|
},
|
68
73
|
"Primer::Alpha::ActionList::FormWrapper": {
|
69
74
|
"DEFAULT_HTTP_METHOD": "get",
|
75
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionList::FormWrapper::GeneratedSlotMethods",
|
70
76
|
"HTTP_METHOD_OPTIONS": [
|
71
77
|
"get",
|
72
78
|
"post",
|
@@ -78,6 +84,7 @@
|
|
78
84
|
},
|
79
85
|
"Primer::Alpha::ActionList::Heading": {
|
80
86
|
"DEFAULT_SCHEME": "subtle",
|
87
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionList::Heading::GeneratedSlotMethods",
|
81
88
|
"HEADING_LEVELS": [
|
82
89
|
1,
|
83
90
|
2,
|
@@ -110,6 +117,7 @@
|
|
110
117
|
"inline",
|
111
118
|
"block"
|
112
119
|
],
|
120
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionList::Item::GeneratedSlotMethods",
|
113
121
|
"SCHEME_MAPPINGS": {
|
114
122
|
"default": null,
|
115
123
|
"danger": "ActionListItem--danger"
|
@@ -146,6 +154,7 @@
|
|
146
154
|
"Primer::Alpha::ActionMenu": {
|
147
155
|
"DEFAULT_PRELOAD": false,
|
148
156
|
"DEFAULT_SELECT_VARIANT": "none",
|
157
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::GeneratedSlotMethods",
|
149
158
|
"Group": "Primer::Alpha::ActionMenu::Group",
|
150
159
|
"Heading": "Primer::Alpha::ActionMenu::Heading",
|
151
160
|
"List": "Primer::Alpha::ActionMenu::List",
|
@@ -157,11 +166,14 @@
|
|
157
166
|
]
|
158
167
|
},
|
159
168
|
"Primer::Alpha::ActionMenu::Group": {
|
169
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::Group::GeneratedSlotMethods"
|
160
170
|
},
|
161
171
|
"Primer::Alpha::ActionMenu::Heading": {
|
172
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::Heading::GeneratedSlotMethods"
|
162
173
|
},
|
163
174
|
"Primer::Alpha::ActionMenu::List": {
|
164
175
|
"DEFAULT_ITEM_TAG": "button",
|
176
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::List::GeneratedSlotMethods",
|
165
177
|
"ITEM_TAG_OPTIONS": [
|
166
178
|
"a",
|
167
179
|
"clipboard-copy",
|
@@ -169,11 +181,14 @@
|
|
169
181
|
]
|
170
182
|
},
|
171
183
|
"Primer::Alpha::ActionMenu::ListWrapper": {
|
184
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::ListWrapper::GeneratedSlotMethods"
|
172
185
|
},
|
173
186
|
"Primer::Alpha::AutoComplete": {
|
187
|
+
"GeneratedSlotMethods": "Primer::Alpha::AutoComplete::GeneratedSlotMethods",
|
174
188
|
"Item": "Primer::Alpha::AutoComplete::Item"
|
175
189
|
},
|
176
190
|
"Primer::Alpha::AutoComplete::Item": {
|
191
|
+
"GeneratedSlotMethods": "Primer::Alpha::AutoComplete::Item::GeneratedSlotMethods"
|
177
192
|
},
|
178
193
|
"Primer::Alpha::Banner": {
|
179
194
|
"DEFAULT_DISMISS_LABEL": "Dismiss",
|
@@ -191,6 +206,7 @@
|
|
191
206
|
"remove",
|
192
207
|
"hide"
|
193
208
|
],
|
209
|
+
"GeneratedSlotMethods": "Primer::Alpha::Banner::GeneratedSlotMethods",
|
194
210
|
"LEGACY_SCHEME_MAPPINGS": {
|
195
211
|
"default": "",
|
196
212
|
"warning": "flash-warn",
|
@@ -213,6 +229,7 @@
|
|
213
229
|
"DEFAULT_TAG": "button",
|
214
230
|
"DEFAULT_TYPE": "button",
|
215
231
|
"DEFAULT_VARIANT": "default",
|
232
|
+
"GeneratedSlotMethods": "Primer::Alpha::ButtonMarketing::GeneratedSlotMethods",
|
216
233
|
"SCHEME_MAPPINGS": {
|
217
234
|
"default": "",
|
218
235
|
"primary": "btn-signup-mktg",
|
@@ -243,8 +260,10 @@
|
|
243
260
|
]
|
244
261
|
},
|
245
262
|
"Primer::Alpha::CheckBox": {
|
263
|
+
"GeneratedSlotMethods": "Primer::Alpha::CheckBox::GeneratedSlotMethods"
|
246
264
|
},
|
247
265
|
"Primer::Alpha::CheckBoxGroup": {
|
266
|
+
"GeneratedSlotMethods": "Primer::Alpha::CheckBoxGroup::GeneratedSlotMethods"
|
248
267
|
},
|
249
268
|
"Primer::Alpha::Dialog": {
|
250
269
|
"Body": "Primer::Alpha::Dialog::Body",
|
@@ -252,6 +271,7 @@
|
|
252
271
|
"DEFAULT_POSITION_NARROW": "inherit",
|
253
272
|
"DEFAULT_SIZE": "medium",
|
254
273
|
"Footer": "Primer::Alpha::Dialog::Footer",
|
274
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dialog::GeneratedSlotMethods",
|
255
275
|
"Header": "Primer::Alpha::Dialog::Header",
|
256
276
|
"POSITION_MAPPINGS": {
|
257
277
|
"center": "",
|
@@ -295,11 +315,14 @@
|
|
295
315
|
]
|
296
316
|
},
|
297
317
|
"Primer::Alpha::Dialog::Body": {
|
318
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dialog::Body::GeneratedSlotMethods"
|
298
319
|
},
|
299
320
|
"Primer::Alpha::Dialog::Footer": {
|
321
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dialog::Footer::GeneratedSlotMethods"
|
300
322
|
},
|
301
323
|
"Primer::Alpha::Dialog::Header": {
|
302
324
|
"DEFAULT_VARIANT": "medium",
|
325
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dialog::Header::GeneratedSlotMethods",
|
303
326
|
"VARIANT_MAPPINGS": {
|
304
327
|
"medium": "",
|
305
328
|
"large": "Overlay-header--large"
|
@@ -310,6 +333,7 @@
|
|
310
333
|
]
|
311
334
|
},
|
312
335
|
"Primer::Alpha::Dropdown": {
|
336
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dropdown::GeneratedSlotMethods",
|
313
337
|
"Menu": "Primer::Alpha::Dropdown::Menu"
|
314
338
|
},
|
315
339
|
"Primer::Alpha::Dropdown::Menu": {
|
@@ -327,6 +351,7 @@
|
|
327
351
|
"ne",
|
328
352
|
"s"
|
329
353
|
],
|
354
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dropdown::Menu::GeneratedSlotMethods",
|
330
355
|
"Item": "Primer::Alpha::Dropdown::Menu::Item",
|
331
356
|
"SCHEME_DEFAULT": "default",
|
332
357
|
"SCHEME_MAPPINGS": {
|
@@ -339,6 +364,7 @@
|
|
339
364
|
"button",
|
340
365
|
"summary"
|
341
366
|
],
|
367
|
+
"GeneratedSlotMethods": "Primer::Alpha::Dropdown::Menu::Item::GeneratedSlotMethods",
|
342
368
|
"TAG_DEFAULT": "a",
|
343
369
|
"TAG_OPTIONS": [
|
344
370
|
"a",
|
@@ -347,14 +373,19 @@
|
|
347
373
|
]
|
348
374
|
},
|
349
375
|
"Primer::Alpha::FormButton": {
|
376
|
+
"GeneratedSlotMethods": "Primer::Alpha::FormButton::GeneratedSlotMethods"
|
350
377
|
},
|
351
378
|
"Primer::Alpha::FormControl": {
|
379
|
+
"GeneratedSlotMethods": "Primer::Alpha::FormControl::GeneratedSlotMethods"
|
352
380
|
},
|
353
381
|
"Primer::Alpha::HellipButton": {
|
382
|
+
"GeneratedSlotMethods": "Primer::Alpha::HellipButton::GeneratedSlotMethods"
|
354
383
|
},
|
355
384
|
"Primer::Alpha::HiddenTextExpander": {
|
385
|
+
"GeneratedSlotMethods": "Primer::Alpha::HiddenTextExpander::GeneratedSlotMethods"
|
356
386
|
},
|
357
387
|
"Primer::Alpha::Image": {
|
388
|
+
"GeneratedSlotMethods": "Primer::Alpha::Image::GeneratedSlotMethods"
|
358
389
|
},
|
359
390
|
"Primer::Alpha::Layout": {
|
360
391
|
"FIRST_IN_SOURCE_DEFAULT": "sidebar",
|
@@ -375,6 +406,7 @@
|
|
375
406
|
"spacious",
|
376
407
|
"default"
|
377
408
|
],
|
409
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::GeneratedSlotMethods",
|
378
410
|
"Main": "Primer::Alpha::Layout::Main",
|
379
411
|
"SIDEBAR_COL_PLACEMENT_DEFAULT": "start",
|
380
412
|
"SIDEBAR_COL_PLACEMENT_OPTIONS": [
|
@@ -412,6 +444,7 @@
|
|
412
444
|
"Sidebar": "Primer::Alpha::Layout::Sidebar"
|
413
445
|
},
|
414
446
|
"Primer::Alpha::Layout::Main": {
|
447
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::Main::GeneratedSlotMethods",
|
415
448
|
"TAG_DEFAULT": "div",
|
416
449
|
"TAG_OPTIONS": [
|
417
450
|
"div",
|
@@ -426,6 +459,7 @@
|
|
426
459
|
]
|
427
460
|
},
|
428
461
|
"Primer::Alpha::Layout::Sidebar": {
|
462
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::Sidebar::GeneratedSlotMethods",
|
429
463
|
"TAG_DEFAULT": "div",
|
430
464
|
"TAG_OPTIONS": [
|
431
465
|
"div",
|
@@ -435,6 +469,7 @@
|
|
435
469
|
]
|
436
470
|
},
|
437
471
|
"Primer::Alpha::Menu": {
|
472
|
+
"GeneratedSlotMethods": "Primer::Alpha::Menu::GeneratedSlotMethods",
|
438
473
|
"HEADING_TAG_FALLBACK": "h2",
|
439
474
|
"HEADING_TAG_OPTIONS": [
|
440
475
|
"h1",
|
@@ -446,29 +481,37 @@
|
|
446
481
|
]
|
447
482
|
},
|
448
483
|
"Primer::Alpha::MultiInput": {
|
484
|
+
"GeneratedSlotMethods": "Primer::Alpha::MultiInput::GeneratedSlotMethods"
|
449
485
|
},
|
450
486
|
"Primer::Alpha::NavList": {
|
451
487
|
"Divider": "Primer::Alpha::NavList::Divider",
|
488
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::GeneratedSlotMethods",
|
452
489
|
"Group": "Primer::Alpha::NavList::Group",
|
453
490
|
"Heading": "Primer::Alpha::NavList::Heading",
|
454
491
|
"Item": "Primer::Alpha::NavList::Item"
|
455
492
|
},
|
456
493
|
"Primer::Alpha::NavList::Divider": {
|
494
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Divider::GeneratedSlotMethods"
|
457
495
|
},
|
458
496
|
"Primer::Alpha::NavList::Group": {
|
497
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Group::GeneratedSlotMethods"
|
459
498
|
},
|
460
499
|
"Primer::Alpha::NavList::Heading": {
|
500
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Heading::GeneratedSlotMethods"
|
461
501
|
},
|
462
502
|
"Primer::Alpha::NavList::Item": {
|
503
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Item::GeneratedSlotMethods"
|
463
504
|
},
|
464
505
|
"Primer::Alpha::Navigation::Tab": {
|
465
506
|
"ARIA_CURRENT_OPTIONS_FOR_ANCHOR": [
|
466
507
|
true,
|
467
508
|
"page"
|
468
509
|
],
|
469
|
-
"DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page"
|
510
|
+
"DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page",
|
511
|
+
"GeneratedSlotMethods": "Primer::Alpha::Navigation::Tab::GeneratedSlotMethods"
|
470
512
|
},
|
471
513
|
"Primer::Alpha::OcticonSymbols": {
|
514
|
+
"GeneratedSlotMethods": "Primer::Alpha::OcticonSymbols::GeneratedSlotMethods"
|
472
515
|
},
|
473
516
|
"Primer::Alpha::Overlay": {
|
474
517
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -521,6 +564,7 @@
|
|
521
564
|
"DEFAULT_POPOVER": "auto",
|
522
565
|
"DEFAULT_SIZE": "auto",
|
523
566
|
"Footer": "Primer::Alpha::Overlay::Footer",
|
567
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::GeneratedSlotMethods",
|
524
568
|
"Header": "Primer::Alpha::Overlay::Header",
|
525
569
|
"PADDING_MAPPINGS": {
|
526
570
|
"normal": null,
|
@@ -559,11 +603,14 @@
|
|
559
603
|
]
|
560
604
|
},
|
561
605
|
"Primer::Alpha::Overlay::Body": {
|
606
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Body::GeneratedSlotMethods"
|
562
607
|
},
|
563
608
|
"Primer::Alpha::Overlay::Footer": {
|
609
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Footer::GeneratedSlotMethods"
|
564
610
|
},
|
565
611
|
"Primer::Alpha::Overlay::Header": {
|
566
612
|
"DEFAULT_SIZE": "medium",
|
613
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Header::GeneratedSlotMethods",
|
567
614
|
"SIZE_MAPPINGS": {
|
568
615
|
"medium": null,
|
569
616
|
"large": "Overlay-header--large"
|
@@ -574,12 +621,15 @@
|
|
574
621
|
]
|
575
622
|
},
|
576
623
|
"Primer::Alpha::RadioButton": {
|
624
|
+
"GeneratedSlotMethods": "Primer::Alpha::RadioButton::GeneratedSlotMethods"
|
577
625
|
},
|
578
626
|
"Primer::Alpha::RadioButtonGroup": {
|
627
|
+
"GeneratedSlotMethods": "Primer::Alpha::RadioButtonGroup::GeneratedSlotMethods"
|
579
628
|
},
|
580
629
|
"Primer::Alpha::SegmentedControl": {
|
581
630
|
"DEFAULT_SIZE": "medium",
|
582
631
|
"FULL_WIDTH_DEFAULT": false,
|
632
|
+
"GeneratedSlotMethods": "Primer::Alpha::SegmentedControl::GeneratedSlotMethods",
|
583
633
|
"HIDE_LABELS_DEFAULT": false,
|
584
634
|
"Item": "Primer::Alpha::SegmentedControl::Item",
|
585
635
|
"SIZE_MAPPINGS": {
|
@@ -592,8 +642,10 @@
|
|
592
642
|
]
|
593
643
|
},
|
594
644
|
"Primer::Alpha::SegmentedControl::Item": {
|
645
|
+
"GeneratedSlotMethods": "Primer::Alpha::SegmentedControl::Item::GeneratedSlotMethods"
|
595
646
|
},
|
596
647
|
"Primer::Alpha::Select": {
|
648
|
+
"GeneratedSlotMethods": "Primer::Alpha::Select::GeneratedSlotMethods"
|
597
649
|
},
|
598
650
|
"Primer::Alpha::SelectPanel": {
|
599
651
|
"BANNER_SCHEME_OPTIONS": [
|
@@ -609,6 +661,7 @@
|
|
609
661
|
"eventually_local",
|
610
662
|
"local"
|
611
663
|
],
|
664
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::GeneratedSlotMethods",
|
612
665
|
"ItemList": "Primer::Alpha::SelectPanel::ItemList",
|
613
666
|
"SELECT_VARIANT_OPTIONS": [
|
614
667
|
"single",
|
@@ -618,6 +671,7 @@
|
|
618
671
|
"Utils": "Primer::Alpha::SelectPanel::Utils"
|
619
672
|
},
|
620
673
|
"Primer::Alpha::SelectPanel::ItemList": {
|
674
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::ItemList::GeneratedSlotMethods"
|
621
675
|
},
|
622
676
|
"Primer::Alpha::Stack": {
|
623
677
|
"ARG_CLASSES": [
|
@@ -632,6 +686,7 @@
|
|
632
686
|
"DEFAULT_TAG": "div",
|
633
687
|
"DirectionArg": "Primer::Alpha::Stack::DirectionArg",
|
634
688
|
"GapArg": "Primer::Alpha::Stack::GapArg",
|
689
|
+
"GeneratedSlotMethods": "Primer::Alpha::Stack::GeneratedSlotMethods",
|
635
690
|
"JustifyArg": "Primer::Alpha::Stack::JustifyArg",
|
636
691
|
"PaddingArg": "Primer::Alpha::Stack::PaddingArg",
|
637
692
|
"WrapArg": "Primer::Alpha::Stack::WrapArg"
|
@@ -641,14 +696,18 @@
|
|
641
696
|
"Primer::Alpha::StackItem::GrowArg"
|
642
697
|
],
|
643
698
|
"DEFAULT_TAG": "div",
|
699
|
+
"GeneratedSlotMethods": "Primer::Alpha::StackItem::GeneratedSlotMethods",
|
644
700
|
"GrowArg": "Primer::Alpha::StackItem::GrowArg"
|
645
701
|
},
|
646
702
|
"Primer::Alpha::SubmitButton": {
|
703
|
+
"GeneratedSlotMethods": "Primer::Alpha::SubmitButton::GeneratedSlotMethods"
|
647
704
|
},
|
648
705
|
"Primer::Alpha::TabContainer": {
|
706
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabContainer::GeneratedSlotMethods"
|
649
707
|
},
|
650
708
|
"Primer::Alpha::TabNav": {
|
651
709
|
"BODY_TAG_DEFAULT": "ul",
|
710
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabNav::GeneratedSlotMethods",
|
652
711
|
"TAG_DEFAULT": "nav",
|
653
712
|
"TAG_OPTIONS": [
|
654
713
|
"nav",
|
@@ -657,6 +716,7 @@
|
|
657
716
|
},
|
658
717
|
"Primer::Alpha::TabPanels": {
|
659
718
|
"BODY_TAG_DEFAULT": "ul",
|
719
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabPanels::GeneratedSlotMethods",
|
660
720
|
"TAG_DEFAULT": "nav",
|
661
721
|
"TAG_OPTIONS": [
|
662
722
|
"nav",
|
@@ -664,10 +724,13 @@
|
|
664
724
|
]
|
665
725
|
},
|
666
726
|
"Primer::Alpha::TextArea": {
|
727
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextArea::GeneratedSlotMethods"
|
667
728
|
},
|
668
729
|
"Primer::Alpha::TextField": {
|
730
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextField::GeneratedSlotMethods"
|
669
731
|
},
|
670
732
|
"Primer::Alpha::ToggleSwitch": {
|
733
|
+
"GeneratedSlotMethods": "Primer::Alpha::ToggleSwitch::GeneratedSlotMethods",
|
671
734
|
"SIZE_DEFAULT": "medium",
|
672
735
|
"SIZE_MAPPINGS": {
|
673
736
|
"medium": null,
|
@@ -699,6 +762,7 @@
|
|
699
762
|
"se",
|
700
763
|
"sw"
|
701
764
|
],
|
765
|
+
"GeneratedSlotMethods": "Primer::Alpha::Tooltip::GeneratedSlotMethods",
|
702
766
|
"TYPE_FALLBACK": "description",
|
703
767
|
"TYPE_OPTIONS": [
|
704
768
|
"label",
|
@@ -707,6 +771,7 @@
|
|
707
771
|
},
|
708
772
|
"Primer::Alpha::UnderlineNav": {
|
709
773
|
"BODY_TAG_DEFAULT": "ul",
|
774
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlineNav::GeneratedSlotMethods",
|
710
775
|
"TAG_DEFAULT": "nav",
|
711
776
|
"TAG_OPTIONS": [
|
712
777
|
"nav",
|
@@ -714,8 +779,10 @@
|
|
714
779
|
]
|
715
780
|
},
|
716
781
|
"Primer::Alpha::UnderlinePanels": {
|
782
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlinePanels::GeneratedSlotMethods"
|
717
783
|
},
|
718
784
|
"Primer::BaseComponent": {
|
785
|
+
"GeneratedSlotMethods": "Primer::BaseComponent::GeneratedSlotMethods",
|
719
786
|
"SELF_CLOSING_TAGS": [
|
720
787
|
"area",
|
721
788
|
"base",
|
@@ -736,6 +803,7 @@
|
|
736
803
|
"Primer::Beta::AutoComplete": {
|
737
804
|
"DEFAULT_SIZE": "medium",
|
738
805
|
"DEFAULT_WIDTH": "auto",
|
806
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::GeneratedSlotMethods",
|
739
807
|
"Item": "Primer::Beta::AutoComplete::Item",
|
740
808
|
"SIZE_MAPPINGS": {
|
741
809
|
"small": "FormControl-small",
|
@@ -773,11 +841,13 @@
|
|
773
841
|
"DESCRIPTION_VARIANT_OPTIONS": [
|
774
842
|
"inline",
|
775
843
|
"block"
|
776
|
-
]
|
844
|
+
],
|
845
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::Item::GeneratedSlotMethods"
|
777
846
|
},
|
778
847
|
"Primer::Beta::Avatar": {
|
779
848
|
"DEFAULT_SHAPE": "circle",
|
780
849
|
"DEFAULT_SIZE": 20,
|
850
|
+
"GeneratedSlotMethods": "Primer::Beta::Avatar::GeneratedSlotMethods",
|
781
851
|
"SHAPE_OPTIONS": [
|
782
852
|
"circle",
|
783
853
|
"square"
|
@@ -806,6 +876,7 @@
|
|
806
876
|
],
|
807
877
|
"DEFAULT_BODY_TAG": "div",
|
808
878
|
"DEFAULT_TAG": "div",
|
879
|
+
"GeneratedSlotMethods": "Primer::Beta::AvatarStack::GeneratedSlotMethods",
|
809
880
|
"TAG_OPTIONS": [
|
810
881
|
"div",
|
811
882
|
"span"
|
@@ -814,6 +885,7 @@
|
|
814
885
|
"Primer::Beta::BaseButton": {
|
815
886
|
"DEFAULT_TAG": "button",
|
816
887
|
"DEFAULT_TYPE": "button",
|
888
|
+
"GeneratedSlotMethods": "Primer::Beta::BaseButton::GeneratedSlotMethods",
|
817
889
|
"TAG_OPTIONS": [
|
818
890
|
"button",
|
819
891
|
"a",
|
@@ -827,6 +899,7 @@
|
|
827
899
|
]
|
828
900
|
},
|
829
901
|
"Primer::Beta::Blankslate": {
|
902
|
+
"GeneratedSlotMethods": "Primer::Beta::Blankslate::GeneratedSlotMethods",
|
830
903
|
"VISUAL_OPTIONS": [
|
831
904
|
"icon",
|
832
905
|
"spinner",
|
@@ -836,6 +909,7 @@
|
|
836
909
|
"Primer::Beta::BorderBox": {
|
837
910
|
"DEFAULT_PADDING": "default",
|
838
911
|
"DEFAULT_ROW_SCHEME": "default",
|
912
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::GeneratedSlotMethods",
|
839
913
|
"Header": "Primer::Beta::BorderBox::Header",
|
840
914
|
"PADDING_MAPPINGS": {
|
841
915
|
"default": "",
|
@@ -851,6 +925,7 @@
|
|
851
925
|
}
|
852
926
|
},
|
853
927
|
"Primer::Beta::BorderBox::Header": {
|
928
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::Header::GeneratedSlotMethods",
|
854
929
|
"TITLE_TAG_FALLBACK": "h2",
|
855
930
|
"TITLE_TAG_OPTIONS": [
|
856
931
|
"h1",
|
@@ -870,10 +945,12 @@
|
|
870
945
|
"label": "Breadcrumb"
|
871
946
|
},
|
872
947
|
"FONT_SIZE_MESSAGE": "Breadcrumbs do not support the font_size system argument.",
|
948
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::GeneratedSlotMethods",
|
873
949
|
"Item": "Primer::Beta::Breadcrumbs::Item",
|
874
950
|
"PADDING_MESSAGE": "Padding system arguments are not allowed on Breadcrumbs. Consider using margins instead."
|
875
951
|
},
|
876
952
|
"Primer::Beta::Breadcrumbs::Item": {
|
953
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::Item::GeneratedSlotMethods"
|
877
954
|
},
|
878
955
|
"Primer::Beta::Button": {
|
879
956
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -887,6 +964,7 @@
|
|
887
964
|
"DEFAULT_ALIGN_CONTENT": "center",
|
888
965
|
"DEFAULT_SCHEME": "default",
|
889
966
|
"DEFAULT_SIZE": "medium",
|
967
|
+
"GeneratedSlotMethods": "Primer::Beta::Button::GeneratedSlotMethods",
|
890
968
|
"SCHEME_MAPPINGS": {
|
891
969
|
"default": "Button--secondary",
|
892
970
|
"primary": "Button--primary",
|
@@ -915,18 +993,24 @@
|
|
915
993
|
]
|
916
994
|
},
|
917
995
|
"Primer::Beta::ButtonGroup": {
|
996
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::GeneratedSlotMethods",
|
918
997
|
"MenuButton": "Primer::Beta::ButtonGroup::MenuButton"
|
919
998
|
},
|
920
999
|
"Primer::Beta::ButtonGroup::MenuButton": {
|
1000
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::MenuButton::GeneratedSlotMethods"
|
921
1001
|
},
|
922
1002
|
"Primer::Beta::ClipboardCopy": {
|
1003
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopy::GeneratedSlotMethods"
|
923
1004
|
},
|
924
1005
|
"Primer::Beta::ClipboardCopyBaseButton": {
|
1006
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyBaseButton::GeneratedSlotMethods"
|
925
1007
|
},
|
926
1008
|
"Primer::Beta::ClipboardCopyButton": {
|
1009
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyButton::GeneratedSlotMethods"
|
927
1010
|
},
|
928
1011
|
"Primer::Beta::CloseButton": {
|
929
1012
|
"DEFAULT_TYPE": "button",
|
1013
|
+
"GeneratedSlotMethods": "Primer::Beta::CloseButton::GeneratedSlotMethods",
|
930
1014
|
"TYPE_OPTIONS": [
|
931
1015
|
"button",
|
932
1016
|
"submit"
|
@@ -938,6 +1022,7 @@
|
|
938
1022
|
"gray",
|
939
1023
|
"light_gray"
|
940
1024
|
],
|
1025
|
+
"GeneratedSlotMethods": "Primer::Beta::Counter::GeneratedSlotMethods",
|
941
1026
|
"SCHEME_MAPPINGS": {
|
942
1027
|
"default": "",
|
943
1028
|
"primary": "Counter--primary",
|
@@ -959,6 +1044,7 @@
|
|
959
1044
|
"details-dialog",
|
960
1045
|
"div"
|
961
1046
|
],
|
1047
|
+
"GeneratedSlotMethods": "Primer::Beta::Details::GeneratedSlotMethods",
|
962
1048
|
"NO_OVERLAY": "none",
|
963
1049
|
"OVERLAY_MAPPINGS": {
|
964
1050
|
"none": "",
|
@@ -968,6 +1054,7 @@
|
|
968
1054
|
},
|
969
1055
|
"Primer::Beta::Flash": {
|
970
1056
|
"DEFAULT_SCHEME": "default",
|
1057
|
+
"GeneratedSlotMethods": "Primer::Beta::Flash::GeneratedSlotMethods",
|
971
1058
|
"SCHEME_MAPPINGS": {
|
972
1059
|
"default": "",
|
973
1060
|
"warning": "flash-warn",
|
@@ -976,6 +1063,7 @@
|
|
976
1063
|
}
|
977
1064
|
},
|
978
1065
|
"Primer::Beta::Heading": {
|
1066
|
+
"GeneratedSlotMethods": "Primer::Beta::Heading::GeneratedSlotMethods",
|
979
1067
|
"TAG_FALLBACK": "h2",
|
980
1068
|
"TAG_OPTIONS": [
|
981
1069
|
"h1",
|
@@ -988,6 +1076,7 @@
|
|
988
1076
|
},
|
989
1077
|
"Primer::Beta::IconButton": {
|
990
1078
|
"DEFAULT_SCHEME": "default",
|
1079
|
+
"GeneratedSlotMethods": "Primer::Beta::IconButton::GeneratedSlotMethods",
|
991
1080
|
"SCHEME_MAPPINGS": {
|
992
1081
|
"default": "Button--secondary",
|
993
1082
|
"primary": "Button--primary",
|
@@ -1018,6 +1107,7 @@
|
|
1018
1107
|
"large",
|
1019
1108
|
"inline"
|
1020
1109
|
],
|
1110
|
+
"GeneratedSlotMethods": "Primer::Beta::Label::GeneratedSlotMethods",
|
1021
1111
|
"INLINE_CLASS": "Label--inline",
|
1022
1112
|
"SCHEME_MAPPINGS": {
|
1023
1113
|
"default": "",
|
@@ -1067,6 +1157,7 @@
|
|
1067
1157
|
},
|
1068
1158
|
"Primer::Beta::Link": {
|
1069
1159
|
"DEFAULT_SCHEME": "default",
|
1160
|
+
"GeneratedSlotMethods": "Primer::Beta::Link::GeneratedSlotMethods",
|
1070
1161
|
"SCHEME_MAPPINGS": {
|
1071
1162
|
"default": "",
|
1072
1163
|
"primary": "Link--primary",
|
@@ -1075,6 +1166,7 @@
|
|
1075
1166
|
},
|
1076
1167
|
"Primer::Beta::Markdown": {
|
1077
1168
|
"DEFAULT_TAG": "div",
|
1169
|
+
"GeneratedSlotMethods": "Primer::Beta::Markdown::GeneratedSlotMethods",
|
1078
1170
|
"TAG_OPTIONS": [
|
1079
1171
|
"div",
|
1080
1172
|
"article",
|
@@ -1083,19 +1175,25 @@
|
|
1083
1175
|
},
|
1084
1176
|
"Primer::Beta::NavList": {
|
1085
1177
|
"Divider": "Primer::Beta::NavList::Divider",
|
1178
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::GeneratedSlotMethods",
|
1086
1179
|
"Group": "Primer::Beta::NavList::Group",
|
1087
1180
|
"Heading": "Primer::Beta::NavList::Heading",
|
1088
1181
|
"Item": "Primer::Beta::NavList::Item"
|
1089
1182
|
},
|
1090
1183
|
"Primer::Beta::NavList::Divider": {
|
1184
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Divider::GeneratedSlotMethods"
|
1091
1185
|
},
|
1092
1186
|
"Primer::Beta::NavList::Group": {
|
1187
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Group::GeneratedSlotMethods"
|
1093
1188
|
},
|
1094
1189
|
"Primer::Beta::NavList::Heading": {
|
1190
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Heading::GeneratedSlotMethods"
|
1095
1191
|
},
|
1096
1192
|
"Primer::Beta::NavList::Item": {
|
1193
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Item::GeneratedSlotMethods"
|
1097
1194
|
},
|
1098
1195
|
"Primer::Beta::Octicon": {
|
1196
|
+
"GeneratedSlotMethods": "Primer::Beta::Octicon::GeneratedSlotMethods",
|
1099
1197
|
"SIZE_DEFAULT": "small",
|
1100
1198
|
"SIZE_MAPPINGS": {
|
1101
1199
|
"xsmall": 12,
|
@@ -1126,9 +1224,11 @@
|
|
1126
1224
|
"top_left": "Popover-message--top-left",
|
1127
1225
|
"top_right": "Popover-message--top-right"
|
1128
1226
|
},
|
1129
|
-
"DEFAULT_HEADING_TAG": "h4"
|
1227
|
+
"DEFAULT_HEADING_TAG": "h4",
|
1228
|
+
"GeneratedSlotMethods": "Primer::Beta::Popover::GeneratedSlotMethods"
|
1130
1229
|
},
|
1131
1230
|
"Primer::Beta::ProgressBar": {
|
1231
|
+
"GeneratedSlotMethods": "Primer::Beta::ProgressBar::GeneratedSlotMethods",
|
1132
1232
|
"SIZE_DEFAULT": "default",
|
1133
1233
|
"SIZE_MAPPINGS": {
|
1134
1234
|
"default": "",
|
@@ -1166,6 +1266,7 @@
|
|
1166
1266
|
"short",
|
1167
1267
|
"narrow"
|
1168
1268
|
],
|
1269
|
+
"GeneratedSlotMethods": "Primer::Beta::RelativeTime::GeneratedSlotMethods",
|
1169
1270
|
"HOUR_DEFAULT": null,
|
1170
1271
|
"HOUR_MAPPINGS": {
|
1171
1272
|
"": null,
|
@@ -1274,6 +1375,7 @@
|
|
1274
1375
|
"DEFAULT_SIZE": "medium",
|
1275
1376
|
"DEFAULT_SR_TEXT": "Loading",
|
1276
1377
|
"DEFAULT_STYLE": "box-sizing: content-box; color: var(--color-icon-primary);",
|
1378
|
+
"GeneratedSlotMethods": "Primer::Beta::Spinner::GeneratedSlotMethods",
|
1277
1379
|
"SIZE_MAPPINGS": {
|
1278
1380
|
"small": 16,
|
1279
1381
|
"medium": 32,
|
@@ -1292,6 +1394,7 @@
|
|
1292
1394
|
"red": "State--closed",
|
1293
1395
|
"purple": "State--merged"
|
1294
1396
|
},
|
1397
|
+
"GeneratedSlotMethods": "Primer::Beta::State::GeneratedSlotMethods",
|
1295
1398
|
"NEW_SCHEME_MAPPINGS": {
|
1296
1399
|
"open": "State--open",
|
1297
1400
|
"closed": "State--closed",
|
@@ -1334,6 +1437,7 @@
|
|
1334
1437
|
"Primer::Beta::Subhead": {
|
1335
1438
|
"DEFAULT_HEADING_SIZE": "large",
|
1336
1439
|
"DEFAULT_HEADING_TAG": "div",
|
1440
|
+
"GeneratedSlotMethods": "Primer::Beta::Subhead::GeneratedSlotMethods",
|
1337
1441
|
"HEADING_SIZE_MAP": {
|
1338
1442
|
"large": "Subhead-heading--large",
|
1339
1443
|
"medium": "Subhead-heading--medium"
|
@@ -1353,25 +1457,33 @@
|
|
1353
1457
|
]
|
1354
1458
|
},
|
1355
1459
|
"Primer::Beta::Text": {
|
1356
|
-
"DEFAULT_TAG": "span"
|
1460
|
+
"DEFAULT_TAG": "span",
|
1461
|
+
"GeneratedSlotMethods": "Primer::Beta::Text::GeneratedSlotMethods"
|
1357
1462
|
},
|
1358
1463
|
"Primer::Beta::TimelineItem": {
|
1359
|
-
"Badge": "Primer::Beta::TimelineItem::Badge"
|
1464
|
+
"Badge": "Primer::Beta::TimelineItem::Badge",
|
1465
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::GeneratedSlotMethods"
|
1360
1466
|
},
|
1361
1467
|
"Primer::Beta::TimelineItem::Badge": {
|
1468
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::Badge::GeneratedSlotMethods"
|
1362
1469
|
},
|
1363
1470
|
"Primer::Beta::Truncate": {
|
1471
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::GeneratedSlotMethods",
|
1364
1472
|
"TruncateText": "Primer::Beta::Truncate::TruncateText"
|
1365
1473
|
},
|
1366
1474
|
"Primer::Beta::Truncate::TruncateText": {
|
1475
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::TruncateText::GeneratedSlotMethods"
|
1367
1476
|
},
|
1368
1477
|
"Primer::BlankslateComponent": {
|
1478
|
+
"GeneratedSlotMethods": "Primer::BlankslateComponent::GeneratedSlotMethods"
|
1369
1479
|
},
|
1370
1480
|
"Primer::Box": {
|
1481
|
+
"GeneratedSlotMethods": "Primer::Box::GeneratedSlotMethods"
|
1371
1482
|
},
|
1372
1483
|
"Primer::ButtonComponent": {
|
1373
1484
|
"DEFAULT_SCHEME": "default",
|
1374
1485
|
"DEFAULT_SIZE": "medium",
|
1486
|
+
"GeneratedSlotMethods": "Primer::ButtonComponent::GeneratedSlotMethods",
|
1375
1487
|
"LINK_SCHEME": "link",
|
1376
1488
|
"SCHEME_MAPPINGS": {
|
1377
1489
|
"default": "",
|
@@ -1399,11 +1511,14 @@
|
|
1399
1511
|
]
|
1400
1512
|
},
|
1401
1513
|
"Primer::ConditionalWrapper": {
|
1514
|
+
"GeneratedSlotMethods": "Primer::ConditionalWrapper::GeneratedSlotMethods"
|
1402
1515
|
},
|
1403
1516
|
"Primer::Content": {
|
1517
|
+
"GeneratedSlotMethods": "Primer::Content::GeneratedSlotMethods"
|
1404
1518
|
},
|
1405
1519
|
"Primer::IconButton": {
|
1406
1520
|
"DEFAULT_SCHEME": "default",
|
1521
|
+
"GeneratedSlotMethods": "Primer::IconButton::GeneratedSlotMethods",
|
1407
1522
|
"SCHEME_MAPPINGS": {
|
1408
1523
|
"default": "",
|
1409
1524
|
"danger": "btn-octicon-danger"
|
@@ -1433,9 +1548,11 @@
|
|
1433
1548
|
],
|
1434
1549
|
"DEFAULT_SIDE": "right",
|
1435
1550
|
"DEFAULT_SIDEBAR_COL": 3,
|
1551
|
+
"GeneratedSlotMethods": "Primer::LayoutComponent::GeneratedSlotMethods",
|
1436
1552
|
"MAX_COL": 12
|
1437
1553
|
},
|
1438
1554
|
"Primer::Navigation::TabComponent": {
|
1555
|
+
"GeneratedSlotMethods": "Primer::Navigation::TabComponent::GeneratedSlotMethods"
|
1439
1556
|
},
|
1440
1557
|
"Primer::Tooltip": {
|
1441
1558
|
"ALIGN_DEFAULT": "default",
|
@@ -1458,10 +1575,12 @@
|
|
1458
1575
|
"s",
|
1459
1576
|
"se"
|
1460
1577
|
],
|
1578
|
+
"GeneratedSlotMethods": "Primer::Tooltip::GeneratedSlotMethods",
|
1461
1579
|
"MULTILINE_DEFAULT": false
|
1462
1580
|
},
|
1463
1581
|
"Primer::Truncate": {
|
1464
1582
|
"DEFAULT_TAG": "div",
|
1583
|
+
"GeneratedSlotMethods": "Primer::Truncate::GeneratedSlotMethods",
|
1465
1584
|
"TAG_OPTIONS": [
|
1466
1585
|
"div",
|
1467
1586
|
"span",
|