@primer/view-components 0.35.0-rc.bb4f3d24 → 0.35.0-rc.bfaf3f99
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/app/assets/javascripts/components/primer/primer.d.ts +0 -1
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/assets/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/alpha/action_bar_element.d.ts +17 -0
- package/app/components/primer/alpha/action_list.d.ts +16 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +42 -0
- package/app/components/primer/alpha/dialog.css +1 -1
- package/app/components/primer/alpha/dialog.css.json +2 -1
- package/app/components/primer/alpha/dropdown/menu.d.ts +1 -0
- package/app/components/primer/alpha/dropdown.d.ts +1 -0
- package/app/components/primer/alpha/modal_dialog.d.ts +18 -0
- package/app/components/primer/alpha/segmented_control.d.ts +12 -0
- package/app/components/primer/alpha/select_panel_element.d.ts +63 -0
- package/app/components/primer/alpha/tab_container.d.ts +1 -0
- package/app/components/primer/alpha/text_field.css +1 -1
- package/app/components/primer/alpha/toggle_switch.d.ts +34 -0
- package/app/components/primer/alpha/tool_tip.d.ts +27 -0
- package/app/components/primer/alpha/x_banner.d.ts +18 -0
- package/app/components/primer/anchored_position.d.ts +27 -0
- package/app/components/primer/aria_live.d.ts +8 -0
- package/app/components/primer/beta/auto_complete/auto_complete.d.ts +1 -0
- package/app/components/primer/beta/clipboard_copy.d.ts +1 -0
- package/app/components/primer/beta/nav_list.d.ts +20 -0
- package/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
- package/app/components/primer/beta/relative_time.d.ts +1 -0
- package/app/components/primer/dialog_helper.d.ts +15 -0
- package/app/components/primer/dialog_helper.js +0 -1
- package/app/components/primer/focus_group.d.ts +19 -0
- package/app/components/primer/primer.d.ts +27 -0
- package/app/components/primer/primer.js +0 -1
- package/app/components/primer/scrollable_region.d.ts +13 -0
- package/app/components/primer/shared_events.d.ts +11 -0
- package/app/lib/primer/forms/primer_multi_input.d.ts +10 -0
- package/app/lib/primer/forms/primer_text_field.d.ts +28 -0
- package/app/lib/primer/forms/toggle_switch_input.d.ts +5 -0
- package/package.json +2 -2
- package/static/arguments.json +6 -28
- package/static/audited_at.json +0 -1
- package/static/constants.json +124 -7
- package/static/info_arch.json +19 -95
- package/static/previews.json +13 -47
- package/static/statuses.json +0 -1
- package/app/assets/javascripts/components/primer/alpha/image_crop.d.ts +0 -1
- package/app/components/primer/alpha/image_crop.js +0 -1
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,16 +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": {
|
358
|
-
|
359
|
-
"Primer::Alpha::ImageCrop": {
|
388
|
+
"GeneratedSlotMethods": "Primer::Alpha::Image::GeneratedSlotMethods"
|
360
389
|
},
|
361
390
|
"Primer::Alpha::Layout": {
|
362
391
|
"FIRST_IN_SOURCE_DEFAULT": "sidebar",
|
@@ -377,6 +406,7 @@
|
|
377
406
|
"spacious",
|
378
407
|
"default"
|
379
408
|
],
|
409
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::GeneratedSlotMethods",
|
380
410
|
"Main": "Primer::Alpha::Layout::Main",
|
381
411
|
"SIDEBAR_COL_PLACEMENT_DEFAULT": "start",
|
382
412
|
"SIDEBAR_COL_PLACEMENT_OPTIONS": [
|
@@ -414,6 +444,7 @@
|
|
414
444
|
"Sidebar": "Primer::Alpha::Layout::Sidebar"
|
415
445
|
},
|
416
446
|
"Primer::Alpha::Layout::Main": {
|
447
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::Main::GeneratedSlotMethods",
|
417
448
|
"TAG_DEFAULT": "div",
|
418
449
|
"TAG_OPTIONS": [
|
419
450
|
"div",
|
@@ -428,6 +459,7 @@
|
|
428
459
|
]
|
429
460
|
},
|
430
461
|
"Primer::Alpha::Layout::Sidebar": {
|
462
|
+
"GeneratedSlotMethods": "Primer::Alpha::Layout::Sidebar::GeneratedSlotMethods",
|
431
463
|
"TAG_DEFAULT": "div",
|
432
464
|
"TAG_OPTIONS": [
|
433
465
|
"div",
|
@@ -437,6 +469,7 @@
|
|
437
469
|
]
|
438
470
|
},
|
439
471
|
"Primer::Alpha::Menu": {
|
472
|
+
"GeneratedSlotMethods": "Primer::Alpha::Menu::GeneratedSlotMethods",
|
440
473
|
"HEADING_TAG_FALLBACK": "h2",
|
441
474
|
"HEADING_TAG_OPTIONS": [
|
442
475
|
"h1",
|
@@ -448,29 +481,37 @@
|
|
448
481
|
]
|
449
482
|
},
|
450
483
|
"Primer::Alpha::MultiInput": {
|
484
|
+
"GeneratedSlotMethods": "Primer::Alpha::MultiInput::GeneratedSlotMethods"
|
451
485
|
},
|
452
486
|
"Primer::Alpha::NavList": {
|
453
487
|
"Divider": "Primer::Alpha::NavList::Divider",
|
488
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::GeneratedSlotMethods",
|
454
489
|
"Group": "Primer::Alpha::NavList::Group",
|
455
490
|
"Heading": "Primer::Alpha::NavList::Heading",
|
456
491
|
"Item": "Primer::Alpha::NavList::Item"
|
457
492
|
},
|
458
493
|
"Primer::Alpha::NavList::Divider": {
|
494
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Divider::GeneratedSlotMethods"
|
459
495
|
},
|
460
496
|
"Primer::Alpha::NavList::Group": {
|
497
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Group::GeneratedSlotMethods"
|
461
498
|
},
|
462
499
|
"Primer::Alpha::NavList::Heading": {
|
500
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Heading::GeneratedSlotMethods"
|
463
501
|
},
|
464
502
|
"Primer::Alpha::NavList::Item": {
|
503
|
+
"GeneratedSlotMethods": "Primer::Alpha::NavList::Item::GeneratedSlotMethods"
|
465
504
|
},
|
466
505
|
"Primer::Alpha::Navigation::Tab": {
|
467
506
|
"ARIA_CURRENT_OPTIONS_FOR_ANCHOR": [
|
468
507
|
true,
|
469
508
|
"page"
|
470
509
|
],
|
471
|
-
"DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page"
|
510
|
+
"DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page",
|
511
|
+
"GeneratedSlotMethods": "Primer::Alpha::Navigation::Tab::GeneratedSlotMethods"
|
472
512
|
},
|
473
513
|
"Primer::Alpha::OcticonSymbols": {
|
514
|
+
"GeneratedSlotMethods": "Primer::Alpha::OcticonSymbols::GeneratedSlotMethods"
|
474
515
|
},
|
475
516
|
"Primer::Alpha::Overlay": {
|
476
517
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -523,6 +564,7 @@
|
|
523
564
|
"DEFAULT_POPOVER": "auto",
|
524
565
|
"DEFAULT_SIZE": "auto",
|
525
566
|
"Footer": "Primer::Alpha::Overlay::Footer",
|
567
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::GeneratedSlotMethods",
|
526
568
|
"Header": "Primer::Alpha::Overlay::Header",
|
527
569
|
"PADDING_MAPPINGS": {
|
528
570
|
"normal": null,
|
@@ -561,11 +603,14 @@
|
|
561
603
|
]
|
562
604
|
},
|
563
605
|
"Primer::Alpha::Overlay::Body": {
|
606
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Body::GeneratedSlotMethods"
|
564
607
|
},
|
565
608
|
"Primer::Alpha::Overlay::Footer": {
|
609
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Footer::GeneratedSlotMethods"
|
566
610
|
},
|
567
611
|
"Primer::Alpha::Overlay::Header": {
|
568
612
|
"DEFAULT_SIZE": "medium",
|
613
|
+
"GeneratedSlotMethods": "Primer::Alpha::Overlay::Header::GeneratedSlotMethods",
|
569
614
|
"SIZE_MAPPINGS": {
|
570
615
|
"medium": null,
|
571
616
|
"large": "Overlay-header--large"
|
@@ -576,12 +621,15 @@
|
|
576
621
|
]
|
577
622
|
},
|
578
623
|
"Primer::Alpha::RadioButton": {
|
624
|
+
"GeneratedSlotMethods": "Primer::Alpha::RadioButton::GeneratedSlotMethods"
|
579
625
|
},
|
580
626
|
"Primer::Alpha::RadioButtonGroup": {
|
627
|
+
"GeneratedSlotMethods": "Primer::Alpha::RadioButtonGroup::GeneratedSlotMethods"
|
581
628
|
},
|
582
629
|
"Primer::Alpha::SegmentedControl": {
|
583
630
|
"DEFAULT_SIZE": "medium",
|
584
631
|
"FULL_WIDTH_DEFAULT": false,
|
632
|
+
"GeneratedSlotMethods": "Primer::Alpha::SegmentedControl::GeneratedSlotMethods",
|
585
633
|
"HIDE_LABELS_DEFAULT": false,
|
586
634
|
"Item": "Primer::Alpha::SegmentedControl::Item",
|
587
635
|
"SIZE_MAPPINGS": {
|
@@ -594,8 +642,10 @@
|
|
594
642
|
]
|
595
643
|
},
|
596
644
|
"Primer::Alpha::SegmentedControl::Item": {
|
645
|
+
"GeneratedSlotMethods": "Primer::Alpha::SegmentedControl::Item::GeneratedSlotMethods"
|
597
646
|
},
|
598
647
|
"Primer::Alpha::Select": {
|
648
|
+
"GeneratedSlotMethods": "Primer::Alpha::Select::GeneratedSlotMethods"
|
599
649
|
},
|
600
650
|
"Primer::Alpha::SelectPanel": {
|
601
651
|
"BANNER_SCHEME_OPTIONS": [
|
@@ -611,6 +661,7 @@
|
|
611
661
|
"eventually_local",
|
612
662
|
"local"
|
613
663
|
],
|
664
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::GeneratedSlotMethods",
|
614
665
|
"ItemList": "Primer::Alpha::SelectPanel::ItemList",
|
615
666
|
"SELECT_VARIANT_OPTIONS": [
|
616
667
|
"single",
|
@@ -620,6 +671,7 @@
|
|
620
671
|
"Utils": "Primer::Alpha::SelectPanel::Utils"
|
621
672
|
},
|
622
673
|
"Primer::Alpha::SelectPanel::ItemList": {
|
674
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::ItemList::GeneratedSlotMethods"
|
623
675
|
},
|
624
676
|
"Primer::Alpha::Stack": {
|
625
677
|
"ARG_CLASSES": [
|
@@ -634,6 +686,7 @@
|
|
634
686
|
"DEFAULT_TAG": "div",
|
635
687
|
"DirectionArg": "Primer::Alpha::Stack::DirectionArg",
|
636
688
|
"GapArg": "Primer::Alpha::Stack::GapArg",
|
689
|
+
"GeneratedSlotMethods": "Primer::Alpha::Stack::GeneratedSlotMethods",
|
637
690
|
"JustifyArg": "Primer::Alpha::Stack::JustifyArg",
|
638
691
|
"PaddingArg": "Primer::Alpha::Stack::PaddingArg",
|
639
692
|
"WrapArg": "Primer::Alpha::Stack::WrapArg"
|
@@ -643,14 +696,18 @@
|
|
643
696
|
"Primer::Alpha::StackItem::GrowArg"
|
644
697
|
],
|
645
698
|
"DEFAULT_TAG": "div",
|
699
|
+
"GeneratedSlotMethods": "Primer::Alpha::StackItem::GeneratedSlotMethods",
|
646
700
|
"GrowArg": "Primer::Alpha::StackItem::GrowArg"
|
647
701
|
},
|
648
702
|
"Primer::Alpha::SubmitButton": {
|
703
|
+
"GeneratedSlotMethods": "Primer::Alpha::SubmitButton::GeneratedSlotMethods"
|
649
704
|
},
|
650
705
|
"Primer::Alpha::TabContainer": {
|
706
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabContainer::GeneratedSlotMethods"
|
651
707
|
},
|
652
708
|
"Primer::Alpha::TabNav": {
|
653
709
|
"BODY_TAG_DEFAULT": "ul",
|
710
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabNav::GeneratedSlotMethods",
|
654
711
|
"TAG_DEFAULT": "nav",
|
655
712
|
"TAG_OPTIONS": [
|
656
713
|
"nav",
|
@@ -659,6 +716,7 @@
|
|
659
716
|
},
|
660
717
|
"Primer::Alpha::TabPanels": {
|
661
718
|
"BODY_TAG_DEFAULT": "ul",
|
719
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabPanels::GeneratedSlotMethods",
|
662
720
|
"TAG_DEFAULT": "nav",
|
663
721
|
"TAG_OPTIONS": [
|
664
722
|
"nav",
|
@@ -666,10 +724,13 @@
|
|
666
724
|
]
|
667
725
|
},
|
668
726
|
"Primer::Alpha::TextArea": {
|
727
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextArea::GeneratedSlotMethods"
|
669
728
|
},
|
670
729
|
"Primer::Alpha::TextField": {
|
730
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextField::GeneratedSlotMethods"
|
671
731
|
},
|
672
732
|
"Primer::Alpha::ToggleSwitch": {
|
733
|
+
"GeneratedSlotMethods": "Primer::Alpha::ToggleSwitch::GeneratedSlotMethods",
|
673
734
|
"SIZE_DEFAULT": "medium",
|
674
735
|
"SIZE_MAPPINGS": {
|
675
736
|
"medium": null,
|
@@ -701,6 +762,7 @@
|
|
701
762
|
"se",
|
702
763
|
"sw"
|
703
764
|
],
|
765
|
+
"GeneratedSlotMethods": "Primer::Alpha::Tooltip::GeneratedSlotMethods",
|
704
766
|
"TYPE_FALLBACK": "description",
|
705
767
|
"TYPE_OPTIONS": [
|
706
768
|
"label",
|
@@ -709,6 +771,7 @@
|
|
709
771
|
},
|
710
772
|
"Primer::Alpha::UnderlineNav": {
|
711
773
|
"BODY_TAG_DEFAULT": "ul",
|
774
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlineNav::GeneratedSlotMethods",
|
712
775
|
"TAG_DEFAULT": "nav",
|
713
776
|
"TAG_OPTIONS": [
|
714
777
|
"nav",
|
@@ -716,8 +779,10 @@
|
|
716
779
|
]
|
717
780
|
},
|
718
781
|
"Primer::Alpha::UnderlinePanels": {
|
782
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlinePanels::GeneratedSlotMethods"
|
719
783
|
},
|
720
784
|
"Primer::BaseComponent": {
|
785
|
+
"GeneratedSlotMethods": "Primer::BaseComponent::GeneratedSlotMethods",
|
721
786
|
"SELF_CLOSING_TAGS": [
|
722
787
|
"area",
|
723
788
|
"base",
|
@@ -738,6 +803,7 @@
|
|
738
803
|
"Primer::Beta::AutoComplete": {
|
739
804
|
"DEFAULT_SIZE": "medium",
|
740
805
|
"DEFAULT_WIDTH": "auto",
|
806
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::GeneratedSlotMethods",
|
741
807
|
"Item": "Primer::Beta::AutoComplete::Item",
|
742
808
|
"SIZE_MAPPINGS": {
|
743
809
|
"small": "FormControl-small",
|
@@ -775,11 +841,13 @@
|
|
775
841
|
"DESCRIPTION_VARIANT_OPTIONS": [
|
776
842
|
"inline",
|
777
843
|
"block"
|
778
|
-
]
|
844
|
+
],
|
845
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::Item::GeneratedSlotMethods"
|
779
846
|
},
|
780
847
|
"Primer::Beta::Avatar": {
|
781
848
|
"DEFAULT_SHAPE": "circle",
|
782
849
|
"DEFAULT_SIZE": 20,
|
850
|
+
"GeneratedSlotMethods": "Primer::Beta::Avatar::GeneratedSlotMethods",
|
783
851
|
"SHAPE_OPTIONS": [
|
784
852
|
"circle",
|
785
853
|
"square"
|
@@ -808,6 +876,7 @@
|
|
808
876
|
],
|
809
877
|
"DEFAULT_BODY_TAG": "div",
|
810
878
|
"DEFAULT_TAG": "div",
|
879
|
+
"GeneratedSlotMethods": "Primer::Beta::AvatarStack::GeneratedSlotMethods",
|
811
880
|
"TAG_OPTIONS": [
|
812
881
|
"div",
|
813
882
|
"span"
|
@@ -816,6 +885,7 @@
|
|
816
885
|
"Primer::Beta::BaseButton": {
|
817
886
|
"DEFAULT_TAG": "button",
|
818
887
|
"DEFAULT_TYPE": "button",
|
888
|
+
"GeneratedSlotMethods": "Primer::Beta::BaseButton::GeneratedSlotMethods",
|
819
889
|
"TAG_OPTIONS": [
|
820
890
|
"button",
|
821
891
|
"a",
|
@@ -829,6 +899,7 @@
|
|
829
899
|
]
|
830
900
|
},
|
831
901
|
"Primer::Beta::Blankslate": {
|
902
|
+
"GeneratedSlotMethods": "Primer::Beta::Blankslate::GeneratedSlotMethods",
|
832
903
|
"VISUAL_OPTIONS": [
|
833
904
|
"icon",
|
834
905
|
"spinner",
|
@@ -838,6 +909,7 @@
|
|
838
909
|
"Primer::Beta::BorderBox": {
|
839
910
|
"DEFAULT_PADDING": "default",
|
840
911
|
"DEFAULT_ROW_SCHEME": "default",
|
912
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::GeneratedSlotMethods",
|
841
913
|
"Header": "Primer::Beta::BorderBox::Header",
|
842
914
|
"PADDING_MAPPINGS": {
|
843
915
|
"default": "",
|
@@ -853,6 +925,7 @@
|
|
853
925
|
}
|
854
926
|
},
|
855
927
|
"Primer::Beta::BorderBox::Header": {
|
928
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::Header::GeneratedSlotMethods",
|
856
929
|
"TITLE_TAG_FALLBACK": "h2",
|
857
930
|
"TITLE_TAG_OPTIONS": [
|
858
931
|
"h1",
|
@@ -872,10 +945,12 @@
|
|
872
945
|
"label": "Breadcrumb"
|
873
946
|
},
|
874
947
|
"FONT_SIZE_MESSAGE": "Breadcrumbs do not support the font_size system argument.",
|
948
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::GeneratedSlotMethods",
|
875
949
|
"Item": "Primer::Beta::Breadcrumbs::Item",
|
876
950
|
"PADDING_MESSAGE": "Padding system arguments are not allowed on Breadcrumbs. Consider using margins instead."
|
877
951
|
},
|
878
952
|
"Primer::Beta::Breadcrumbs::Item": {
|
953
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::Item::GeneratedSlotMethods"
|
879
954
|
},
|
880
955
|
"Primer::Beta::Button": {
|
881
956
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -889,6 +964,7 @@
|
|
889
964
|
"DEFAULT_ALIGN_CONTENT": "center",
|
890
965
|
"DEFAULT_SCHEME": "default",
|
891
966
|
"DEFAULT_SIZE": "medium",
|
967
|
+
"GeneratedSlotMethods": "Primer::Beta::Button::GeneratedSlotMethods",
|
892
968
|
"SCHEME_MAPPINGS": {
|
893
969
|
"default": "Button--secondary",
|
894
970
|
"primary": "Button--primary",
|
@@ -917,18 +993,24 @@
|
|
917
993
|
]
|
918
994
|
},
|
919
995
|
"Primer::Beta::ButtonGroup": {
|
996
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::GeneratedSlotMethods",
|
920
997
|
"MenuButton": "Primer::Beta::ButtonGroup::MenuButton"
|
921
998
|
},
|
922
999
|
"Primer::Beta::ButtonGroup::MenuButton": {
|
1000
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::MenuButton::GeneratedSlotMethods"
|
923
1001
|
},
|
924
1002
|
"Primer::Beta::ClipboardCopy": {
|
1003
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopy::GeneratedSlotMethods"
|
925
1004
|
},
|
926
1005
|
"Primer::Beta::ClipboardCopyBaseButton": {
|
1006
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyBaseButton::GeneratedSlotMethods"
|
927
1007
|
},
|
928
1008
|
"Primer::Beta::ClipboardCopyButton": {
|
1009
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyButton::GeneratedSlotMethods"
|
929
1010
|
},
|
930
1011
|
"Primer::Beta::CloseButton": {
|
931
1012
|
"DEFAULT_TYPE": "button",
|
1013
|
+
"GeneratedSlotMethods": "Primer::Beta::CloseButton::GeneratedSlotMethods",
|
932
1014
|
"TYPE_OPTIONS": [
|
933
1015
|
"button",
|
934
1016
|
"submit"
|
@@ -940,6 +1022,7 @@
|
|
940
1022
|
"gray",
|
941
1023
|
"light_gray"
|
942
1024
|
],
|
1025
|
+
"GeneratedSlotMethods": "Primer::Beta::Counter::GeneratedSlotMethods",
|
943
1026
|
"SCHEME_MAPPINGS": {
|
944
1027
|
"default": "",
|
945
1028
|
"primary": "Counter--primary",
|
@@ -961,6 +1044,7 @@
|
|
961
1044
|
"details-dialog",
|
962
1045
|
"div"
|
963
1046
|
],
|
1047
|
+
"GeneratedSlotMethods": "Primer::Beta::Details::GeneratedSlotMethods",
|
964
1048
|
"NO_OVERLAY": "none",
|
965
1049
|
"OVERLAY_MAPPINGS": {
|
966
1050
|
"none": "",
|
@@ -970,6 +1054,7 @@
|
|
970
1054
|
},
|
971
1055
|
"Primer::Beta::Flash": {
|
972
1056
|
"DEFAULT_SCHEME": "default",
|
1057
|
+
"GeneratedSlotMethods": "Primer::Beta::Flash::GeneratedSlotMethods",
|
973
1058
|
"SCHEME_MAPPINGS": {
|
974
1059
|
"default": "",
|
975
1060
|
"warning": "flash-warn",
|
@@ -978,6 +1063,7 @@
|
|
978
1063
|
}
|
979
1064
|
},
|
980
1065
|
"Primer::Beta::Heading": {
|
1066
|
+
"GeneratedSlotMethods": "Primer::Beta::Heading::GeneratedSlotMethods",
|
981
1067
|
"TAG_FALLBACK": "h2",
|
982
1068
|
"TAG_OPTIONS": [
|
983
1069
|
"h1",
|
@@ -990,6 +1076,7 @@
|
|
990
1076
|
},
|
991
1077
|
"Primer::Beta::IconButton": {
|
992
1078
|
"DEFAULT_SCHEME": "default",
|
1079
|
+
"GeneratedSlotMethods": "Primer::Beta::IconButton::GeneratedSlotMethods",
|
993
1080
|
"SCHEME_MAPPINGS": {
|
994
1081
|
"default": "Button--secondary",
|
995
1082
|
"primary": "Button--primary",
|
@@ -1020,6 +1107,7 @@
|
|
1020
1107
|
"large",
|
1021
1108
|
"inline"
|
1022
1109
|
],
|
1110
|
+
"GeneratedSlotMethods": "Primer::Beta::Label::GeneratedSlotMethods",
|
1023
1111
|
"INLINE_CLASS": "Label--inline",
|
1024
1112
|
"SCHEME_MAPPINGS": {
|
1025
1113
|
"default": "",
|
@@ -1069,6 +1157,7 @@
|
|
1069
1157
|
},
|
1070
1158
|
"Primer::Beta::Link": {
|
1071
1159
|
"DEFAULT_SCHEME": "default",
|
1160
|
+
"GeneratedSlotMethods": "Primer::Beta::Link::GeneratedSlotMethods",
|
1072
1161
|
"SCHEME_MAPPINGS": {
|
1073
1162
|
"default": "",
|
1074
1163
|
"primary": "Link--primary",
|
@@ -1077,6 +1166,7 @@
|
|
1077
1166
|
},
|
1078
1167
|
"Primer::Beta::Markdown": {
|
1079
1168
|
"DEFAULT_TAG": "div",
|
1169
|
+
"GeneratedSlotMethods": "Primer::Beta::Markdown::GeneratedSlotMethods",
|
1080
1170
|
"TAG_OPTIONS": [
|
1081
1171
|
"div",
|
1082
1172
|
"article",
|
@@ -1085,19 +1175,25 @@
|
|
1085
1175
|
},
|
1086
1176
|
"Primer::Beta::NavList": {
|
1087
1177
|
"Divider": "Primer::Beta::NavList::Divider",
|
1178
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::GeneratedSlotMethods",
|
1088
1179
|
"Group": "Primer::Beta::NavList::Group",
|
1089
1180
|
"Heading": "Primer::Beta::NavList::Heading",
|
1090
1181
|
"Item": "Primer::Beta::NavList::Item"
|
1091
1182
|
},
|
1092
1183
|
"Primer::Beta::NavList::Divider": {
|
1184
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Divider::GeneratedSlotMethods"
|
1093
1185
|
},
|
1094
1186
|
"Primer::Beta::NavList::Group": {
|
1187
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Group::GeneratedSlotMethods"
|
1095
1188
|
},
|
1096
1189
|
"Primer::Beta::NavList::Heading": {
|
1190
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Heading::GeneratedSlotMethods"
|
1097
1191
|
},
|
1098
1192
|
"Primer::Beta::NavList::Item": {
|
1193
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Item::GeneratedSlotMethods"
|
1099
1194
|
},
|
1100
1195
|
"Primer::Beta::Octicon": {
|
1196
|
+
"GeneratedSlotMethods": "Primer::Beta::Octicon::GeneratedSlotMethods",
|
1101
1197
|
"SIZE_DEFAULT": "small",
|
1102
1198
|
"SIZE_MAPPINGS": {
|
1103
1199
|
"xsmall": 12,
|
@@ -1128,9 +1224,11 @@
|
|
1128
1224
|
"top_left": "Popover-message--top-left",
|
1129
1225
|
"top_right": "Popover-message--top-right"
|
1130
1226
|
},
|
1131
|
-
"DEFAULT_HEADING_TAG": "h4"
|
1227
|
+
"DEFAULT_HEADING_TAG": "h4",
|
1228
|
+
"GeneratedSlotMethods": "Primer::Beta::Popover::GeneratedSlotMethods"
|
1132
1229
|
},
|
1133
1230
|
"Primer::Beta::ProgressBar": {
|
1231
|
+
"GeneratedSlotMethods": "Primer::Beta::ProgressBar::GeneratedSlotMethods",
|
1134
1232
|
"SIZE_DEFAULT": "default",
|
1135
1233
|
"SIZE_MAPPINGS": {
|
1136
1234
|
"default": "",
|
@@ -1168,6 +1266,7 @@
|
|
1168
1266
|
"short",
|
1169
1267
|
"narrow"
|
1170
1268
|
],
|
1269
|
+
"GeneratedSlotMethods": "Primer::Beta::RelativeTime::GeneratedSlotMethods",
|
1171
1270
|
"HOUR_DEFAULT": null,
|
1172
1271
|
"HOUR_MAPPINGS": {
|
1173
1272
|
"": null,
|
@@ -1276,6 +1375,7 @@
|
|
1276
1375
|
"DEFAULT_SIZE": "medium",
|
1277
1376
|
"DEFAULT_SR_TEXT": "Loading",
|
1278
1377
|
"DEFAULT_STYLE": "box-sizing: content-box; color: var(--color-icon-primary);",
|
1378
|
+
"GeneratedSlotMethods": "Primer::Beta::Spinner::GeneratedSlotMethods",
|
1279
1379
|
"SIZE_MAPPINGS": {
|
1280
1380
|
"small": 16,
|
1281
1381
|
"medium": 32,
|
@@ -1294,6 +1394,7 @@
|
|
1294
1394
|
"red": "State--closed",
|
1295
1395
|
"purple": "State--merged"
|
1296
1396
|
},
|
1397
|
+
"GeneratedSlotMethods": "Primer::Beta::State::GeneratedSlotMethods",
|
1297
1398
|
"NEW_SCHEME_MAPPINGS": {
|
1298
1399
|
"open": "State--open",
|
1299
1400
|
"closed": "State--closed",
|
@@ -1336,6 +1437,7 @@
|
|
1336
1437
|
"Primer::Beta::Subhead": {
|
1337
1438
|
"DEFAULT_HEADING_SIZE": "large",
|
1338
1439
|
"DEFAULT_HEADING_TAG": "div",
|
1440
|
+
"GeneratedSlotMethods": "Primer::Beta::Subhead::GeneratedSlotMethods",
|
1339
1441
|
"HEADING_SIZE_MAP": {
|
1340
1442
|
"large": "Subhead-heading--large",
|
1341
1443
|
"medium": "Subhead-heading--medium"
|
@@ -1355,25 +1457,33 @@
|
|
1355
1457
|
]
|
1356
1458
|
},
|
1357
1459
|
"Primer::Beta::Text": {
|
1358
|
-
"DEFAULT_TAG": "span"
|
1460
|
+
"DEFAULT_TAG": "span",
|
1461
|
+
"GeneratedSlotMethods": "Primer::Beta::Text::GeneratedSlotMethods"
|
1359
1462
|
},
|
1360
1463
|
"Primer::Beta::TimelineItem": {
|
1361
|
-
"Badge": "Primer::Beta::TimelineItem::Badge"
|
1464
|
+
"Badge": "Primer::Beta::TimelineItem::Badge",
|
1465
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::GeneratedSlotMethods"
|
1362
1466
|
},
|
1363
1467
|
"Primer::Beta::TimelineItem::Badge": {
|
1468
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::Badge::GeneratedSlotMethods"
|
1364
1469
|
},
|
1365
1470
|
"Primer::Beta::Truncate": {
|
1471
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::GeneratedSlotMethods",
|
1366
1472
|
"TruncateText": "Primer::Beta::Truncate::TruncateText"
|
1367
1473
|
},
|
1368
1474
|
"Primer::Beta::Truncate::TruncateText": {
|
1475
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::TruncateText::GeneratedSlotMethods"
|
1369
1476
|
},
|
1370
1477
|
"Primer::BlankslateComponent": {
|
1478
|
+
"GeneratedSlotMethods": "Primer::BlankslateComponent::GeneratedSlotMethods"
|
1371
1479
|
},
|
1372
1480
|
"Primer::Box": {
|
1481
|
+
"GeneratedSlotMethods": "Primer::Box::GeneratedSlotMethods"
|
1373
1482
|
},
|
1374
1483
|
"Primer::ButtonComponent": {
|
1375
1484
|
"DEFAULT_SCHEME": "default",
|
1376
1485
|
"DEFAULT_SIZE": "medium",
|
1486
|
+
"GeneratedSlotMethods": "Primer::ButtonComponent::GeneratedSlotMethods",
|
1377
1487
|
"LINK_SCHEME": "link",
|
1378
1488
|
"SCHEME_MAPPINGS": {
|
1379
1489
|
"default": "",
|
@@ -1401,11 +1511,14 @@
|
|
1401
1511
|
]
|
1402
1512
|
},
|
1403
1513
|
"Primer::ConditionalWrapper": {
|
1514
|
+
"GeneratedSlotMethods": "Primer::ConditionalWrapper::GeneratedSlotMethods"
|
1404
1515
|
},
|
1405
1516
|
"Primer::Content": {
|
1517
|
+
"GeneratedSlotMethods": "Primer::Content::GeneratedSlotMethods"
|
1406
1518
|
},
|
1407
1519
|
"Primer::IconButton": {
|
1408
1520
|
"DEFAULT_SCHEME": "default",
|
1521
|
+
"GeneratedSlotMethods": "Primer::IconButton::GeneratedSlotMethods",
|
1409
1522
|
"SCHEME_MAPPINGS": {
|
1410
1523
|
"default": "",
|
1411
1524
|
"danger": "btn-octicon-danger"
|
@@ -1435,9 +1548,11 @@
|
|
1435
1548
|
],
|
1436
1549
|
"DEFAULT_SIDE": "right",
|
1437
1550
|
"DEFAULT_SIDEBAR_COL": 3,
|
1551
|
+
"GeneratedSlotMethods": "Primer::LayoutComponent::GeneratedSlotMethods",
|
1438
1552
|
"MAX_COL": 12
|
1439
1553
|
},
|
1440
1554
|
"Primer::Navigation::TabComponent": {
|
1555
|
+
"GeneratedSlotMethods": "Primer::Navigation::TabComponent::GeneratedSlotMethods"
|
1441
1556
|
},
|
1442
1557
|
"Primer::Tooltip": {
|
1443
1558
|
"ALIGN_DEFAULT": "default",
|
@@ -1460,10 +1575,12 @@
|
|
1460
1575
|
"s",
|
1461
1576
|
"se"
|
1462
1577
|
],
|
1578
|
+
"GeneratedSlotMethods": "Primer::Tooltip::GeneratedSlotMethods",
|
1463
1579
|
"MULTILINE_DEFAULT": false
|
1464
1580
|
},
|
1465
1581
|
"Primer::Truncate": {
|
1466
1582
|
"DEFAULT_TAG": "div",
|
1583
|
+
"GeneratedSlotMethods": "Primer::Truncate::GeneratedSlotMethods",
|
1467
1584
|
"TAG_OPTIONS": [
|
1468
1585
|
"div",
|
1469
1586
|
"span",
|