@primer/view-components 0.35.0-rc.190fca91 → 0.35.0-rc.1cace282
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.css +1 -1
- 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/select_panel_element.js +2 -2
- 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_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.js +44 -0
- package/app/lib/primer/forms/primer_text_field.js +119 -0
- package/app/lib/primer/forms/toggle_switch_input.js +34 -0
- package/package.json +7 -7
- package/static/arguments.json +92 -28
- package/static/audited_at.json +2 -1
- package/static/classes.json +6 -0
- package/static/constants.json +148 -7
- package/static/info_arch.json +191 -95
- package/static/previews.json +81 -47
- package/static/statuses.json +2 -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/{lib → app/lib}/primer/forms/primer_multi_input.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_text_field.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/toggle_switch_input.d.ts +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,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,13 +671,43 @@
|
|
620
671
|
"Utils": "Primer::Alpha::SelectPanel::Utils"
|
621
672
|
},
|
622
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"
|
623
701
|
},
|
624
702
|
"Primer::Alpha::SubmitButton": {
|
703
|
+
"GeneratedSlotMethods": "Primer::Alpha::SubmitButton::GeneratedSlotMethods"
|
625
704
|
},
|
626
705
|
"Primer::Alpha::TabContainer": {
|
706
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabContainer::GeneratedSlotMethods"
|
627
707
|
},
|
628
708
|
"Primer::Alpha::TabNav": {
|
629
709
|
"BODY_TAG_DEFAULT": "ul",
|
710
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabNav::GeneratedSlotMethods",
|
630
711
|
"TAG_DEFAULT": "nav",
|
631
712
|
"TAG_OPTIONS": [
|
632
713
|
"nav",
|
@@ -635,6 +716,7 @@
|
|
635
716
|
},
|
636
717
|
"Primer::Alpha::TabPanels": {
|
637
718
|
"BODY_TAG_DEFAULT": "ul",
|
719
|
+
"GeneratedSlotMethods": "Primer::Alpha::TabPanels::GeneratedSlotMethods",
|
638
720
|
"TAG_DEFAULT": "nav",
|
639
721
|
"TAG_OPTIONS": [
|
640
722
|
"nav",
|
@@ -642,10 +724,13 @@
|
|
642
724
|
]
|
643
725
|
},
|
644
726
|
"Primer::Alpha::TextArea": {
|
727
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextArea::GeneratedSlotMethods"
|
645
728
|
},
|
646
729
|
"Primer::Alpha::TextField": {
|
730
|
+
"GeneratedSlotMethods": "Primer::Alpha::TextField::GeneratedSlotMethods"
|
647
731
|
},
|
648
732
|
"Primer::Alpha::ToggleSwitch": {
|
733
|
+
"GeneratedSlotMethods": "Primer::Alpha::ToggleSwitch::GeneratedSlotMethods",
|
649
734
|
"SIZE_DEFAULT": "medium",
|
650
735
|
"SIZE_MAPPINGS": {
|
651
736
|
"medium": null,
|
@@ -677,6 +762,7 @@
|
|
677
762
|
"se",
|
678
763
|
"sw"
|
679
764
|
],
|
765
|
+
"GeneratedSlotMethods": "Primer::Alpha::Tooltip::GeneratedSlotMethods",
|
680
766
|
"TYPE_FALLBACK": "description",
|
681
767
|
"TYPE_OPTIONS": [
|
682
768
|
"label",
|
@@ -685,6 +771,7 @@
|
|
685
771
|
},
|
686
772
|
"Primer::Alpha::UnderlineNav": {
|
687
773
|
"BODY_TAG_DEFAULT": "ul",
|
774
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlineNav::GeneratedSlotMethods",
|
688
775
|
"TAG_DEFAULT": "nav",
|
689
776
|
"TAG_OPTIONS": [
|
690
777
|
"nav",
|
@@ -692,8 +779,10 @@
|
|
692
779
|
]
|
693
780
|
},
|
694
781
|
"Primer::Alpha::UnderlinePanels": {
|
782
|
+
"GeneratedSlotMethods": "Primer::Alpha::UnderlinePanels::GeneratedSlotMethods"
|
695
783
|
},
|
696
784
|
"Primer::BaseComponent": {
|
785
|
+
"GeneratedSlotMethods": "Primer::BaseComponent::GeneratedSlotMethods",
|
697
786
|
"SELF_CLOSING_TAGS": [
|
698
787
|
"area",
|
699
788
|
"base",
|
@@ -714,6 +803,7 @@
|
|
714
803
|
"Primer::Beta::AutoComplete": {
|
715
804
|
"DEFAULT_SIZE": "medium",
|
716
805
|
"DEFAULT_WIDTH": "auto",
|
806
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::GeneratedSlotMethods",
|
717
807
|
"Item": "Primer::Beta::AutoComplete::Item",
|
718
808
|
"SIZE_MAPPINGS": {
|
719
809
|
"small": "FormControl-small",
|
@@ -751,11 +841,13 @@
|
|
751
841
|
"DESCRIPTION_VARIANT_OPTIONS": [
|
752
842
|
"inline",
|
753
843
|
"block"
|
754
|
-
]
|
844
|
+
],
|
845
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::Item::GeneratedSlotMethods"
|
755
846
|
},
|
756
847
|
"Primer::Beta::Avatar": {
|
757
848
|
"DEFAULT_SHAPE": "circle",
|
758
849
|
"DEFAULT_SIZE": 20,
|
850
|
+
"GeneratedSlotMethods": "Primer::Beta::Avatar::GeneratedSlotMethods",
|
759
851
|
"SHAPE_OPTIONS": [
|
760
852
|
"circle",
|
761
853
|
"square"
|
@@ -784,6 +876,7 @@
|
|
784
876
|
],
|
785
877
|
"DEFAULT_BODY_TAG": "div",
|
786
878
|
"DEFAULT_TAG": "div",
|
879
|
+
"GeneratedSlotMethods": "Primer::Beta::AvatarStack::GeneratedSlotMethods",
|
787
880
|
"TAG_OPTIONS": [
|
788
881
|
"div",
|
789
882
|
"span"
|
@@ -792,6 +885,7 @@
|
|
792
885
|
"Primer::Beta::BaseButton": {
|
793
886
|
"DEFAULT_TAG": "button",
|
794
887
|
"DEFAULT_TYPE": "button",
|
888
|
+
"GeneratedSlotMethods": "Primer::Beta::BaseButton::GeneratedSlotMethods",
|
795
889
|
"TAG_OPTIONS": [
|
796
890
|
"button",
|
797
891
|
"a",
|
@@ -805,6 +899,7 @@
|
|
805
899
|
]
|
806
900
|
},
|
807
901
|
"Primer::Beta::Blankslate": {
|
902
|
+
"GeneratedSlotMethods": "Primer::Beta::Blankslate::GeneratedSlotMethods",
|
808
903
|
"VISUAL_OPTIONS": [
|
809
904
|
"icon",
|
810
905
|
"spinner",
|
@@ -814,6 +909,7 @@
|
|
814
909
|
"Primer::Beta::BorderBox": {
|
815
910
|
"DEFAULT_PADDING": "default",
|
816
911
|
"DEFAULT_ROW_SCHEME": "default",
|
912
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::GeneratedSlotMethods",
|
817
913
|
"Header": "Primer::Beta::BorderBox::Header",
|
818
914
|
"PADDING_MAPPINGS": {
|
819
915
|
"default": "",
|
@@ -829,6 +925,7 @@
|
|
829
925
|
}
|
830
926
|
},
|
831
927
|
"Primer::Beta::BorderBox::Header": {
|
928
|
+
"GeneratedSlotMethods": "Primer::Beta::BorderBox::Header::GeneratedSlotMethods",
|
832
929
|
"TITLE_TAG_FALLBACK": "h2",
|
833
930
|
"TITLE_TAG_OPTIONS": [
|
834
931
|
"h1",
|
@@ -848,10 +945,12 @@
|
|
848
945
|
"label": "Breadcrumb"
|
849
946
|
},
|
850
947
|
"FONT_SIZE_MESSAGE": "Breadcrumbs do not support the font_size system argument.",
|
948
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::GeneratedSlotMethods",
|
851
949
|
"Item": "Primer::Beta::Breadcrumbs::Item",
|
852
950
|
"PADDING_MESSAGE": "Padding system arguments are not allowed on Breadcrumbs. Consider using margins instead."
|
853
951
|
},
|
854
952
|
"Primer::Beta::Breadcrumbs::Item": {
|
953
|
+
"GeneratedSlotMethods": "Primer::Beta::Breadcrumbs::Item::GeneratedSlotMethods"
|
855
954
|
},
|
856
955
|
"Primer::Beta::Button": {
|
857
956
|
"ALIGN_CONTENT_MAPPINGS": {
|
@@ -865,6 +964,7 @@
|
|
865
964
|
"DEFAULT_ALIGN_CONTENT": "center",
|
866
965
|
"DEFAULT_SCHEME": "default",
|
867
966
|
"DEFAULT_SIZE": "medium",
|
967
|
+
"GeneratedSlotMethods": "Primer::Beta::Button::GeneratedSlotMethods",
|
868
968
|
"SCHEME_MAPPINGS": {
|
869
969
|
"default": "Button--secondary",
|
870
970
|
"primary": "Button--primary",
|
@@ -893,18 +993,24 @@
|
|
893
993
|
]
|
894
994
|
},
|
895
995
|
"Primer::Beta::ButtonGroup": {
|
996
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::GeneratedSlotMethods",
|
896
997
|
"MenuButton": "Primer::Beta::ButtonGroup::MenuButton"
|
897
998
|
},
|
898
999
|
"Primer::Beta::ButtonGroup::MenuButton": {
|
1000
|
+
"GeneratedSlotMethods": "Primer::Beta::ButtonGroup::MenuButton::GeneratedSlotMethods"
|
899
1001
|
},
|
900
1002
|
"Primer::Beta::ClipboardCopy": {
|
1003
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopy::GeneratedSlotMethods"
|
901
1004
|
},
|
902
1005
|
"Primer::Beta::ClipboardCopyBaseButton": {
|
1006
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyBaseButton::GeneratedSlotMethods"
|
903
1007
|
},
|
904
1008
|
"Primer::Beta::ClipboardCopyButton": {
|
1009
|
+
"GeneratedSlotMethods": "Primer::Beta::ClipboardCopyButton::GeneratedSlotMethods"
|
905
1010
|
},
|
906
1011
|
"Primer::Beta::CloseButton": {
|
907
1012
|
"DEFAULT_TYPE": "button",
|
1013
|
+
"GeneratedSlotMethods": "Primer::Beta::CloseButton::GeneratedSlotMethods",
|
908
1014
|
"TYPE_OPTIONS": [
|
909
1015
|
"button",
|
910
1016
|
"submit"
|
@@ -916,6 +1022,7 @@
|
|
916
1022
|
"gray",
|
917
1023
|
"light_gray"
|
918
1024
|
],
|
1025
|
+
"GeneratedSlotMethods": "Primer::Beta::Counter::GeneratedSlotMethods",
|
919
1026
|
"SCHEME_MAPPINGS": {
|
920
1027
|
"default": "",
|
921
1028
|
"primary": "Counter--primary",
|
@@ -937,6 +1044,7 @@
|
|
937
1044
|
"details-dialog",
|
938
1045
|
"div"
|
939
1046
|
],
|
1047
|
+
"GeneratedSlotMethods": "Primer::Beta::Details::GeneratedSlotMethods",
|
940
1048
|
"NO_OVERLAY": "none",
|
941
1049
|
"OVERLAY_MAPPINGS": {
|
942
1050
|
"none": "",
|
@@ -946,6 +1054,7 @@
|
|
946
1054
|
},
|
947
1055
|
"Primer::Beta::Flash": {
|
948
1056
|
"DEFAULT_SCHEME": "default",
|
1057
|
+
"GeneratedSlotMethods": "Primer::Beta::Flash::GeneratedSlotMethods",
|
949
1058
|
"SCHEME_MAPPINGS": {
|
950
1059
|
"default": "",
|
951
1060
|
"warning": "flash-warn",
|
@@ -954,6 +1063,7 @@
|
|
954
1063
|
}
|
955
1064
|
},
|
956
1065
|
"Primer::Beta::Heading": {
|
1066
|
+
"GeneratedSlotMethods": "Primer::Beta::Heading::GeneratedSlotMethods",
|
957
1067
|
"TAG_FALLBACK": "h2",
|
958
1068
|
"TAG_OPTIONS": [
|
959
1069
|
"h1",
|
@@ -966,6 +1076,7 @@
|
|
966
1076
|
},
|
967
1077
|
"Primer::Beta::IconButton": {
|
968
1078
|
"DEFAULT_SCHEME": "default",
|
1079
|
+
"GeneratedSlotMethods": "Primer::Beta::IconButton::GeneratedSlotMethods",
|
969
1080
|
"SCHEME_MAPPINGS": {
|
970
1081
|
"default": "Button--secondary",
|
971
1082
|
"primary": "Button--primary",
|
@@ -996,6 +1107,7 @@
|
|
996
1107
|
"large",
|
997
1108
|
"inline"
|
998
1109
|
],
|
1110
|
+
"GeneratedSlotMethods": "Primer::Beta::Label::GeneratedSlotMethods",
|
999
1111
|
"INLINE_CLASS": "Label--inline",
|
1000
1112
|
"SCHEME_MAPPINGS": {
|
1001
1113
|
"default": "",
|
@@ -1045,6 +1157,7 @@
|
|
1045
1157
|
},
|
1046
1158
|
"Primer::Beta::Link": {
|
1047
1159
|
"DEFAULT_SCHEME": "default",
|
1160
|
+
"GeneratedSlotMethods": "Primer::Beta::Link::GeneratedSlotMethods",
|
1048
1161
|
"SCHEME_MAPPINGS": {
|
1049
1162
|
"default": "",
|
1050
1163
|
"primary": "Link--primary",
|
@@ -1053,6 +1166,7 @@
|
|
1053
1166
|
},
|
1054
1167
|
"Primer::Beta::Markdown": {
|
1055
1168
|
"DEFAULT_TAG": "div",
|
1169
|
+
"GeneratedSlotMethods": "Primer::Beta::Markdown::GeneratedSlotMethods",
|
1056
1170
|
"TAG_OPTIONS": [
|
1057
1171
|
"div",
|
1058
1172
|
"article",
|
@@ -1061,19 +1175,25 @@
|
|
1061
1175
|
},
|
1062
1176
|
"Primer::Beta::NavList": {
|
1063
1177
|
"Divider": "Primer::Beta::NavList::Divider",
|
1178
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::GeneratedSlotMethods",
|
1064
1179
|
"Group": "Primer::Beta::NavList::Group",
|
1065
1180
|
"Heading": "Primer::Beta::NavList::Heading",
|
1066
1181
|
"Item": "Primer::Beta::NavList::Item"
|
1067
1182
|
},
|
1068
1183
|
"Primer::Beta::NavList::Divider": {
|
1184
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Divider::GeneratedSlotMethods"
|
1069
1185
|
},
|
1070
1186
|
"Primer::Beta::NavList::Group": {
|
1187
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Group::GeneratedSlotMethods"
|
1071
1188
|
},
|
1072
1189
|
"Primer::Beta::NavList::Heading": {
|
1190
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Heading::GeneratedSlotMethods"
|
1073
1191
|
},
|
1074
1192
|
"Primer::Beta::NavList::Item": {
|
1193
|
+
"GeneratedSlotMethods": "Primer::Beta::NavList::Item::GeneratedSlotMethods"
|
1075
1194
|
},
|
1076
1195
|
"Primer::Beta::Octicon": {
|
1196
|
+
"GeneratedSlotMethods": "Primer::Beta::Octicon::GeneratedSlotMethods",
|
1077
1197
|
"SIZE_DEFAULT": "small",
|
1078
1198
|
"SIZE_MAPPINGS": {
|
1079
1199
|
"xsmall": 12,
|
@@ -1104,9 +1224,11 @@
|
|
1104
1224
|
"top_left": "Popover-message--top-left",
|
1105
1225
|
"top_right": "Popover-message--top-right"
|
1106
1226
|
},
|
1107
|
-
"DEFAULT_HEADING_TAG": "h4"
|
1227
|
+
"DEFAULT_HEADING_TAG": "h4",
|
1228
|
+
"GeneratedSlotMethods": "Primer::Beta::Popover::GeneratedSlotMethods"
|
1108
1229
|
},
|
1109
1230
|
"Primer::Beta::ProgressBar": {
|
1231
|
+
"GeneratedSlotMethods": "Primer::Beta::ProgressBar::GeneratedSlotMethods",
|
1110
1232
|
"SIZE_DEFAULT": "default",
|
1111
1233
|
"SIZE_MAPPINGS": {
|
1112
1234
|
"default": "",
|
@@ -1144,6 +1266,7 @@
|
|
1144
1266
|
"short",
|
1145
1267
|
"narrow"
|
1146
1268
|
],
|
1269
|
+
"GeneratedSlotMethods": "Primer::Beta::RelativeTime::GeneratedSlotMethods",
|
1147
1270
|
"HOUR_DEFAULT": null,
|
1148
1271
|
"HOUR_MAPPINGS": {
|
1149
1272
|
"": null,
|
@@ -1252,6 +1375,7 @@
|
|
1252
1375
|
"DEFAULT_SIZE": "medium",
|
1253
1376
|
"DEFAULT_SR_TEXT": "Loading",
|
1254
1377
|
"DEFAULT_STYLE": "box-sizing: content-box; color: var(--color-icon-primary);",
|
1378
|
+
"GeneratedSlotMethods": "Primer::Beta::Spinner::GeneratedSlotMethods",
|
1255
1379
|
"SIZE_MAPPINGS": {
|
1256
1380
|
"small": 16,
|
1257
1381
|
"medium": 32,
|
@@ -1270,6 +1394,7 @@
|
|
1270
1394
|
"red": "State--closed",
|
1271
1395
|
"purple": "State--merged"
|
1272
1396
|
},
|
1397
|
+
"GeneratedSlotMethods": "Primer::Beta::State::GeneratedSlotMethods",
|
1273
1398
|
"NEW_SCHEME_MAPPINGS": {
|
1274
1399
|
"open": "State--open",
|
1275
1400
|
"closed": "State--closed",
|
@@ -1312,6 +1437,7 @@
|
|
1312
1437
|
"Primer::Beta::Subhead": {
|
1313
1438
|
"DEFAULT_HEADING_SIZE": "large",
|
1314
1439
|
"DEFAULT_HEADING_TAG": "div",
|
1440
|
+
"GeneratedSlotMethods": "Primer::Beta::Subhead::GeneratedSlotMethods",
|
1315
1441
|
"HEADING_SIZE_MAP": {
|
1316
1442
|
"large": "Subhead-heading--large",
|
1317
1443
|
"medium": "Subhead-heading--medium"
|
@@ -1331,25 +1457,33 @@
|
|
1331
1457
|
]
|
1332
1458
|
},
|
1333
1459
|
"Primer::Beta::Text": {
|
1334
|
-
"DEFAULT_TAG": "span"
|
1460
|
+
"DEFAULT_TAG": "span",
|
1461
|
+
"GeneratedSlotMethods": "Primer::Beta::Text::GeneratedSlotMethods"
|
1335
1462
|
},
|
1336
1463
|
"Primer::Beta::TimelineItem": {
|
1337
|
-
"Badge": "Primer::Beta::TimelineItem::Badge"
|
1464
|
+
"Badge": "Primer::Beta::TimelineItem::Badge",
|
1465
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::GeneratedSlotMethods"
|
1338
1466
|
},
|
1339
1467
|
"Primer::Beta::TimelineItem::Badge": {
|
1468
|
+
"GeneratedSlotMethods": "Primer::Beta::TimelineItem::Badge::GeneratedSlotMethods"
|
1340
1469
|
},
|
1341
1470
|
"Primer::Beta::Truncate": {
|
1471
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::GeneratedSlotMethods",
|
1342
1472
|
"TruncateText": "Primer::Beta::Truncate::TruncateText"
|
1343
1473
|
},
|
1344
1474
|
"Primer::Beta::Truncate::TruncateText": {
|
1475
|
+
"GeneratedSlotMethods": "Primer::Beta::Truncate::TruncateText::GeneratedSlotMethods"
|
1345
1476
|
},
|
1346
1477
|
"Primer::BlankslateComponent": {
|
1478
|
+
"GeneratedSlotMethods": "Primer::BlankslateComponent::GeneratedSlotMethods"
|
1347
1479
|
},
|
1348
1480
|
"Primer::Box": {
|
1481
|
+
"GeneratedSlotMethods": "Primer::Box::GeneratedSlotMethods"
|
1349
1482
|
},
|
1350
1483
|
"Primer::ButtonComponent": {
|
1351
1484
|
"DEFAULT_SCHEME": "default",
|
1352
1485
|
"DEFAULT_SIZE": "medium",
|
1486
|
+
"GeneratedSlotMethods": "Primer::ButtonComponent::GeneratedSlotMethods",
|
1353
1487
|
"LINK_SCHEME": "link",
|
1354
1488
|
"SCHEME_MAPPINGS": {
|
1355
1489
|
"default": "",
|
@@ -1377,11 +1511,14 @@
|
|
1377
1511
|
]
|
1378
1512
|
},
|
1379
1513
|
"Primer::ConditionalWrapper": {
|
1514
|
+
"GeneratedSlotMethods": "Primer::ConditionalWrapper::GeneratedSlotMethods"
|
1380
1515
|
},
|
1381
1516
|
"Primer::Content": {
|
1517
|
+
"GeneratedSlotMethods": "Primer::Content::GeneratedSlotMethods"
|
1382
1518
|
},
|
1383
1519
|
"Primer::IconButton": {
|
1384
1520
|
"DEFAULT_SCHEME": "default",
|
1521
|
+
"GeneratedSlotMethods": "Primer::IconButton::GeneratedSlotMethods",
|
1385
1522
|
"SCHEME_MAPPINGS": {
|
1386
1523
|
"default": "",
|
1387
1524
|
"danger": "btn-octicon-danger"
|
@@ -1411,9 +1548,11 @@
|
|
1411
1548
|
],
|
1412
1549
|
"DEFAULT_SIDE": "right",
|
1413
1550
|
"DEFAULT_SIDEBAR_COL": 3,
|
1551
|
+
"GeneratedSlotMethods": "Primer::LayoutComponent::GeneratedSlotMethods",
|
1414
1552
|
"MAX_COL": 12
|
1415
1553
|
},
|
1416
1554
|
"Primer::Navigation::TabComponent": {
|
1555
|
+
"GeneratedSlotMethods": "Primer::Navigation::TabComponent::GeneratedSlotMethods"
|
1417
1556
|
},
|
1418
1557
|
"Primer::Tooltip": {
|
1419
1558
|
"ALIGN_DEFAULT": "default",
|
@@ -1436,10 +1575,12 @@
|
|
1436
1575
|
"s",
|
1437
1576
|
"se"
|
1438
1577
|
],
|
1578
|
+
"GeneratedSlotMethods": "Primer::Tooltip::GeneratedSlotMethods",
|
1439
1579
|
"MULTILINE_DEFAULT": false
|
1440
1580
|
},
|
1441
1581
|
"Primer::Truncate": {
|
1442
1582
|
"DEFAULT_TAG": "div",
|
1583
|
+
"GeneratedSlotMethods": "Primer::Truncate::GeneratedSlotMethods",
|
1443
1584
|
"TAG_OPTIONS": [
|
1444
1585
|
"div",
|
1445
1586
|
"span",
|