@primer/view-components 0.35.0-rc.ad0e69cf → 0.35.0-rc.ad5f177a
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/{app/components → components}/primer/primer.d.ts +3 -4
- 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.js +0 -3
- package/app/components/primer/alpha/action_list.css +1 -1
- package/app/components/primer/alpha/auto_complete.css +1 -1
- package/app/components/primer/alpha/banner.css +1 -1
- 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.css +1 -1
- package/app/components/primer/alpha/select_panel_element.js +9 -3
- package/app/components/primer/alpha/stack.css +1 -0
- package/app/components/primer/alpha/stack.css.json +90 -0
- package/app/components/primer/alpha/stack_item.css +1 -0
- package/app/components/primer/alpha/stack_item.css.json +12 -0
- package/app/components/primer/alpha/tab_nav.css +1 -1
- package/app/components/primer/alpha/text_field.css +1 -1
- package/app/components/primer/alpha/toggle_switch.css +1 -1
- package/app/components/primer/alpha/underline_nav.css +1 -1
- package/app/components/primer/beta/avatar.css +1 -1
- package/app/components/primer/beta/avatar_stack.css +1 -1
- package/app/components/primer/beta/blankslate.css +1 -1
- package/app/components/primer/beta/border_box.css +1 -1
- package/app/components/primer/beta/button.css +1 -1
- package/app/components/primer/beta/counter.css +1 -1
- package/app/components/primer/beta/popover.css +1 -1
- package/app/components/primer/beta/progress_bar.css +1 -1
- package/app/components/primer/beta/state.css +1 -1
- package/app/components/primer/dialog_helper.js +0 -1
- package/app/components/primer/primer.d.ts +3 -4
- package/app/components/primer/primer.js +3 -4
- package/package.json +10 -11
- package/static/arguments.json +112 -30
- package/static/audited_at.json +2 -1
- package/static/classes.json +6 -0
- package/static/constants.json +153 -7
- package/static/info_arch.json +248 -98
- package/static/previews.json +107 -47
- package/static/statuses.json +2 -1
- package/app/assets/javascripts/app/components/primer/alpha/image_crop.d.ts +0 -1
- package/app/components/primer/alpha/image_crop.d.ts +0 -1
- package/app/components/primer/alpha/image_crop.js +0 -1
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_bar_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_list.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_menu/action_menu_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown/menu.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/modal_dialog.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/segmented_control.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/select_panel_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/tab_container.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/toggle_switch.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/tool_tip.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/x_banner.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/anchored_position.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/aria_live.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/auto_complete/auto_complete.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/clipboard_copy.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list_group_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/relative_time.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/dialog_helper.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/focus_group.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/scrollable_region.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/shared_events.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_multi_input.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_multi_input.js +0 -0
- /package/{lib → app/lib}/primer/forms/primer_text_field.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_text_field.js +0 -0
- /package/{lib → app/lib}/primer/forms/toggle_switch_input.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/toggle_switch_input.js +0 -0
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,10 +642,17 @@
|
|
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": {
|
651
|
+
"BANNER_SCHEME_OPTIONS": [
|
652
|
+
"danger",
|
653
|
+
"warning"
|
654
|
+
],
|
655
|
+
"DEFAULT_BANNER_SCHEME": "danger",
|
601
656
|
"DEFAULT_FETCH_STRATEGY": "remote",
|
602
657
|
"DEFAULT_PRELOAD": false,
|
603
658
|
"DEFAULT_SELECT_VARIANT": "single",
|
@@ -606,6 +661,7 @@
|
|
606
661
|
"eventually_local",
|
607
662
|
"local"
|
608
663
|
],
|
664
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::GeneratedSlotMethods",
|
609
665
|
"ItemList": "Primer::Alpha::SelectPanel::ItemList",
|
610
666
|
"SELECT_VARIANT_OPTIONS": [
|
611
667
|
"single",
|
@@ -615,13 +671,43 @@
|
|
615
671
|
"Utils": "Primer::Alpha::SelectPanel::Utils"
|
616
672
|
},
|
617
673
|
"Primer::Alpha::SelectPanel::ItemList": {
|
674
|
+
"GeneratedSlotMethods": "Primer::Alpha::SelectPanel::ItemList::GeneratedSlotMethods"
|
675
|
+
},
|
676
|
+
"Primer::Alpha::Stack": {
|
677
|
+
"ARG_CLASSES": [
|
678
|
+
"Primer::Alpha::Stack::JustifyArg",
|
679
|
+
"Primer::Alpha::Stack::DirectionArg",
|
680
|
+
"Primer::Alpha::Stack::AlignArg",
|
681
|
+
"Primer::Alpha::Stack::WrapArg",
|
682
|
+
"Primer::Alpha::Stack::PaddingArg",
|
683
|
+
"Primer::Alpha::Stack::GapArg"
|
684
|
+
],
|
685
|
+
"AlignArg": "Primer::Alpha::Stack::AlignArg",
|
686
|
+
"DEFAULT_TAG": "div",
|
687
|
+
"DirectionArg": "Primer::Alpha::Stack::DirectionArg",
|
688
|
+
"GapArg": "Primer::Alpha::Stack::GapArg",
|
689
|
+
"GeneratedSlotMethods": "Primer::Alpha::Stack::GeneratedSlotMethods",
|
690
|
+
"JustifyArg": "Primer::Alpha::Stack::JustifyArg",
|
691
|
+
"PaddingArg": "Primer::Alpha::Stack::PaddingArg",
|
692
|
+
"WrapArg": "Primer::Alpha::Stack::WrapArg"
|
693
|
+
},
|
694
|
+
"Primer::Alpha::StackItem": {
|
695
|
+
"ARG_CLASSES": [
|
696
|
+
"Primer::Alpha::StackItem::GrowArg"
|
697
|
+
],
|
698
|
+
"DEFAULT_TAG": "div",
|
699
|
+
"GeneratedSlotMethods": "Primer::Alpha::StackItem::GeneratedSlotMethods",
|
700
|
+
"GrowArg": "Primer::Alpha::StackItem::GrowArg"
|
618
701
|
},
|
619
702
|
"Primer::Alpha::SubmitButton": {
|
703
|
+
"GeneratedSlotMethods": "Primer::Alpha::SubmitButton::GeneratedSlotMethods"
|
620
704
|
},
|
621
705
|
"Primer::Alpha::TabContainer": {
|
706
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabContainer::GeneratedSlotMethods"
|
622
707
|
},
|
623
708
|
"Primer::Alpha::TabNav": {
|
624
709
|
"BODY_TAG_DEFAULT": "ul",
|
710
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabNav::GeneratedSlotMethods",
|
625
711
|
"TAG_DEFAULT": "nav",
|
626
712
|
"TAG_OPTIONS": [
|
627
713
|
"nav",
|
@@ -630,6 +716,7 @@
|
|
630
716
|
},
|
631
717
|
"Primer::Alpha::TabPanels": {
|
632
718
|
"BODY_TAG_DEFAULT": "ul",
|
719
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabPanels::GeneratedSlotMethods",
|
633
720
|
"TAG_DEFAULT": "nav",
|
634
721
|
"TAG_OPTIONS": [
|
635
722
|
"nav",
|
@@ -637,10 +724,13 @@
|
|
637
724
|
]
|
638
725
|
},
|
639
726
|
"Primer::Alpha::TextArea": {
|
727
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextArea::GeneratedSlotMethods"
|
640
728
|
},
|
641
729
|
"Primer::Alpha::TextField": {
|
730
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextField::GeneratedSlotMethods"
|
642
731
|
},
|
643
732
|
"Primer::Alpha::ToggleSwitch": {
|
733
|
+
"GeneratedSlotMethods": "Primer::Alpha::ToggleSwitch::GeneratedSlotMethods",
|
644
734
|
"SIZE_DEFAULT": "medium",
|
645
735
|
"SIZE_MAPPINGS": {
|
646
736
|
"medium": null,
|
@@ -672,6 +762,7 @@
|
|
672
762
|
"se",
|
673
763
|
"sw"
|
674
764
|
],
|
765
|
+
"GeneratedSlotMethods": "Primer::Alpha::Tooltip::GeneratedSlotMethods",
|
675
766
|
"TYPE_FALLBACK": "description",
|
676
767
|
"TYPE_OPTIONS": [
|
677
768
|
"label",
|
@@ -680,6 +771,7 @@
|
|
680
771
|
},
|
681
772
|
"Primer::Alpha::UnderlineNav": {
|
682
773
|
"BODY_TAG_DEFAULT": "ul",
|
774
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlineNav::GeneratedSlotMethods",
|
683
775
|
"TAG_DEFAULT": "nav",
|
684
776
|
"TAG_OPTIONS": [
|
685
777
|
"nav",
|
@@ -687,8 +779,10 @@
|
|
687
779
|
]
|
688
780
|
},
|
689
781
|
"Primer::Alpha::UnderlinePanels": {
|
782
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlinePanels::GeneratedSlotMethods"
|
690
783
|
},
|
691
784
|
"Primer::BaseComponent": {
|
785
|
+
"GeneratedSlotMethods": "Primer::BaseComponent::GeneratedSlotMethods",
|
692
786
|
"SELF_CLOSING_TAGS": [
|
693
787
|
"area",
|
694
788
|
"base",
|
@@ -709,6 +803,7 @@
|
|
709
803
|
"Primer::Beta::AutoComplete": {
|
710
804
|
"DEFAULT_SIZE": "medium",
|
711
805
|
"DEFAULT_WIDTH": "auto",
|
806
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::GeneratedSlotMethods",
|
712
807
|
"Item": "Primer::Beta::AutoComplete::Item",
|
713
808
|
"SIZE_MAPPINGS": {
|
714
809
|
"small": "FormControl-small",
|
@@ -746,11 +841,13 @@
|
|
746
841
|
"DESCRIPTION_VARIANT_OPTIONS": [
|
747
842
|
"inline",
|
748
843
|
"block"
|
749
|
-
]
|
844
|
+
],
|
845
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::Item::GeneratedSlotMethods"
|
750
846
|
},
|
751
847
|
"Primer::Beta::Avatar": {
|
752
848
|
"DEFAULT_SHAPE": "circle",
|
753
849
|
"DEFAULT_SIZE": 20,
|
850
|
+
"GeneratedSlotMethods": "Primer::Beta::Avatar::GeneratedSlotMethods",
|
754
851
|
"SHAPE_OPTIONS": [
|
755
852
|
"circle",
|
756
853
|
"square"
|
@@ -779,6 +876,7 @@
|
|
779
876
|
],
|
780
877
|
"DEFAULT_BODY_TAG": "div",
|
781
878
|
"DEFAULT_TAG": "div",
|
879
|
+
"GeneratedSlotMethods": "Primer::Beta::AvatarStack::GeneratedSlotMethods",
|
782
880
|
"TAG_OPTIONS": [
|
783
881
|
"div",
|
784
882
|
"span"
|
@@ -787,6 +885,7 @@
|
|
787
885
|
"Primer::Beta::BaseButton": {
|
788
886
|
"DEFAULT_TAG": "button",
|
789
887
|
"DEFAULT_TYPE": "button",
|
888
|
+
"GeneratedSlotMethods": "Primer::Beta::BaseButton::GeneratedSlotMethods",
|
790
889
|
"TAG_OPTIONS": [
|
791
890
|
"button",
|
792
891
|
"a",
|
@@ -800,6 +899,7 @@
|
|
800
899
|
]
|
801
900
|
},
|
802
901
|
"Primer::Beta::Blankslate": {
|
902
|
+
"GeneratedSlotMethods": "Primer::Beta::Blankslate::GeneratedSlotMethods",
|
803
903
|
"VISUAL_OPTIONS": [
|
804
904
|
"icon",
|
805
905
|
"spinner",
|
@@ -809,6 +909,7 @@
|
|
809
909
|
"Primer::Beta::BorderBox": {
|
810
910
|
"DEFAULT_PADDING": "default",
|
811
911
|
"DEFAULT_ROW_SCHEME": "default",
|
912
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::GeneratedSlotMethods",
|
812
913
|
"Header": "Primer::Beta::BorderBox::Header",
|
813
914
|
"PADDING_MAPPINGS": {
|
814
915
|
"default": "",
|
@@ -824,6 +925,7 @@
|
|
824
925
|
}
|
825
926
|
},
|
826
927
|
"Primer::Beta::BorderBox::Header": {
|
928
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::Header::GeneratedSlotMethods",
|
827
929
|
"TITLE_TAG_FALLBACK": "h2",
|
828
930
|
"TITLE_TAG_OPTIONS": [
|
829
931
|
"h1",
|
@@ -843,10 +945,12 @@
|
|
843
945
|
"label": "Breadcrumb"
|
844
946
|
},
|
845
947
|
"FONT_SIZE_MESSAGE": "Breadcrumbs do not support the font_size system argument.",
|
948
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::GeneratedSlotMethods",
|
846
949
|
"Item": "Primer::Beta::Breadcrumbs::Item",
|
847
950
|
"PADDING_MESSAGE": "Padding system arguments are not allowed on Breadcrumbs. Consider using margins instead."
|
848
951
|
},
|
849
952
|
"Primer::Beta::Breadcrumbs::Item": {
|
953
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::Item::GeneratedSlotMethods"
|
850
954
|
},
|
851
955
|
"Primer::Beta::Button": {
|
852
956
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -860,6 +964,7 @@
|
|
860
964
|
"DEFAULT_ALIGN_CONTENT": "center",
|
861
965
|
"DEFAULT_SCHEME": "default",
|
862
966
|
"DEFAULT_SIZE": "medium",
|
967
|
+
"GeneratedSlotMethods": "Primer::Beta::Button::GeneratedSlotMethods",
|
863
968
|
"SCHEME_MAPPINGS": {
|
864
969
|
"default": "Button--secondary",
|
865
970
|
"primary": "Button--primary",
|
@@ -888,18 +993,24 @@
|
|
888
993
|
]
|
889
994
|
},
|
890
995
|
"Primer::Beta::ButtonGroup": {
|
996
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::GeneratedSlotMethods",
|
891
997
|
"MenuButton": "Primer::Beta::ButtonGroup::MenuButton"
|
892
998
|
},
|
893
999
|
"Primer::Beta::ButtonGroup::MenuButton": {
|
1000
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::MenuButton::GeneratedSlotMethods"
|
894
1001
|
},
|
895
1002
|
"Primer::Beta::ClipboardCopy": {
|
1003
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopy::GeneratedSlotMethods"
|
896
1004
|
},
|
897
1005
|
"Primer::Beta::ClipboardCopyBaseButton": {
|
1006
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyBaseButton::GeneratedSlotMethods"
|
898
1007
|
},
|
899
1008
|
"Primer::Beta::ClipboardCopyButton": {
|
1009
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyButton::GeneratedSlotMethods"
|
900
1010
|
},
|
901
1011
|
"Primer::Beta::CloseButton": {
|
902
1012
|
"DEFAULT_TYPE": "button",
|
1013
|
+
"GeneratedSlotMethods": "Primer::Beta::CloseButton::GeneratedSlotMethods",
|
903
1014
|
"TYPE_OPTIONS": [
|
904
1015
|
"button",
|
905
1016
|
"submit"
|
@@ -911,6 +1022,7 @@
|
|
911
1022
|
"gray",
|
912
1023
|
"light_gray"
|
913
1024
|
],
|
1025
|
+
"GeneratedSlotMethods": "Primer::Beta::Counter::GeneratedSlotMethods",
|
914
1026
|
"SCHEME_MAPPINGS": {
|
915
1027
|
"default": "",
|
916
1028
|
"primary": "Counter--primary",
|
@@ -932,6 +1044,7 @@
|
|
932
1044
|
"details-dialog",
|
933
1045
|
"div"
|
934
1046
|
],
|
1047
|
+
"GeneratedSlotMethods": "Primer::Beta::Details::GeneratedSlotMethods",
|
935
1048
|
"NO_OVERLAY": "none",
|
936
1049
|
"OVERLAY_MAPPINGS": {
|
937
1050
|
"none": "",
|
@@ -941,6 +1054,7 @@
|
|
941
1054
|
},
|
942
1055
|
"Primer::Beta::Flash": {
|
943
1056
|
"DEFAULT_SCHEME": "default",
|
1057
|
+
"GeneratedSlotMethods": "Primer::Beta::Flash::GeneratedSlotMethods",
|
944
1058
|
"SCHEME_MAPPINGS": {
|
945
1059
|
"default": "",
|
946
1060
|
"warning": "flash-warn",
|
@@ -949,6 +1063,7 @@
|
|
949
1063
|
}
|
950
1064
|
},
|
951
1065
|
"Primer::Beta::Heading": {
|
1066
|
+
"GeneratedSlotMethods": "Primer::Beta::Heading::GeneratedSlotMethods",
|
952
1067
|
"TAG_FALLBACK": "h2",
|
953
1068
|
"TAG_OPTIONS": [
|
954
1069
|
"h1",
|
@@ -961,6 +1076,7 @@
|
|
961
1076
|
},
|
962
1077
|
"Primer::Beta::IconButton": {
|
963
1078
|
"DEFAULT_SCHEME": "default",
|
1079
|
+
"GeneratedSlotMethods": "Primer::Beta::IconButton::GeneratedSlotMethods",
|
964
1080
|
"SCHEME_MAPPINGS": {
|
965
1081
|
"default": "Button--secondary",
|
966
1082
|
"primary": "Button--primary",
|
@@ -991,6 +1107,7 @@
|
|
991
1107
|
"large",
|
992
1108
|
"inline"
|
993
1109
|
],
|
1110
|
+
"GeneratedSlotMethods": "Primer::Beta::Label::GeneratedSlotMethods",
|
994
1111
|
"INLINE_CLASS": "Label--inline",
|
995
1112
|
"SCHEME_MAPPINGS": {
|
996
1113
|
"default": "",
|
@@ -1040,6 +1157,7 @@
|
|
1040
1157
|
},
|
1041
1158
|
"Primer::Beta::Link": {
|
1042
1159
|
"DEFAULT_SCHEME": "default",
|
1160
|
+
"GeneratedSlotMethods": "Primer::Beta::Link::GeneratedSlotMethods",
|
1043
1161
|
"SCHEME_MAPPINGS": {
|
1044
1162
|
"default": "",
|
1045
1163
|
"primary": "Link--primary",
|
@@ -1048,6 +1166,7 @@
|
|
1048
1166
|
},
|
1049
1167
|
"Primer::Beta::Markdown": {
|
1050
1168
|
"DEFAULT_TAG": "div",
|
1169
|
+
"GeneratedSlotMethods": "Primer::Beta::Markdown::GeneratedSlotMethods",
|
1051
1170
|
"TAG_OPTIONS": [
|
1052
1171
|
"div",
|
1053
1172
|
"article",
|
@@ -1056,19 +1175,25 @@
|
|
1056
1175
|
},
|
1057
1176
|
"Primer::Beta::NavList": {
|
1058
1177
|
"Divider": "Primer::Beta::NavList::Divider",
|
1178
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::GeneratedSlotMethods",
|
1059
1179
|
"Group": "Primer::Beta::NavList::Group",
|
1060
1180
|
"Heading": "Primer::Beta::NavList::Heading",
|
1061
1181
|
"Item": "Primer::Beta::NavList::Item"
|
1062
1182
|
},
|
1063
1183
|
"Primer::Beta::NavList::Divider": {
|
1184
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Divider::GeneratedSlotMethods"
|
1064
1185
|
},
|
1065
1186
|
"Primer::Beta::NavList::Group": {
|
1187
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Group::GeneratedSlotMethods"
|
1066
1188
|
},
|
1067
1189
|
"Primer::Beta::NavList::Heading": {
|
1190
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Heading::GeneratedSlotMethods"
|
1068
1191
|
},
|
1069
1192
|
"Primer::Beta::NavList::Item": {
|
1193
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Item::GeneratedSlotMethods"
|
1070
1194
|
},
|
1071
1195
|
"Primer::Beta::Octicon": {
|
1196
|
+
"GeneratedSlotMethods": "Primer::Beta::Octicon::GeneratedSlotMethods",
|
1072
1197
|
"SIZE_DEFAULT": "small",
|
1073
1198
|
"SIZE_MAPPINGS": {
|
1074
1199
|
"xsmall": 12,
|
@@ -1099,9 +1224,11 @@
|
|
1099
1224
|
"top_left": "Popover-message--top-left",
|
1100
1225
|
"top_right": "Popover-message--top-right"
|
1101
1226
|
},
|
1102
|
-
"DEFAULT_HEADING_TAG": "h4"
|
1227
|
+
"DEFAULT_HEADING_TAG": "h4",
|
1228
|
+
"GeneratedSlotMethods": "Primer::Beta::Popover::GeneratedSlotMethods"
|
1103
1229
|
},
|
1104
1230
|
"Primer::Beta::ProgressBar": {
|
1231
|
+
"GeneratedSlotMethods": "Primer::Beta::ProgressBar::GeneratedSlotMethods",
|
1105
1232
|
"SIZE_DEFAULT": "default",
|
1106
1233
|
"SIZE_MAPPINGS": {
|
1107
1234
|
"default": "",
|
@@ -1139,6 +1266,7 @@
|
|
1139
1266
|
"short",
|
1140
1267
|
"narrow"
|
1141
1268
|
],
|
1269
|
+
"GeneratedSlotMethods": "Primer::Beta::RelativeTime::GeneratedSlotMethods",
|
1142
1270
|
"HOUR_DEFAULT": null,
|
1143
1271
|
"HOUR_MAPPINGS": {
|
1144
1272
|
"": null,
|
@@ -1247,6 +1375,7 @@
|
|
1247
1375
|
"DEFAULT_SIZE": "medium",
|
1248
1376
|
"DEFAULT_SR_TEXT": "Loading",
|
1249
1377
|
"DEFAULT_STYLE": "box-sizing: content-box; color: var(--color-icon-primary);",
|
1378
|
+
"GeneratedSlotMethods": "Primer::Beta::Spinner::GeneratedSlotMethods",
|
1250
1379
|
"SIZE_MAPPINGS": {
|
1251
1380
|
"small": 16,
|
1252
1381
|
"medium": 32,
|
@@ -1265,6 +1394,7 @@
|
|
1265
1394
|
"red": "State--closed",
|
1266
1395
|
"purple": "State--merged"
|
1267
1396
|
},
|
1397
|
+
"GeneratedSlotMethods": "Primer::Beta::State::GeneratedSlotMethods",
|
1268
1398
|
"NEW_SCHEME_MAPPINGS": {
|
1269
1399
|
"open": "State--open",
|
1270
1400
|
"closed": "State--closed",
|
@@ -1307,6 +1437,7 @@
|
|
1307
1437
|
"Primer::Beta::Subhead": {
|
1308
1438
|
"DEFAULT_HEADING_SIZE": "large",
|
1309
1439
|
"DEFAULT_HEADING_TAG": "div",
|
1440
|
+
"GeneratedSlotMethods": "Primer::Beta::Subhead::GeneratedSlotMethods",
|
1310
1441
|
"HEADING_SIZE_MAP": {
|
1311
1442
|
"large": "Subhead-heading--large",
|
1312
1443
|
"medium": "Subhead-heading--medium"
|
@@ -1326,25 +1457,33 @@
|
|
1326
1457
|
]
|
1327
1458
|
},
|
1328
1459
|
"Primer::Beta::Text": {
|
1329
|
-
"DEFAULT_TAG": "span"
|
1460
|
+
"DEFAULT_TAG": "span",
|
1461
|
+
"GeneratedSlotMethods": "Primer::Beta::Text::GeneratedSlotMethods"
|
1330
1462
|
},
|
1331
1463
|
"Primer::Beta::TimelineItem": {
|
1332
|
-
"Badge": "Primer::Beta::TimelineItem::Badge"
|
1464
|
+
"Badge": "Primer::Beta::TimelineItem::Badge",
|
1465
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::GeneratedSlotMethods"
|
1333
1466
|
},
|
1334
1467
|
"Primer::Beta::TimelineItem::Badge": {
|
1468
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::Badge::GeneratedSlotMethods"
|
1335
1469
|
},
|
1336
1470
|
"Primer::Beta::Truncate": {
|
1471
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::GeneratedSlotMethods",
|
1337
1472
|
"TruncateText": "Primer::Beta::Truncate::TruncateText"
|
1338
1473
|
},
|
1339
1474
|
"Primer::Beta::Truncate::TruncateText": {
|
1475
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::TruncateText::GeneratedSlotMethods"
|
1340
1476
|
},
|
1341
1477
|
"Primer::BlankslateComponent": {
|
1478
|
+
"GeneratedSlotMethods": "Primer::BlankslateComponent::GeneratedSlotMethods"
|
1342
1479
|
},
|
1343
1480
|
"Primer::Box": {
|
1481
|
+
"GeneratedSlotMethods": "Primer::Box::GeneratedSlotMethods"
|
1344
1482
|
},
|
1345
1483
|
"Primer::ButtonComponent": {
|
1346
1484
|
"DEFAULT_SCHEME": "default",
|
1347
1485
|
"DEFAULT_SIZE": "medium",
|
1486
|
+
"GeneratedSlotMethods": "Primer::ButtonComponent::GeneratedSlotMethods",
|
1348
1487
|
"LINK_SCHEME": "link",
|
1349
1488
|
"SCHEME_MAPPINGS": {
|
1350
1489
|
"default": "",
|
@@ -1372,11 +1511,14 @@
|
|
1372
1511
|
]
|
1373
1512
|
},
|
1374
1513
|
"Primer::ConditionalWrapper": {
|
1514
|
+
"GeneratedSlotMethods": "Primer::ConditionalWrapper::GeneratedSlotMethods"
|
1375
1515
|
},
|
1376
1516
|
"Primer::Content": {
|
1517
|
+
"GeneratedSlotMethods": "Primer::Content::GeneratedSlotMethods"
|
1377
1518
|
},
|
1378
1519
|
"Primer::IconButton": {
|
1379
1520
|
"DEFAULT_SCHEME": "default",
|
1521
|
+
"GeneratedSlotMethods": "Primer::IconButton::GeneratedSlotMethods",
|
1380
1522
|
"SCHEME_MAPPINGS": {
|
1381
1523
|
"default": "",
|
1382
1524
|
"danger": "btn-octicon-danger"
|
@@ -1406,9 +1548,11 @@
|
|
1406
1548
|
],
|
1407
1549
|
"DEFAULT_SIDE": "right",
|
1408
1550
|
"DEFAULT_SIDEBAR_COL": 3,
|
1551
|
+
"GeneratedSlotMethods": "Primer::LayoutComponent::GeneratedSlotMethods",
|
1409
1552
|
"MAX_COL": 12
|
1410
1553
|
},
|
1411
1554
|
"Primer::Navigation::TabComponent": {
|
1555
|
+
"GeneratedSlotMethods": "Primer::Navigation::TabComponent::GeneratedSlotMethods"
|
1412
1556
|
},
|
1413
1557
|
"Primer::Tooltip": {
|
1414
1558
|
"ALIGN_DEFAULT": "default",
|
@@ -1431,10 +1575,12 @@
|
|
1431
1575
|
"s",
|
1432
1576
|
"se"
|
1433
1577
|
],
|
1578
|
+
"GeneratedSlotMethods": "Primer::Tooltip::GeneratedSlotMethods",
|
1434
1579
|
"MULTILINE_DEFAULT": false
|
1435
1580
|
},
|
1436
1581
|
"Primer::Truncate": {
|
1437
1582
|
"DEFAULT_TAG": "div",
|
1583
|
+
"GeneratedSlotMethods": "Primer::Truncate::GeneratedSlotMethods",
|
1438
1584
|
"TAG_OPTIONS": [
|
1439
1585
|
"div",
|
1440
1586
|
"span",
|