jekyll-v4-theme-primer 0.12.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (222) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +18 -0
  3. data/_layouts/default.html +12 -2
  4. data/_sass/@primer/css/autocomplete/suggester.scss +11 -11
  5. data/_sass/@primer/css/avatars/avatar-parent-child.scss +2 -2
  6. data/_sass/@primer/css/avatars/circle-badge.scss +3 -3
  7. data/_sass/@primer/css/base/base.scss +5 -5
  8. data/_sass/@primer/css/base/kbd.scss +5 -5
  9. data/_sass/@primer/css/base/normalize.scss +2 -2
  10. data/_sass/@primer/css/box/box-overlay.scss +3 -3
  11. data/_sass/@primer/css/branch-name/branch-name.scss +6 -6
  12. data/_sass/@primer/css/buttons/button.scss +63 -63
  13. data/_sass/@primer/css/buttons/misc.scss +26 -26
  14. data/_sass/@primer/css/color-modes/native.scss +4 -2
  15. data/_sass/@primer/css/forms/form-control.scss +18 -18
  16. data/_sass/@primer/css/forms/form-group.scss +29 -29
  17. data/_sass/@primer/css/forms/form-select.scss +1 -1
  18. data/_sass/@primer/css/forms/input-group.scss +10 -0
  19. data/_sass/@primer/css/forms/radio-group.scss +6 -6
  20. data/_sass/@primer/css/header/header.scss +7 -7
  21. data/_sass/@primer/css/layout/app-frame.scss +7 -7
  22. data/_sass/@primer/css/layout/page-layout.scss +2 -6
  23. data/_sass/@primer/css/layout/stack.scss +1 -1
  24. data/_sass/@primer/css/markdown/blob-csv.scss +2 -2
  25. data/_sass/@primer/css/markdown/code.scss +3 -3
  26. data/_sass/@primer/css/markdown/footnotes.scss +3 -3
  27. data/_sass/@primer/css/markdown/headings.scss +4 -4
  28. data/_sass/@primer/css/markdown/images.scss +3 -3
  29. data/_sass/@primer/css/markdown/markdown-body.scss +4 -4
  30. data/_sass/@primer/css/markdown/tables.scss +4 -4
  31. data/_sass/@primer/css/marketing/buttons/button.scss +9 -10
  32. data/_sass/@primer/css/marketing/support/variables.scss +15 -0
  33. data/_sass/@primer/css/marketing/utilities/layout.scss +0 -1
  34. data/_sass/@primer/css/navigation/filter-list.scss +8 -8
  35. data/_sass/@primer/css/navigation/sidenav.scss +12 -12
  36. data/_sass/@primer/css/navigation/subnav.scss +9 -9
  37. data/_sass/@primer/css/pagination/pagination.scss +7 -7
  38. data/_sass/@primer/css/select-menu/select-menu.scss +41 -41
  39. data/_sass/@primer/css/support/mixins/color-modes.scss +89 -1
  40. data/_sass/@primer/css/support/mixins/misc.scss +8 -8
  41. data/_sass/@primer/css/support/variables/misc.scss +2 -2
  42. data/_sass/@primer/css/support/variables/typography.scss +1 -1
  43. data/_sass/@primer/css/toasts/toasts.scss +17 -17
  44. data/_sass/@primer/css/tooltips/tooltips.scss +9 -62
  45. data/_sass/@primer/css/utilities/borders.scss +1 -1
  46. data/_sass/@primer/css/utilities/box-shadow.scss +8 -4
  47. data/_sass/@primer/css/utilities/colors.scss +59 -60
  48. data/_sass/@primer/css/utilities/details.scss +1 -1
  49. data/_sass/@primer/css/utilities/flexbox.scss +0 -1
  50. data/_sass/@primer/css/utilities/layout.scss +7 -5
  51. data/_sass/@primer/css/utilities/margin.scss +0 -2
  52. data/_sass/@primer/css/utilities/padding.scss +0 -1
  53. data/_sass/@primer/css/utilities/typography.scss +8 -8
  54. data/_sass/@primer/primitives/dist/scss/base/size/size.scss +17 -0
  55. data/_sass/@primer/primitives/dist/scss/base/typography/typography.scss +4 -0
  56. data/_sass/@primer/primitives/dist/scss/colors/_dark.scss +29 -20
  57. data/_sass/@primer/primitives/dist/scss/colors/_dark_colorblind.scss +14 -5
  58. data/_sass/@primer/primitives/dist/scss/colors/_dark_dimmed.scss +14 -5
  59. data/_sass/@primer/primitives/dist/scss/colors/_dark_high_contrast.scss +12 -3
  60. data/_sass/@primer/primitives/dist/scss/colors/_dark_tritanopia.scss +14 -5
  61. data/_sass/@primer/primitives/dist/scss/colors/_light.scss +13 -4
  62. data/_sass/@primer/primitives/dist/scss/colors/_light_colorblind.scss +13 -4
  63. data/_sass/@primer/primitives/dist/scss/colors/_light_high_contrast.scss +13 -4
  64. data/_sass/@primer/primitives/dist/scss/colors/_light_tritanopia.scss +13 -4
  65. data/_sass/@primer/primitives/dist/scss/functional/motion/motion.scss +3 -0
  66. data/_sass/@primer/primitives/dist/scss/functional/size/border.scss +12 -0
  67. data/_sass/@primer/primitives/dist/scss/functional/size/breakpoints.scss +6 -0
  68. data/_sass/@primer/primitives/dist/scss/functional/size/size-coarse.scss +3 -0
  69. data/_sass/@primer/primitives/dist/scss/functional/size/size-fine.scss +3 -0
  70. data/_sass/@primer/primitives/dist/scss/functional/size/size.scss +72 -0
  71. data/_sass/@primer/primitives/dist/scss/functional/size/viewport.scss +6 -0
  72. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-colorblind.scss +503 -0
  73. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-dimmed.scss +503 -0
  74. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-high-contrast.scss +503 -0
  75. data/_sass/@primer/primitives/dist/scss/functional/themes/dark-tritanopia.scss +503 -0
  76. data/_sass/@primer/primitives/dist/scss/functional/themes/dark.scss +503 -0
  77. data/_sass/@primer/primitives/dist/scss/functional/themes/light-colorblind.scss +503 -0
  78. data/_sass/@primer/primitives/dist/scss/functional/themes/light-high-contrast.scss +503 -0
  79. data/_sass/@primer/primitives/dist/scss/functional/themes/light-tritanopia.scss +503 -0
  80. data/_sass/@primer/primitives/dist/scss/functional/themes/light.scss +503 -0
  81. data/_sass/@primer/primitives/dist/scss/functional/typography/typography.scss +45 -0
  82. data/_sass/@primer/primitives/tokens-next-private/scss/base/size/size.scss +17 -21
  83. data/_sass/@primer/primitives/tokens-next-private/scss/base/typography/typography.scss +4 -8
  84. data/_sass/@primer/primitives/tokens-next-private/scss/functional/motion/motion.scss +3 -0
  85. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/border.scss +12 -16
  86. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/breakpoints.scss +6 -10
  87. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-coarse.scss +3 -7
  88. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size-fine.scss +3 -7
  89. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/size.scss +72 -51
  90. data/_sass/@primer/primitives/tokens-next-private/scss/functional/size/viewport.scss +6 -19
  91. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-colorblind.scss +503 -391
  92. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-dimmed.scss +503 -391
  93. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-high-contrast.scss +503 -391
  94. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark-tritanopia.scss +503 -391
  95. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/dark.scss +503 -391
  96. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-colorblind.scss +503 -366
  97. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-high-contrast.scss +503 -366
  98. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light-tritanopia.scss +503 -366
  99. data/_sass/@primer/primitives/tokens-next-private/scss/functional/themes/light.scss +503 -366
  100. data/_sass/@primer/primitives/tokens-next-private/scss/functional/typography/typography.scss +45 -49
  101. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/size/size.scss +2 -2
  102. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/base/typography/typography.scss +2 -2
  103. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/border.scss +2 -2
  104. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/breakpoints.scss +2 -2
  105. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-coarse.scss +2 -2
  106. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size-fine.scss +2 -2
  107. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/size.scss +2 -2
  108. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/size/viewport.scss +2 -2
  109. data/_sass/@primer/primitives/tokens-v2-private/scss/tokens/functional/typography/typography.scss +2 -2
  110. data/_sass/@primer/view-components/README.md +1 -1
  111. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/action_bar_element.d.ts +17 -0
  112. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts +51 -0
  113. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/dropdown/menu.d.ts +1 -0
  114. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/dropdown.d.ts +1 -0
  115. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/image_crop.d.ts +1 -0
  116. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/modal_dialog.d.ts +18 -0
  117. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/segmented_control.d.ts +12 -0
  118. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/tab_container.d.ts +1 -0
  119. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/toggle_switch.d.ts +30 -0
  120. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/tool_tip.d.ts +27 -0
  121. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/alpha/x_banner.d.ts +13 -0
  122. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/anchored_position.d.ts +27 -0
  123. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/auto_complete/auto_complete.d.ts +1 -0
  124. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/clipboard_copy.d.ts +1 -0
  125. data/_sass/@primer/view-components/app/{components/primer/alpha → assets/javascripts/app/components/primer/beta}/nav_list.d.ts +0 -11
  126. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
  127. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/beta/relative_time.d.ts +1 -0
  128. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/dialog_helper.d.ts +15 -0
  129. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/focus_group.d.ts +19 -0
  130. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/primer.d.ts +23 -0
  131. data/_sass/@primer/view-components/app/assets/javascripts/app/components/primer/scrollable_region.d.ts +13 -0
  132. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/primer_multi_input.d.ts +10 -0
  133. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/primer_text_field.d.ts +1 -0
  134. data/_sass/@primer/view-components/app/assets/javascripts/lib/primer/forms/toggle_switch_input.d.ts +5 -0
  135. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js +1 -1
  136. data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js.map +1 -1
  137. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css +1 -3
  138. data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css.map +1 -1
  139. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar.css +1 -0
  140. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar.css.json +14 -0
  141. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar_element.d.ts +17 -0
  142. data/_sass/@primer/view-components/app/components/primer/alpha/action_bar_element.js +180 -0
  143. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css +1 -1
  144. data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css.json +21 -16
  145. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.d.ts +26 -4
  146. data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.js +318 -65
  147. data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css +1 -1
  148. data/_sass/@primer/view-components/app/components/primer/alpha/banner.css +1 -1
  149. data/_sass/@primer/view-components/app/components/primer/alpha/button_marketing.css +1 -1
  150. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css +1 -1
  151. data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css.json +12 -27
  152. data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css +1 -1
  153. data/_sass/@primer/view-components/app/components/primer/alpha/layout.css +1 -1
  154. data/_sass/@primer/view-components/app/components/primer/alpha/menu.css +1 -1
  155. data/_sass/@primer/view-components/app/components/primer/alpha/modal_dialog.js +38 -27
  156. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css +1 -1
  157. data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css.json +6 -3
  158. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css +1 -1
  159. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css.json +11 -13
  160. data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.js +4 -4
  161. data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css +1 -1
  162. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css +1 -3
  163. data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css.json +16 -6
  164. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css +1 -1
  165. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css.json +11 -11
  166. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.d.ts +2 -1
  167. data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.js +54 -45
  168. data/_sass/@primer/view-components/app/components/primer/alpha/tool_tip.d.ts +4 -2
  169. data/_sass/@primer/view-components/app/components/primer/alpha/tool_tip.js +159 -72
  170. data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css +1 -1
  171. data/_sass/@primer/view-components/app/components/primer/alpha/x_banner.d.ts +3 -1
  172. data/_sass/@primer/view-components/app/components/primer/alpha/x_banner.js +25 -10
  173. data/_sass/@primer/view-components/app/components/primer/anchored_position.js +16 -8
  174. data/_sass/@primer/view-components/app/components/primer/beta/avatar.css +1 -1
  175. data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css +1 -1
  176. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css +1 -1
  177. data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css.json +1 -0
  178. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css +1 -1
  179. data/_sass/@primer/view-components/app/components/primer/beta/border_box.css.json +1 -1
  180. data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css +1 -1
  181. data/_sass/@primer/view-components/app/components/primer/beta/button.css +1 -1
  182. data/_sass/@primer/view-components/app/components/primer/beta/button.css.json +13 -7
  183. data/_sass/@primer/view-components/app/components/primer/beta/button_group.css +1 -0
  184. data/_sass/@primer/view-components/app/components/primer/beta/button_group.css.json +12 -0
  185. data/_sass/@primer/view-components/app/components/primer/beta/counter.css +1 -1
  186. data/_sass/@primer/view-components/app/components/primer/beta/flash.css +1 -1
  187. data/_sass/@primer/view-components/app/components/primer/beta/label.css +1 -1
  188. data/_sass/@primer/view-components/app/components/primer/beta/link.css +1 -1
  189. data/_sass/@primer/view-components/app/components/primer/beta/link.css.json +1 -0
  190. data/_sass/@primer/view-components/app/components/primer/beta/nav_list.d.ts +17 -0
  191. data/_sass/@primer/view-components/app/components/primer/{alpha → beta}/nav_list.js +28 -100
  192. data/_sass/@primer/view-components/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
  193. data/_sass/@primer/view-components/app/components/primer/beta/nav_list_group_element.js +107 -0
  194. data/_sass/@primer/view-components/app/components/primer/beta/popover.css +1 -1
  195. data/_sass/@primer/view-components/app/components/primer/beta/progress_bar.css +1 -1
  196. data/_sass/@primer/view-components/app/components/primer/beta/state.css +1 -1
  197. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css +1 -1
  198. data/_sass/@primer/view-components/app/components/primer/beta/subhead.css.json +2 -0
  199. data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css +1 -1
  200. data/_sass/@primer/view-components/app/components/primer/beta/truncate.css +1 -1
  201. data/_sass/@primer/view-components/app/components/primer/dialog_helper.d.ts +15 -0
  202. data/_sass/@primer/view-components/app/components/primer/dialog_helper.js +117 -0
  203. data/_sass/@primer/view-components/app/components/primer/focus_group.js +41 -22
  204. data/_sass/@primer/view-components/app/components/primer/primer.d.ts +6 -2
  205. data/_sass/@primer/view-components/app/components/primer/primer.js +6 -2
  206. data/_sass/@primer/view-components/app/components/primer/scrollable_region.d.ts +13 -0
  207. data/_sass/@primer/view-components/app/components/primer/scrollable_region.js +52 -0
  208. data/_sass/@primer/view-components/lib/primer/forms/primer_multi_input.js +2 -3
  209. data/_sass/@primer/view-components/lib/primer/forms/primer_text_field.js +42 -9
  210. data/_sass/@primer/view-components/lib/primer/forms/toggle_switch_input.js +7 -2
  211. data/_sass/@primer/view-components/package.json +33 -34
  212. data/_sass/@primer/view-components/static/arguments.json +559 -48
  213. data/_sass/@primer/view-components/static/audited_at.json +18 -3
  214. data/_sass/@primer/view-components/static/classes.json +402 -369
  215. data/_sass/@primer/view-components/static/constants.json +104 -17
  216. data/_sass/@primer/view-components/static/info_arch.json +8248 -1640
  217. data/_sass/@primer/view-components/static/previews.json +6225 -1431
  218. data/_sass/@primer/view-components/static/statuses.json +20 -5
  219. data/_sass/jekyll-v4-theme-primer.scss +11 -0
  220. data/assets/js/github-clipboard-copy-element.js +154 -0
  221. data/assets/js/primer-clipboard-copy.js +70 -0
  222. metadata +77 -5
@@ -1,579 +1,612 @@
1
1
  {
2
- "Box": [
3
- "Primer::Beta::BorderBox"
2
+ "ActionBar": [
3
+ "Primer::Alpha::ActionBar"
4
4
  ],
5
- "Link": [
6
- "Primer::Beta::Link"
5
+ "ActionBar--large": [
6
+ "Primer::Alpha::ActionBar"
7
7
  ],
8
- "Label": [
9
- "Primer::Beta::Label"
8
+ "ActionBar--small": [
9
+ "Primer::Alpha::ActionBar"
10
10
  ],
11
- "State": [
12
- "Primer::Beta::State"
11
+ "ActionBar-divider": [
12
+ "Primer::Alpha::ActionBar"
13
13
  ],
14
- "Banner": [
15
- "Primer::Alpha::Banner"
14
+ "ActionBar-item": [
15
+ "Primer::Alpha::ActionBar"
16
16
  ],
17
- "Layout": [
18
- "Primer::Alpha::Layout"
17
+ "ActionBar-item-container": [
18
+ "Primer::Alpha::ActionBar"
19
19
  ],
20
- "Button": [
21
- "Primer::Beta::Button"
20
+ "ActionBar-more-menu": [
21
+ "Primer::Alpha::ActionBar"
22
22
  ],
23
- "Overlay": [
24
- "Primer::Alpha::Dialog",
25
- "Primer::Alpha::Overlay"
23
+ "ActionList-sectionDivider": [
24
+ "Primer::Alpha::ActionList"
26
25
  ],
27
- "Box-row": [
28
- "Primer::Beta::BorderBox"
26
+ "ActionList-sectionDivider--filled": [
27
+ "Primer::Alpha::ActionList"
29
28
  ],
30
- "Counter": [
31
- "Primer::Beta::Counter"
29
+ "ActionListContent": [
30
+ "Primer::Alpha::ActionList"
32
31
  ],
33
- "Popover": [
34
- "Primer::Beta::Popover"
32
+ "ActionListHeader": [
33
+ "Primer::Alpha::ActionList"
35
34
  ],
36
- "Subhead": [
37
- "Primer::Beta::Subhead"
35
+ "ActionListItem": [
36
+ "Primer::Alpha::ActionList"
38
37
  ],
39
- "Box-body": [
40
- "Primer::Beta::BorderBox"
38
+ "ActionListItem--subItem": [
39
+ "Primer::Alpha::ActionList"
41
40
  ],
42
- "Progress": [
43
- "Primer::Beta::ProgressBar"
41
+ "ActionListItem--trailingActionHover": [
42
+ "Primer::Alpha::ActionList"
44
43
  ],
45
- "Truncate": [
46
- "Primer::Beta::Truncate"
44
+ "ActionListItem--withActions": [
45
+ "Primer::Alpha::ActionList"
47
46
  ],
48
- "Box-title": [
49
- "Primer::Beta::BorderBox"
47
+ "ActionListItem-action": [
48
+ "Primer::Alpha::ActionList"
50
49
  ],
51
- "Box--blue": [
52
- "Primer::Beta::BorderBox"
50
+ "ActionListItem-action--leading": [
51
+ "Primer::Alpha::ActionList"
53
52
  ],
54
- "Box-header": [
55
- "Primer::Beta::BorderBox"
53
+ "ActionListItem-action--trailing": [
54
+ "Primer::Alpha::ActionList"
56
55
  ],
57
- "Box-footer": [
58
- "Primer::Beta::BorderBox"
56
+ "ActionListItem-description": [
57
+ "Primer::Alpha::ActionList"
59
58
  ],
60
- "Layout-main": [
61
- "Primer::Alpha::Layout"
59
+ "ActionListItem-descriptionWrap": [
60
+ "Primer::Alpha::ActionList"
62
61
  ],
63
- "FormControl": [
64
- "Primer::Alpha::TextField"
62
+ "ActionListItem-descriptionWrap--inline": [
63
+ "Primer::Alpha::ActionList"
65
64
  ],
66
- "AvatarStack": [
67
- "Primer::Beta::AvatarStack"
65
+ "ActionListItem-label": [
66
+ "Primer::Alpha::ActionList"
68
67
  ],
69
- "Box--danger": [
70
- "Primer::Beta::BorderBox"
68
+ "ActionListItem-label--truncate": [
69
+ "Primer::Alpha::ActionList"
71
70
  ],
72
- "Label--info": [
73
- "Primer::Beta::Label"
71
+ "ActionListItem-trailingAction": [
72
+ "Primer::Alpha::ActionList"
74
73
  ],
75
- "Label--open": [
76
- "Primer::Beta::Label"
74
+ "ActionListItem-visual": [
75
+ "Primer::Alpha::ActionList"
77
76
  ],
78
- "Label--done": [
79
- "Primer::Beta::Label"
77
+ "ActionListItem-visual--leading": [
78
+ "Primer::Alpha::ActionList"
80
79
  ],
81
- "Link--muted": [
82
- "Primer::Beta::Link"
80
+ "ActionListItem-visual--trailing": [
81
+ "Primer::Alpha::ActionList"
83
82
  ],
84
- "State--open": [
85
- "Primer::Beta::State"
83
+ "ActionListWrap": [
84
+ "Primer::Alpha::ActionList"
86
85
  ],
87
- "Overlay-form": [
88
- "Primer::Alpha::Dialog"
86
+ "ActionListWrap--divided": [
87
+ "Primer::Alpha::ActionList"
89
88
  ],
90
- "Overlay-body": [
91
- "Primer::Alpha::Dialog"
89
+ "ActionListWrap--inset": [
90
+ "Primer::Alpha::ActionList"
92
91
  ],
93
- "ToggleSwitch": [
94
- "Primer::Alpha::ToggleSwitch"
92
+ "AvatarStack": [
93
+ "Primer::Beta::AvatarStack"
95
94
  ],
96
- "UnderlineNav": [
97
- "Primer::Alpha::UnderlineNav"
95
+ "AvatarStack--right": [
96
+ "Primer::Beta::AvatarStack"
98
97
  ],
99
- "Box-row-link": [
100
- "Primer::Beta::BorderBox"
98
+ "AvatarStack-body": [
99
+ "Primer::Beta::AvatarStack"
101
100
  ],
102
- "Button-label": [
103
- "Primer::Beta::Button"
101
+ "Banner": [
102
+ "Primer::Alpha::Banner"
104
103
  ],
105
- "Button--link": [
106
- "Primer::Beta::Button"
104
+ "Box": [
105
+ "Primer::Beta::BorderBox"
107
106
  ],
108
- "Label--large": [
109
- "Primer::Beta::Label"
107
+ "Box--blue": [
108
+ "Primer::Beta::BorderBox"
110
109
  ],
111
- "State--draft": [
112
- "Primer::Beta::State"
110
+ "Box--condensed": [
111
+ "Primer::Beta::BorderBox"
113
112
  ],
114
- "State--small": [
115
- "Primer::Beta::State"
113
+ "Box--danger": [
114
+ "Primer::Beta::BorderBox"
116
115
  ],
117
- "TimelineItem": [
118
- "Primer::Beta::TimelineItem"
116
+ "Box--scrollable": [
117
+ "Primer::Beta::BorderBox"
119
118
  ],
120
119
  "Box--spacious": [
121
120
  "Primer::Beta::BorderBox"
122
121
  ],
123
- "Box-row--blue": [
122
+ "Box-body": [
124
123
  "Primer::Beta::BorderBox"
125
124
  ],
126
- "Box-row--gray": [
125
+ "Box-btn-octicon": [
127
126
  "Primer::Beta::BorderBox"
128
127
  ],
129
- "Button-visual": [
130
- "Primer::Beta::Button"
131
- ],
132
- "Button--small": [
133
- "Primer::Beta::Button"
134
- ],
135
- "Button--large": [
136
- "Primer::Beta::Button"
137
- ],
138
- "Label--inline": [
139
- "Primer::Beta::Label"
140
- ],
141
- "Label--accent": [
142
- "Primer::Beta::Label"
143
- ],
144
- "Label--severe": [
145
- "Primer::Beta::Label"
146
- ],
147
- "Label--danger": [
148
- "Primer::Beta::Label"
128
+ "Box-footer": [
129
+ "Primer::Beta::BorderBox"
149
130
  ],
150
- "Label--closed": [
151
- "Primer::Beta::Label"
131
+ "Box-header": [
132
+ "Primer::Beta::BorderBox"
152
133
  ],
153
- "Link--primary": [
154
- "Primer::Beta::Link"
134
+ "Box-header--blue": [
135
+ "Primer::Beta::BorderBox"
155
136
  ],
156
- "Link--onHover": [
157
- "Primer::Beta::Link"
137
+ "Box-row": [
138
+ "Primer::Beta::BorderBox"
158
139
  ],
159
- "Progress-item": [
160
- "Primer::Beta::ProgressBar"
140
+ "Box-row--blue": [
141
+ "Primer::Beta::BorderBox"
161
142
  ],
162
- "State--merged": [
163
- "Primer::Beta::State"
143
+ "Box-row--drag-button": [
144
+ "Primer::Beta::BorderBox"
164
145
  ],
165
- "State--closed": [
166
- "Primer::Beta::State"
146
+ "Box-row--focus-blue": [
147
+ "Primer::Beta::BorderBox"
167
148
  ],
168
- "ActionListWrap": [
169
- "Primer::Alpha::ActionList"
149
+ "Box-row--focus-gray": [
150
+ "Primer::Beta::BorderBox"
170
151
  ],
171
- "ActionListItem": [
172
- "Primer::Alpha::ActionList"
152
+ "Box-row--gray": [
153
+ "Primer::Beta::BorderBox"
173
154
  ],
174
- "Overlay-header": [
175
- "Primer::Alpha::Dialog"
155
+ "Box-row--hover-blue": [
156
+ "Primer::Beta::BorderBox"
176
157
  ],
177
- "Overlay-footer": [
178
- "Primer::Alpha::Dialog"
158
+ "Box-row--hover-gray": [
159
+ "Primer::Beta::BorderBox"
179
160
  ],
180
- "Layout-divider": [
181
- "Primer::Alpha::Layout"
161
+ "Box-row--yellow": [
162
+ "Primer::Beta::BorderBox"
182
163
  ],
183
- "Layout-sidebar": [
184
- "Primer::Alpha::Layout"
164
+ "Box-row-link": [
165
+ "Primer::Beta::BorderBox"
185
166
  ],
186
- "Box--condensed": [
167
+ "Box-title": [
187
168
  "Primer::Beta::BorderBox"
188
169
  ],
189
- "Button-content": [
170
+ "Button": [
190
171
  "Primer::Beta::Button"
191
172
  ],
192
173
  "Button--danger": [
193
174
  "Primer::Beta::Button"
194
175
  ],
195
- "Label--primary": [
196
- "Primer::Beta::Label"
197
- ],
198
- "Label--success": [
199
- "Primer::Beta::Label"
176
+ "Button--fullWidth": [
177
+ "Primer::Beta::Button"
200
178
  ],
201
- "Label--warning": [
202
- "Primer::Beta::Label"
179
+ "Button--iconOnly": [
180
+ "Primer::Beta::Button"
203
181
  ],
204
- "Overlay--hidden": [
205
- "Primer::Alpha::Dialog"
182
+ "Button--inactive": [
183
+ "Primer::Beta::Button"
206
184
  ],
207
- "Box--scrollable": [
208
- "Primer::Beta::BorderBox"
185
+ "Button--invisible": [
186
+ "Primer::Beta::Button"
209
187
  ],
210
- "Box-row--yellow": [
211
- "Primer::Beta::BorderBox"
188
+ "Button--large": [
189
+ "Primer::Beta::Button"
212
190
  ],
213
- "Box-btn-octicon": [
214
- "Primer::Beta::BorderBox"
191
+ "Button--link": [
192
+ "Primer::Beta::Button"
215
193
  ],
216
194
  "Button--primary": [
217
195
  "Primer::Beta::Button"
218
196
  ],
219
- "Label--sponsors": [
220
- "Primer::Beta::Label"
197
+ "Button--secondary": [
198
+ "Primer::Beta::Button"
221
199
  ],
222
- "Link--secondary": [
223
- "Primer::Beta::Link"
200
+ "Button--small": [
201
+ "Primer::Beta::Button"
224
202
  ],
225
- "Popover-message": [
226
- "Primer::Beta::Popover"
227
- ],
228
- "Progress--large": [
229
- "Primer::Beta::ProgressBar"
203
+ "Button-content": [
204
+ "Primer::Beta::Button"
230
205
  ],
231
- "Progress--small": [
232
- "Primer::Beta::ProgressBar"
206
+ "Button-content--alignStart": [
207
+ "Primer::Beta::Button"
233
208
  ],
234
- "Subhead-heading": [
235
- "Primer::Beta::Subhead"
209
+ "Button-label": [
210
+ "Primer::Beta::Button"
236
211
  ],
237
- "Subhead-actions": [
238
- "Primer::Beta::Subhead"
212
+ "Button-leadingVisual": [
213
+ "Primer::Beta::Button"
239
214
  ],
240
- "ActionListHeader": [
241
- "Primer::Alpha::ActionList"
215
+ "Button-trailingAction": [
216
+ "Primer::Beta::Button"
242
217
  ],
243
- "SegmentedControl": [
244
- "Primer::Alpha::SegmentedControl"
218
+ "Button-trailingVisual": [
219
+ "Primer::Beta::Button"
245
220
  ],
246
- "AvatarStack-body": [
247
- "Primer::Beta::AvatarStack"
221
+ "Button-visual": [
222
+ "Primer::Beta::Button"
248
223
  ],
249
- "Box-header--blue": [
250
- "Primer::Beta::BorderBox"
224
+ "ButtonGroup": [
225
+ "Primer::Beta::ButtonGroup"
251
226
  ],
252
- "Button--iconOnly": [
253
- "Primer::Beta::Button"
227
+ "Counter": [
228
+ "Primer::Beta::Counter"
254
229
  ],
255
230
  "Counter--primary": [
256
231
  "Primer::Beta::Counter"
257
232
  ],
258
- "Label--secondary": [
259
- "Primer::Beta::Label"
233
+ "Counter--secondary": [
234
+ "Primer::Beta::Counter"
260
235
  ],
261
- "Label--attention": [
262
- "Primer::Beta::Label"
236
+ "FormControl": [
237
+ "Primer::Alpha::TextField"
263
238
  ],
264
- "ActionListContent": [
265
- "Primer::Alpha::ActionList"
239
+ "FormControl--fullWidth": [
240
+ "Primer::Alpha::TextField"
266
241
  ],
267
- "FormControl-label": [
242
+ "FormControl-caption": [
268
243
  "Primer::Alpha::TextField"
269
244
  ],
270
- "FormControl-input": [
245
+ "FormControl-check-group-wrap": [
271
246
  "Primer::Alpha::TextField"
272
247
  ],
273
- "ToggleSwitch-knob": [
274
- "Primer::Alpha::ToggleSwitch"
248
+ "FormControl-checkbox-wrap": [
249
+ "Primer::Alpha::TextField"
275
250
  ],
276
- "UnderlineNav-body": [
277
- "Primer::Alpha::UnderlineNav"
251
+ "FormControl-horizontalGroup": [
252
+ "Primer::Alpha::TextField"
278
253
  ],
279
- "UnderlineNav-item": [
280
- "Primer::Alpha::UnderlineNav"
254
+ "FormControl-inlineValidation": [
255
+ "Primer::Alpha::TextField"
281
256
  ],
282
- "Button--fullWidth": [
283
- "Primer::Beta::Button"
257
+ "FormControl-inlineValidation--success": [
258
+ "Primer::Alpha::TextField"
284
259
  ],
285
- "Button--secondary": [
286
- "Primer::Beta::Button"
260
+ "FormControl-inlineValidation--visual": [
261
+ "Primer::Alpha::TextField"
287
262
  ],
288
- "Button--invisible": [
289
- "Primer::Beta::Button"
263
+ "FormControl-input": [
264
+ "Primer::Alpha::TextField"
290
265
  ],
291
- "Subhead--spacious": [
292
- "Primer::Beta::Subhead"
266
+ "FormControl-input-wrap": [
267
+ "Primer::Alpha::TextField"
293
268
  ],
294
- "TimelineItem-body": [
295
- "Primer::Beta::TimelineItem"
269
+ "FormControl-label": [
270
+ "Primer::Alpha::TextField"
271
+ ],
272
+ "FormControl-radio-group-wrap": [
273
+ "Primer::Alpha::TextField"
274
+ ],
275
+ "FormControl-radio-wrap": [
276
+ "Primer::Alpha::TextField"
296
277
  ],
297
278
  "FormControl-select": [
298
279
  "Primer::Alpha::TextField"
299
280
  ],
300
- "ToggleSwitch-track": [
301
- "Primer::Alpha::ToggleSwitch"
281
+ "FormControl-select-wrap": [
282
+ "Primer::Alpha::TextField"
302
283
  ],
303
- "ToggleSwitch-icons": [
304
- "Primer::Alpha::ToggleSwitch"
284
+ "FormControl-spacingWrapper": [
285
+ "Primer::Alpha::TextField"
305
286
  ],
306
- "UnderlineNav--full": [
307
- "Primer::Alpha::UnderlineNav"
287
+ "FormControl-textarea": [
288
+ "Primer::Alpha::TextField"
308
289
  ],
309
- "AvatarStack--right": [
310
- "Primer::Beta::AvatarStack"
290
+ "FormControl-toggleSwitchInput": [
291
+ "Primer::Alpha::TextField"
311
292
  ],
312
- "Button-withTooltip": [
313
- "Primer::Beta::Button"
293
+ "Label": [
294
+ "Primer::Beta::Label"
314
295
  ],
315
- "Counter--secondary": [
316
- "Primer::Beta::Counter"
296
+ "Label--accent": [
297
+ "Primer::Beta::Label"
317
298
  ],
318
- "TimelineItem-badge": [
319
- "Primer::Beta::TimelineItem"
299
+ "Label--attention": [
300
+ "Primer::Beta::Label"
320
301
  ],
321
- "TimelineItem-break": [
322
- "Primer::Beta::TimelineItem"
302
+ "Label--closed": [
303
+ "Primer::Beta::Label"
323
304
  ],
324
- "Overlay-closeButton": [
325
- "Primer::Alpha::Dialog"
305
+ "Label--danger": [
306
+ "Primer::Beta::Label"
326
307
  ],
327
- "FormControl-caption": [
328
- "Primer::Alpha::TextField"
308
+ "Label--done": [
309
+ "Primer::Beta::Label"
329
310
  ],
330
- "ToggleSwitch-status": [
331
- "Primer::Alpha::ToggleSwitch"
311
+ "Label--info": [
312
+ "Primer::Beta::Label"
332
313
  ],
333
- "ToggleSwitch--small": [
334
- "Primer::Alpha::ToggleSwitch"
314
+ "Label--inline": [
315
+ "Primer::Beta::Label"
335
316
  ],
336
- "UnderlineNav--right": [
337
- "Primer::Alpha::UnderlineNav"
317
+ "Label--large": [
318
+ "Primer::Beta::Label"
338
319
  ],
339
- "Box-row--focus-gray": [
340
- "Primer::Beta::BorderBox"
320
+ "Label--open": [
321
+ "Primer::Beta::Label"
341
322
  ],
342
- "Box-row--focus-blue": [
343
- "Primer::Beta::BorderBox"
323
+ "Label--primary": [
324
+ "Primer::Beta::Label"
344
325
  ],
345
- "Box-row--hover-gray": [
346
- "Primer::Beta::BorderBox"
326
+ "Label--secondary": [
327
+ "Primer::Beta::Label"
347
328
  ],
348
- "Box-row--hover-blue": [
349
- "Primer::Beta::BorderBox"
329
+ "Label--severe": [
330
+ "Primer::Beta::Label"
350
331
  ],
351
- "Subhead-description": [
352
- "Primer::Beta::Subhead"
332
+ "Label--sponsors": [
333
+ "Primer::Beta::Label"
353
334
  ],
354
- "TimelineItem-avatar": [
355
- "Primer::Beta::TimelineItem"
335
+ "Label--success": [
336
+ "Primer::Beta::Label"
356
337
  ],
357
- "ActionListItem-label": [
358
- "Primer::Alpha::ActionList"
338
+ "Label--warning": [
339
+ "Primer::Beta::Label"
359
340
  ],
360
- "FormControl-textarea": [
361
- "Primer::Alpha::TextField"
341
+ "Layout": [
342
+ "Primer::Alpha::Layout"
362
343
  ],
363
- "UnderlineNav-actions": [
364
- "Primer::Alpha::UnderlineNav"
344
+ "Layout-divider": [
345
+ "Primer::Alpha::Layout"
365
346
  ],
366
- "UnderlineNav-octicon": [
367
- "Primer::Alpha::UnderlineNav"
347
+ "Layout-main": [
348
+ "Primer::Alpha::Layout"
368
349
  ],
369
- "Box-row--drag-button": [
370
- "Primer::Beta::BorderBox"
350
+ "Layout-sidebar": [
351
+ "Primer::Alpha::Layout"
371
352
  ],
372
- "Button-leadingVisual": [
373
- "Primer::Beta::Button"
353
+ "Link": [
354
+ "Primer::Beta::Link"
374
355
  ],
375
- "ActionListWrap--inset": [
376
- "Primer::Alpha::ActionList"
356
+ "Link--muted": [
357
+ "Primer::Beta::Link"
377
358
  ],
378
- "ActionListItem-action": [
379
- "Primer::Alpha::ActionList"
359
+ "Link--onHover": [
360
+ "Primer::Beta::Link"
380
361
  ],
381
- "ActionListItem-visual": [
382
- "Primer::Alpha::ActionList"
362
+ "Link--primary": [
363
+ "Primer::Beta::Link"
383
364
  ],
384
- "SegmentedControl-item": [
385
- "Primer::Alpha::SegmentedControl"
365
+ "Link--secondary": [
366
+ "Primer::Beta::Link"
386
367
  ],
387
- "ToggleSwitch--checked": [
388
- "Primer::Alpha::ToggleSwitch"
368
+ "Link--underline": [
369
+ "Primer::Beta::Link"
389
370
  ],
390
- "ToggleSwitch-lineIcon": [
391
- "Primer::Alpha::ToggleSwitch"
371
+ "Overlay": [
372
+ "Primer::Alpha::Dialog",
373
+ "Primer::Alpha::Overlay"
392
374
  ],
393
- "ToggleSwitch-statusOn": [
394
- "Primer::Alpha::ToggleSwitch"
375
+ "Overlay--full": [
376
+ "Primer::Alpha::Dialog"
395
377
  ],
396
- "Button-trailingVisual": [
397
- "Primer::Beta::Button"
378
+ "Overlay--full-whenNarrow": [
379
+ "Primer::Alpha::Dialog"
398
380
  ],
399
- "Button-trailingAction": [
400
- "Primer::Beta::Button"
381
+ "Overlay--hidden": [
382
+ "Primer::Alpha::Dialog"
401
383
  ],
402
- "Popover-message--left": [
403
- "Primer::Beta::Popover"
384
+ "Overlay--placement-right-whenNarrow": [
385
+ "Primer::Alpha::Dialog"
404
386
  ],
405
- "Overlay-backdrop--side": [
387
+ "Overlay--visibilityHidden": [
406
388
  "Primer::Alpha::Dialog"
407
389
  ],
408
- "Overlay-backdrop--full": [
390
+ "Overlay-body": [
409
391
  "Primer::Alpha::Dialog"
410
392
  ],
411
- "FormControl--fullWidth": [
412
- "Primer::Alpha::TextField"
393
+ "Overlay-closeButton": [
394
+ "Primer::Alpha::Dialog"
413
395
  ],
414
- "FormControl-input-wrap": [
415
- "Primer::Alpha::TextField"
396
+ "Overlay-footer": [
397
+ "Primer::Alpha::Dialog"
416
398
  ],
417
- "FormControl-radio-wrap": [
418
- "Primer::Alpha::TextField"
399
+ "Overlay-form": [
400
+ "Primer::Alpha::Dialog"
419
401
  ],
420
- "ToggleSwitch--disabled": [
421
- "Primer::Alpha::ToggleSwitch"
402
+ "Overlay-header": [
403
+ "Primer::Alpha::Dialog"
422
404
  ],
423
- "ToggleSwitch-statusOff": [
424
- "Primer::Alpha::ToggleSwitch"
405
+ "Popover": [
406
+ "Primer::Beta::Popover"
425
407
  ],
426
- "UnderlineNav-container": [
427
- "Primer::Alpha::UnderlineNav"
408
+ "Popover-message": [
409
+ "Primer::Beta::Popover"
428
410
  ],
429
- "Popover-message--right": [
411
+ "Popover-message--bottom": [
412
+ "Primer::Beta::Popover"
413
+ ],
414
+ "Popover-message--bottom-left": [
415
+ "Primer::Beta::Popover"
416
+ ],
417
+ "Popover-message--bottom-right": [
430
418
  "Primer::Beta::Popover"
431
419
  ],
432
420
  "Popover-message--large": [
433
421
  "Primer::Beta::Popover"
434
422
  ],
435
- "ActionListWrap--divided": [
436
- "Primer::Alpha::ActionList"
423
+ "Popover-message--left": [
424
+ "Primer::Beta::Popover"
437
425
  ],
438
- "ActionListItem--subItem": [
439
- "Primer::Alpha::ActionList"
426
+ "Popover-message--left-bottom": [
427
+ "Primer::Beta::Popover"
440
428
  ],
441
- "FormControl-select-wrap": [
442
- "Primer::Alpha::TextField"
429
+ "Popover-message--left-top": [
430
+ "Primer::Beta::Popover"
443
431
  ],
444
- "ToggleSwitch-circleIcon": [
445
- "Primer::Alpha::ToggleSwitch"
432
+ "Popover-message--no-caret": [
433
+ "Primer::Beta::Popover"
446
434
  ],
447
- "ToggleSwitch-statusIcon": [
448
- "Primer::Alpha::ToggleSwitch"
435
+ "Popover-message--right": [
436
+ "Primer::Beta::Popover"
449
437
  ],
450
- "Popover-message--bottom": [
438
+ "Popover-message--right-bottom": [
451
439
  "Primer::Beta::Popover"
452
440
  ],
453
- "Subhead-heading--danger": [
454
- "Primer::Beta::Subhead"
441
+ "Popover-message--right-top": [
442
+ "Primer::Beta::Popover"
455
443
  ],
456
- "TimelineItem--condensed": [
457
- "Primer::Beta::TimelineItem"
444
+ "Popover-message--top-left": [
445
+ "Primer::Beta::Popover"
458
446
  ],
459
- "Overlay-backdrop--center": [
460
- "Primer::Alpha::Dialog"
447
+ "Popover-message--top-right": [
448
+ "Primer::Beta::Popover"
461
449
  ],
462
- "Overlay-backdrop--anchor": [
463
- "Primer::Alpha::Dialog"
450
+ "Progress": [
451
+ "Primer::Beta::ProgressBar"
464
452
  ],
465
- "ActionList-sectionDivider": [
466
- "Primer::Alpha::ActionList"
453
+ "Progress--large": [
454
+ "Primer::Beta::ProgressBar"
467
455
  ],
468
- "Overlay--visibilityHidden": [
469
- "Primer::Alpha::Dialog"
456
+ "Progress--small": [
457
+ "Primer::Beta::ProgressBar"
470
458
  ],
471
- "FormControl-checkbox-wrap": [
472
- "Primer::Alpha::TextField"
459
+ "Progress-item": [
460
+ "Primer::Beta::ProgressBar"
473
461
  ],
474
- "ToggleSwitch--statusAtEnd": [
475
- "Primer::Alpha::ToggleSwitch"
462
+ "SegmentedControl": [
463
+ "Primer::Alpha::SegmentedControl"
476
464
  ],
477
- "Popover-message--no-caret": [
478
- "Primer::Beta::Popover"
465
+ "SegmentedControl--fullWidth": [
466
+ "Primer::Alpha::SegmentedControl"
479
467
  ],
480
- "Popover-message--top-left": [
481
- "Primer::Beta::Popover"
468
+ "SegmentedControl--iconOnly": [
469
+ "Primer::Alpha::SegmentedControl"
482
470
  ],
483
- "Popover-message--left-top": [
484
- "Primer::Beta::Popover"
471
+ "SegmentedControl--medium": [
472
+ "Primer::Alpha::SegmentedControl"
485
473
  ],
486
- "ActionListItem-description": [
487
- "Primer::Alpha::ActionList"
474
+ "SegmentedControl--small": [
475
+ "Primer::Alpha::SegmentedControl"
488
476
  ],
489
- "FormControl-spacingWrapper": [
490
- "Primer::Alpha::TextField"
477
+ "SegmentedControl-item": [
478
+ "Primer::Alpha::SegmentedControl"
491
479
  ],
492
- "Button-content--alignStart": [
493
- "Primer::Beta::Button"
480
+ "State": [
481
+ "Primer::Beta::State"
494
482
  ],
495
- "Popover-message--top-right": [
496
- "Primer::Beta::Popover"
483
+ "State--closed": [
484
+ "Primer::Beta::State"
497
485
  ],
498
- "Popover-message--right-top": [
499
- "Primer::Beta::Popover"
486
+ "State--draft": [
487
+ "Primer::Beta::State"
500
488
  ],
501
- "ActionListItem--withActions": [
502
- "Primer::Alpha::ActionList"
489
+ "State--merged": [
490
+ "Primer::Beta::State"
503
491
  ],
504
- "SegmentedControl--fullWidth": [
505
- "Primer::Alpha::SegmentedControl"
492
+ "State--open": [
493
+ "Primer::Beta::State"
506
494
  ],
507
- "FormControl-horizontalGroup": [
508
- "Primer::Alpha::TextField"
495
+ "State--small": [
496
+ "Primer::Beta::State"
497
+ ],
498
+ "Subhead": [
499
+ "Primer::Beta::Subhead"
500
+ ],
501
+ "Subhead--spacious": [
502
+ "Primer::Beta::Subhead"
503
+ ],
504
+ "Subhead-actions": [
505
+ "Primer::Beta::Subhead"
506
+ ],
507
+ "Subhead-description": [
508
+ "Primer::Beta::Subhead"
509
+ ],
510
+ "Subhead-heading": [
511
+ "Primer::Beta::Subhead"
512
+ ],
513
+ "Subhead-heading--danger": [
514
+ "Primer::Beta::Subhead"
515
+ ],
516
+ "Subhead-heading--large": [
517
+ "Primer::Beta::Subhead"
518
+ ],
519
+ "Subhead-heading--medium": [
520
+ "Primer::Beta::Subhead"
521
+ ],
522
+ "TimelineItem": [
523
+ "Primer::Beta::TimelineItem"
524
+ ],
525
+ "TimelineItem--condensed": [
526
+ "Primer::Beta::TimelineItem"
527
+ ],
528
+ "TimelineItem-avatar": [
529
+ "Primer::Beta::TimelineItem"
530
+ ],
531
+ "TimelineItem-badge": [
532
+ "Primer::Beta::TimelineItem"
509
533
  ],
510
534
  "TimelineItem-badge--success": [
511
535
  "Primer::Beta::TimelineItem"
512
536
  ],
513
- "FormControl-inlineValidation": [
514
- "Primer::Alpha::TextField"
537
+ "TimelineItem-body": [
538
+ "Primer::Beta::TimelineItem"
515
539
  ],
516
- "FormControl-check-group-wrap": [
517
- "Primer::Alpha::TextField"
540
+ "TimelineItem-break": [
541
+ "Primer::Beta::TimelineItem"
518
542
  ],
519
- "FormControl-radio-group-wrap": [
520
- "Primer::Alpha::TextField"
543
+ "ToggleSwitch": [
544
+ "Primer::Alpha::ToggleSwitch"
521
545
  ],
522
- "Popover-message--bottom-left": [
523
- "Primer::Beta::Popover"
546
+ "ToggleSwitch--checked": [
547
+ "Primer::Alpha::ToggleSwitch"
524
548
  ],
525
- "Popover-message--left-bottom": [
526
- "Primer::Beta::Popover"
549
+ "ToggleSwitch--disabled": [
550
+ "Primer::Alpha::ToggleSwitch"
527
551
  ],
528
- "ActionListItem-trailingAction": [
529
- "Primer::Alpha::ActionList"
552
+ "ToggleSwitch--small": [
553
+ "Primer::Alpha::ToggleSwitch"
530
554
  ],
531
- "FormControl-toggleSwitchInput": [
532
- "Primer::Alpha::TextField"
555
+ "ToggleSwitch--statusAtEnd": [
556
+ "Primer::Alpha::ToggleSwitch"
533
557
  ],
534
- "Popover-message--bottom-right": [
535
- "Primer::Beta::Popover"
558
+ "ToggleSwitch-circleIcon": [
559
+ "Primer::Alpha::ToggleSwitch"
536
560
  ],
537
- "Popover-message--right-bottom": [
538
- "Primer::Beta::Popover"
561
+ "ToggleSwitch-icons": [
562
+ "Primer::Alpha::ToggleSwitch"
539
563
  ],
540
- "ActionListItem-action--leading": [
541
- "Primer::Alpha::ActionList"
564
+ "ToggleSwitch-knob": [
565
+ "Primer::Alpha::ToggleSwitch"
542
566
  ],
543
- "ActionListItem-visual--leading": [
544
- "Primer::Alpha::ActionList"
567
+ "ToggleSwitch-lineIcon": [
568
+ "Primer::Alpha::ToggleSwitch"
545
569
  ],
546
- "ActionListItem-descriptionWrap": [
547
- "Primer::Alpha::ActionList"
570
+ "ToggleSwitch-status": [
571
+ "Primer::Alpha::ToggleSwitch"
548
572
  ],
549
- "ActionListItem-label--truncate": [
550
- "Primer::Alpha::ActionList"
573
+ "ToggleSwitch-statusIcon": [
574
+ "Primer::Alpha::ToggleSwitch"
551
575
  ],
552
- "ActionListItem-visual--trailing": [
553
- "Primer::Alpha::ActionList"
576
+ "ToggleSwitch-statusOff": [
577
+ "Primer::Alpha::ToggleSwitch"
554
578
  ],
555
- "ActionListItem-action--trailing": [
556
- "Primer::Alpha::ActionList"
579
+ "ToggleSwitch-statusOn": [
580
+ "Primer::Alpha::ToggleSwitch"
557
581
  ],
558
- "ActionList-sectionDivider--filled": [
559
- "Primer::Alpha::ActionList"
582
+ "ToggleSwitch-track": [
583
+ "Primer::Alpha::ToggleSwitch"
560
584
  ],
561
- "Overlay-backdrop--side-whenNarrow": [
562
- "Primer::Alpha::Dialog"
585
+ "Truncate": [
586
+ "Primer::Beta::Truncate"
563
587
  ],
564
- "Overlay-backdrop--full-whenNarrow": [
565
- "Primer::Alpha::Dialog"
588
+ "UnderlineNav": [
589
+ "Primer::Alpha::UnderlineNav"
566
590
  ],
567
- "ActionListItem--trailingActionHover": [
568
- "Primer::Alpha::ActionList"
591
+ "UnderlineNav--full": [
592
+ "Primer::Alpha::UnderlineNav"
569
593
  ],
570
- "Overlay-backdrop--center-whenNarrow": [
571
- "Primer::Alpha::Dialog"
594
+ "UnderlineNav--right": [
595
+ "Primer::Alpha::UnderlineNav"
572
596
  ],
573
- "Overlay-backdrop--anchor-whenNarrow": [
574
- "Primer::Alpha::Dialog"
597
+ "UnderlineNav-actions": [
598
+ "Primer::Alpha::UnderlineNav"
575
599
  ],
576
- "ActionListItem-descriptionWrap--inline": [
577
- "Primer::Alpha::ActionList"
600
+ "UnderlineNav-body": [
601
+ "Primer::Alpha::UnderlineNav"
602
+ ],
603
+ "UnderlineNav-container": [
604
+ "Primer::Alpha::UnderlineNav"
605
+ ],
606
+ "UnderlineNav-item": [
607
+ "Primer::Alpha::UnderlineNav"
608
+ ],
609
+ "UnderlineNav-octicon": [
610
+ "Primer::Alpha::UnderlineNav"
578
611
  ]
579
612
  }