jekyll-v4-theme-primer 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (111) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -3
  3. data/_sass/@primer/css/base/normalize.scss +1 -0
  4. data/_sass/@primer/css/core/index.scss +0 -1
  5. data/_sass/@primer/css/forms/form-group.scss +2 -1
  6. data/_sass/@primer/css/forms/index.scss +0 -1
  7. data/_sass/@primer/css/labels/index.scss +0 -1
  8. data/_sass/@primer/css/layout/app-frame.scss +6 -6
  9. data/_sass/@primer/css/layout/stack.scss +6 -6
  10. data/_sass/@primer/css/markdown/lists.scss +4 -4
  11. data/_sass/@primer/css/primitives/index.scss +9 -9
  12. data/_sass/@primer/css/support/variables/misc.scss +1 -1
  13. data/_sass/@primer/css/utilities/borders.scss +8 -8
  14. data/_sass/@primer/css/utilities/visibility-display.scss +10 -9
  15. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js +1 -1
  16. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js.map +1 -1
  17. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css +3 -3
  18. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css.map +1 -1
  19. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css +1 -1
  20. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css.json +131 -1
  21. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.d.ts +29 -0
  22. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.js +217 -0
  23. data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css +1 -1
  24. data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css.json +23 -1
  25. data/_sass/@primer/view-components/app/components/primer/alpha/banner.css +1 -1
  26. data/_sass/@primer/view-components/app/components/primer/alpha/banner.css.json +24 -1
  27. data/_sass/@primer/view-components/app/components/primer/alpha/button_marketing.css.json +33 -1
  28. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css +1 -1
  29. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css.json +80 -1
  30. data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css +1 -1
  31. data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css.json +40 -1
  32. data/_sass/@primer/view-components/app/components/primer/alpha/layout.css +1 -1
  33. data/_sass/@primer/view-components/app/components/primer/alpha/layout.css.json +80 -1
  34. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css +1 -1
  35. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css.json +28 -1
  36. data/_sass/@primer/view-components/app/components/primer/alpha/modal_dialog.js +12 -0
  37. data/_sass/@primer/view-components/app/components/primer/alpha/nav_list.d.ts +7 -4
  38. data/_sass/@primer/view-components/app/components/primer/alpha/nav_list.js +121 -9
  39. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css +1 -0
  40. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css.json +8 -0
  41. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css +1 -1
  42. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css.json +31 -1
  43. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css +1 -1
  44. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css.json +24 -1
  45. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css +3 -3
  46. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css.json +134 -1
  47. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css +1 -1
  48. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css.json +40 -1
  49. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css +1 -1
  50. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css.json +28 -1
  51. data/_sass/@primer/view-components/app/components/primer/anchored_position.d.ts +27 -0
  52. data/_sass/@primer/view-components/app/components/primer/anchored_position.js +149 -0
  53. data/_sass/@primer/view-components/app/components/primer/beta/avatar.css +1 -1
  54. data/_sass/@primer/view-components/app/components/primer/beta/avatar.css.json +17 -1
  55. data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css +1 -1
  56. data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css.json +28 -1
  57. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css +1 -1
  58. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css.json +22 -1
  59. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css +1 -1
  60. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css.json +54 -1
  61. data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css.json +11 -1
  62. data/_sass/@primer/view-components/app/components/primer/beta/button.css +1 -1
  63. data/_sass/@primer/view-components/app/components/primer/beta/button.css.json +71 -1
  64. data/_sass/@primer/view-components/app/components/primer/beta/counter.css +1 -1
  65. data/_sass/@primer/view-components/app/components/primer/beta/counter.css.json +10 -1
  66. data/_sass/@primer/view-components/app/components/primer/beta/flash.css +1 -1
  67. data/_sass/@primer/view-components/app/components/primer/beta/flash.css.json +27 -1
  68. data/_sass/@primer/view-components/app/components/primer/beta/label.css +1 -1
  69. data/_sass/@primer/view-components/app/components/primer/beta/label.css.json +25 -1
  70. data/_sass/@primer/view-components/app/components/primer/beta/link.css.json +19 -1
  71. data/_sass/@primer/view-components/app/components/primer/beta/popover.css +1 -1
  72. data/_sass/@primer/view-components/app/components/primer/beta/popover.css.json +39 -1
  73. data/_sass/@primer/view-components/app/components/primer/beta/progress_bar.css.json +10 -1
  74. data/_sass/@primer/view-components/app/components/primer/beta/state.css +1 -1
  75. data/_sass/@primer/view-components/app/components/primer/beta/state.css.json +13 -1
  76. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css +1 -1
  77. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css.json +12 -1
  78. data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css +1 -1
  79. data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css.json +16 -1
  80. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css +1 -1
  81. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css.json +12 -1
  82. data/_sass/@primer/view-components/app/components/primer/focus_group.d.ts +19 -0
  83. data/_sass/@primer/view-components/app/components/primer/focus_group.js +144 -0
  84. data/_sass/@primer/view-components/app/components/primer/primer.d.ts +5 -2
  85. data/_sass/@primer/view-components/app/components/primer/primer.js +5 -2
  86. data/_sass/@primer/view-components/app/components/primer/truncate.css.json +13 -1
  87. data/_sass/@primer/view-components/lib/primer/forms/primer_text_field.js +17 -6
  88. data/_sass/@primer/view-components/package.json +6 -4
  89. data/_sass/@primer/view-components/static/arguments.json +2167 -346
  90. data/_sass/@primer/view-components/static/audited_at.json +22 -22
  91. data/_sass/@primer/view-components/static/classes.json +579 -0
  92. data/_sass/@primer/view-components/static/constants.json +215 -61
  93. data/_sass/@primer/view-components/static/info_arch.json +9090 -0
  94. data/_sass/@primer/view-components/static/previews.json +2020 -0
  95. data/_sass/@primer/view-components/static/statuses.json +23 -23
  96. data/_sass/{jekyll-theme-primer.scss → jekyll-v4-theme-primer.scss} +3 -3
  97. data/_sass/primer.scss +1 -1
  98. data/assets/css/style.scss +1 -1
  99. metadata +16 -15
  100. data/_sass/@primer/css/actionlist/action-list-item-divider.scss +0 -48
  101. data/_sass/@primer/css/actionlist/action-list-item.scss +0 -593
  102. data/_sass/@primer/css/actionlist/action-list-tree.scss +0 -118
  103. data/_sass/@primer/css/actionlist/action-list-variables.scss +0 -8
  104. data/_sass/@primer/css/actionlist/action-list.scss +0 -67
  105. data/_sass/@primer/css/actionlist/index.scss +0 -6
  106. data/_sass/@primer/css/forms/form-validation.scss +0 -265
  107. data/_sass/@primer/css/labels/diffstat.scss +0 -37
  108. data/_sass/@primer/view-components/app/components/primer/time_ago_component.d.ts +0 -1
  109. data/_sass/@primer/view-components/app/components/primer/time_ago_component.js +0 -1
  110. /data/_sass/@primer/view-components/app/components/primer/{local_time.d.ts → beta/relative_time.d.ts} +0 -0
  111. /data/_sass/@primer/view-components/app/components/primer/{local_time.js → beta/relative_time.js} +0 -0
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "Primer::Alpha::ActionList": {
3
+ "DEFAULT_MENU_ITEM_ROLE": "menuitem",
3
4
  "DEFAULT_ROLE": "list",
4
5
  "DEFAULT_SCHEME": "full",
6
+ "DEFAULT_SELECT_VARIANT": "none",
5
7
  "Divider": "Primer::Alpha::ActionList::Divider",
8
+ "FormWrapper": "Primer::Alpha::ActionList::FormWrapper",
6
9
  "Heading": "Primer::Alpha::ActionList::Heading",
7
10
  "Item": "Primer::Alpha::ActionList::Item",
11
+ "MENU_ROLE": "menu",
8
12
  "SCHEME_MAPPINGS": {
9
13
  "full": null,
10
14
  "inset": "ActionListWrap--inset"
@@ -12,7 +16,18 @@
12
16
  "SCHEME_OPTIONS": [
13
17
  "full",
14
18
  "inset"
15
- ]
19
+ ],
20
+ "SELECT_VARIANT_OPTIONS": [
21
+ "single",
22
+ "multiple",
23
+ "multiple_checkbox",
24
+ "none"
25
+ ],
26
+ "SELECT_VARIANT_ROLE_MAP": {
27
+ "single": "menuitemradio",
28
+ "multiple": "menuitemcheckbox",
29
+ "multiple_checkbox": "menuitemcheckbox"
30
+ }
16
31
  },
17
32
  "Primer::Alpha::ActionList::Divider": {
18
33
  "DEFAULT_SCHEME": "subtle",
@@ -25,8 +40,29 @@
25
40
  "filled"
26
41
  ]
27
42
  },
43
+ "Primer::Alpha::ActionList::FormWrapper": {
44
+ "DEFAULT_HTTP_METHOD": "get",
45
+ "HTTP_METHOD_OPTIONS": [
46
+ "get",
47
+ "post",
48
+ "patch",
49
+ "put",
50
+ "delete",
51
+ "head"
52
+ ]
53
+ },
28
54
  "Primer::Alpha::ActionList::Heading": {
29
55
  "DEFAULT_SCHEME": "subtle",
56
+ "HEADING_LEVELS": [
57
+ 1,
58
+ 2,
59
+ 3,
60
+ 4,
61
+ 5,
62
+ 6
63
+ ],
64
+ "HEADING_MAX": 6,
65
+ "HEADING_MIN": 1,
30
66
  "SCHEME_MAPPINGS": {
31
67
  "subtle": null,
32
68
  "filled": "ActionList-sectionDivider--filled"
@@ -67,6 +103,25 @@
67
103
  "xlarge"
68
104
  ]
69
105
  },
106
+ "Primer::Alpha::ActionMenu": {
107
+ "DEFAULT_PRELOAD": false,
108
+ "DEFAULT_SELECT_VARIANT": "none",
109
+ "List": "Primer::Alpha::ActionMenu::List",
110
+ "SELECT_VARIANT_OPTIONS": [
111
+ "single",
112
+ "multiple",
113
+ "none"
114
+ ]
115
+ },
116
+ "Primer::Alpha::ActionMenu::List": {
117
+ "DEFAULT_ITEM_TAG": "button",
118
+ "ITEM_TAG_OPTIONS": [
119
+ "a",
120
+ "button",
121
+ "clipboard-copy",
122
+ "button"
123
+ ]
124
+ },
70
125
  "Primer::Alpha::AutoComplete": {
71
126
  "Item": "Primer::Alpha::AutoComplete::Item"
72
127
  },
@@ -127,6 +182,10 @@
127
182
  "large"
128
183
  ]
129
184
  },
185
+ "Primer::Alpha::CheckBox": {
186
+ },
187
+ "Primer::Alpha::CheckBoxGroup": {
188
+ },
130
189
  "Primer::Alpha::Dialog": {
131
190
  "Body": "Primer::Alpha::Dialog::Body",
132
191
  "DEFAULT_POSITION": "center",
@@ -218,6 +277,10 @@
218
277
  "summary"
219
278
  ]
220
279
  },
280
+ "Primer::Alpha::FormButton": {
281
+ },
282
+ "Primer::Alpha::FormControl": {
283
+ },
221
284
  "Primer::Alpha::HellipButton": {
222
285
  },
223
286
  "Primer::Alpha::HiddenTextExpander": {
@@ -315,16 +378,135 @@
315
378
  "h6"
316
379
  ]
317
380
  },
381
+ "Primer::Alpha::MultiInput": {
382
+ },
318
383
  "Primer::Alpha::NavList": {
319
- "Item": "Primer::Alpha::NavList::Item",
320
- "Section": "Primer::Alpha::NavList::Section"
384
+ "Divider": "Primer::Alpha::NavList::Divider",
385
+ "Group": "Primer::Alpha::NavList::Group",
386
+ "Item": "Primer::Alpha::NavList::Item"
387
+ },
388
+ "Primer::Alpha::NavList::Divider": {
389
+ },
390
+ "Primer::Alpha::NavList::Group": {
321
391
  },
322
392
  "Primer::Alpha::NavList::Item": {
323
393
  },
324
- "Primer::Alpha::NavList::Section": {
394
+ "Primer::Alpha::Navigation::Tab": {
395
+ "ARIA_CURRENT_OPTIONS_FOR_ANCHOR": [
396
+ true,
397
+ "page"
398
+ ],
399
+ "DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page"
325
400
  },
326
401
  "Primer::Alpha::OcticonSymbols": {
327
402
  },
403
+ "Primer::Alpha::Overlay": {
404
+ "ALIGN_CONTENT_MAPPINGS": {
405
+ "start": "Overlay-footer--alignStart",
406
+ "center": "Overlay-footer--alignCenter",
407
+ "end": "Overlay-footer--alignEnd"
408
+ },
409
+ "ALIGN_CONTENT_OPTIONS": [
410
+ "start",
411
+ "center",
412
+ "end"
413
+ ],
414
+ "ANCHOR_ALIGN_OPTIONS": [
415
+ "start",
416
+ "center",
417
+ "end"
418
+ ],
419
+ "ANCHOR_OFFSET_OPTIONS": [
420
+ "normal",
421
+ "spacious"
422
+ ],
423
+ "ANCHOR_SIDE_MAPPINGS": {
424
+ "inside_top": "inside-top",
425
+ "inside_bottom": "inside-bottom",
426
+ "inside_left": "inside-left",
427
+ "inside_right": "inside-right",
428
+ "inside_center": "inside-center",
429
+ "outside_top": "outside-top",
430
+ "outside_bottom": "outside-bottom",
431
+ "outside_left": "outside-left",
432
+ "outside_right": "outside-right"
433
+ },
434
+ "ANCHOR_SIDE_OPTIONS": [
435
+ "inside_top",
436
+ "inside_bottom",
437
+ "inside_left",
438
+ "inside_right",
439
+ "inside_center",
440
+ "outside_top",
441
+ "outside_bottom",
442
+ "outside_left",
443
+ "outside_right"
444
+ ],
445
+ "Body": "Primer::Alpha::Overlay::Body",
446
+ "DEFAULT_ALIGN_CONTENT": "end",
447
+ "DEFAULT_ANCHOR_ALIGN": "start",
448
+ "DEFAULT_ANCHOR_OFFSET": "normal",
449
+ "DEFAULT_ANCHOR_SIDE": "outside_bottom",
450
+ "DEFAULT_PADDING": "normal",
451
+ "DEFAULT_POPOVER": "auto",
452
+ "DEFAULT_SIZE": "auto",
453
+ "Footer": "Primer::Alpha::Overlay::Footer",
454
+ "Header": "Primer::Alpha::Overlay::Header",
455
+ "PADDING_MAPPINGS": {
456
+ "normal": null,
457
+ "condensed": "Overlay-body--paddingCondensed",
458
+ "none": "Overlay-body--paddingNone"
459
+ },
460
+ "PADDING_OPTIONS": [
461
+ "normal",
462
+ "condensed",
463
+ "none"
464
+ ],
465
+ "POPOVER_OPTIONS": [
466
+ "auto",
467
+ "manual"
468
+ ],
469
+ "ROLE_OPTIONS": [
470
+ "dialog",
471
+ "menu",
472
+ null
473
+ ],
474
+ "SIZE_MAPPINGS": {
475
+ "auto": "Overlay--size-auto",
476
+ "small": "Overlay--size-small",
477
+ "medium": "Overlay--size-medium",
478
+ "medium_portrait": "Overlay--size-medium-portrait",
479
+ "large": "Overlay--size-large",
480
+ "xlarge": "Overlay--size-xlarge"
481
+ },
482
+ "SIZE_OPTIONS": [
483
+ "auto",
484
+ "small",
485
+ "medium",
486
+ "medium_portrait",
487
+ "large",
488
+ "xlarge"
489
+ ]
490
+ },
491
+ "Primer::Alpha::Overlay::Body": {
492
+ },
493
+ "Primer::Alpha::Overlay::Footer": {
494
+ },
495
+ "Primer::Alpha::Overlay::Header": {
496
+ "DEFAULT_SIZE": "medium",
497
+ "SIZE_MAPPINGS": {
498
+ "medium": null,
499
+ "large": "Overlay-header--large"
500
+ },
501
+ "SIZE_OPTIONS": [
502
+ "medium",
503
+ "large"
504
+ ]
505
+ },
506
+ "Primer::Alpha::RadioButton": {
507
+ },
508
+ "Primer::Alpha::RadioButtonGroup": {
509
+ },
328
510
  "Primer::Alpha::SegmentedControl": {
329
511
  "FULL_WIDTH_DEFAULT": false,
330
512
  "HIDE_LABELS_DEFAULT": false,
@@ -332,6 +514,10 @@
332
514
  },
333
515
  "Primer::Alpha::SegmentedControl::Item": {
334
516
  },
517
+ "Primer::Alpha::Select": {
518
+ },
519
+ "Primer::Alpha::SubmitButton": {
520
+ },
335
521
  "Primer::Alpha::TabContainer": {
336
522
  },
337
523
  "Primer::Alpha::TabNav": {
@@ -350,6 +536,8 @@
350
536
  "div"
351
537
  ]
352
538
  },
539
+ "Primer::Alpha::TextArea": {
540
+ },
353
541
  "Primer::Alpha::TextField": {
354
542
  },
355
543
  "Primer::Alpha::ToggleSwitch": {
@@ -420,6 +608,7 @@
420
608
  },
421
609
  "Primer::Beta::AutoComplete": {
422
610
  "DEFAULT_SIZE": "medium",
611
+ "DEFAULT_WIDTH": "auto",
423
612
  "Item": "Primer::Beta::AutoComplete::Item",
424
613
  "SIZE_MAPPINGS": {
425
614
  "small": "FormControl-small",
@@ -430,10 +619,31 @@
430
619
  "small",
431
620
  "medium",
432
621
  "large"
622
+ ],
623
+ "WIDTH_MAPPINGS": {
624
+ "auto": "Overlay--width-auto",
625
+ "small": "Overlay--width-small",
626
+ "medium": "Overlay--width-medium",
627
+ "large": "Overlay--width-large",
628
+ "xlarge": "Overlay--width-xlarge",
629
+ "xxlarge": "Overlay--width-xxlarge"
630
+ },
631
+ "WIDTH_OPTIONS": [
632
+ "auto",
633
+ "small",
634
+ "medium",
635
+ "large",
636
+ "xlarge",
637
+ "xxlarge"
433
638
  ]
434
639
  },
435
640
  "Primer::Beta::AutoComplete::Item": {
436
- "ALLOWED_DESCRIPTION_VARIANTS": [
641
+ "DEFAULT_DESCRIPTION_VARIANT": "block",
642
+ "DESCRIPTION_VARIANT_MAPPINGS": {
643
+ "inline": "ActionListItem-descriptionWrap--inline",
644
+ "block": "ActionListItem-descriptionWrap"
645
+ },
646
+ "DESCRIPTION_VARIANT_OPTIONS": [
437
647
  "inline",
438
648
  "block"
439
649
  ]
@@ -1033,16 +1243,6 @@
1033
1243
  },
1034
1244
  "Primer::Content": {
1035
1245
  },
1036
- "Primer::Dropdown": {
1037
- "Menu": "Primer::Dropdown::Menu"
1038
- },
1039
- "Primer::Dropdown::Menu": {
1040
- "Item": "Primer::Dropdown::Menu::Item"
1041
- },
1042
- "Primer::Dropdown::Menu::Item": {
1043
- },
1044
- "Primer::HellipButton": {
1045
- },
1046
1246
  "Primer::IconButton": {
1047
1247
  "DEFAULT_SCHEME": "default",
1048
1248
  "SCHEME_MAPPINGS": {
@@ -1054,8 +1254,6 @@
1054
1254
  "danger"
1055
1255
  ]
1056
1256
  },
1057
- "Primer::LabelComponent": {
1058
- },
1059
1257
  "Primer::LayoutComponent": {
1060
1258
  "ALLOWED_SIDEBAR_COLS": [
1061
1259
  1,
@@ -1078,51 +1276,7 @@
1078
1276
  "DEFAULT_SIDEBAR_COL": 3,
1079
1277
  "MAX_COL": 12
1080
1278
  },
1081
- "Primer::LinkComponent": {
1082
- },
1083
- "Primer::LocalTime": {
1084
- "DEFAULT_DIGIT_TYPE": "numeric",
1085
- "DEFAULT_TEXT_TYPE": "short",
1086
- "DIGIT_TYPE_OPTIONS": [
1087
- "numeric",
1088
- "2-digit"
1089
- ],
1090
- "TEXT_TYPE_OPTIONS": [
1091
- "short",
1092
- "long"
1093
- ]
1094
- },
1095
- "Primer::Markdown": {
1096
- },
1097
- "Primer::MenuComponent": {
1098
- },
1099
1279
  "Primer::Navigation::TabComponent": {
1100
- "ARIA_CURRENT_OPTIONS_FOR_ANCHOR": [
1101
- true,
1102
- "page"
1103
- ],
1104
- "DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page"
1105
- },
1106
- "Primer::OcticonComponent": {
1107
- },
1108
- "Primer::OcticonSymbolsComponent": {
1109
- },
1110
- "Primer::PopoverComponent": {
1111
- },
1112
- "Primer::SpinnerComponent": {
1113
- },
1114
- "Primer::StateComponent": {
1115
- },
1116
- "Primer::SubheadComponent": {
1117
- },
1118
- "Primer::TabContainerComponent": {
1119
- },
1120
- "Primer::TimeAgoComponent": {
1121
- },
1122
- "Primer::TimelineItemComponent": {
1123
- "BadgeComponent": "Primer::TimelineItemComponent::BadgeComponent"
1124
- },
1125
- "Primer::TimelineItemComponent::BadgeComponent": {
1126
1280
  },
1127
1281
  "Primer::Tooltip": {
1128
1282
  "ALIGN_DEFAULT": "default",