jekyll-v4-theme-primer 0.12.0 → 0.13.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 +4 -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 +106 -0
  222. metadata +63 -5
@@ -1,8 +1,69 @@
1
1
  [
2
2
  {
3
- "component": "ActionList",
3
+ "component": "ActionBar",
4
+ "status": "alpha",
5
+ "a11y_reviewed": false,
6
+ "short_name": "ActionBar",
7
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_bar.rb",
8
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_bar/default/",
9
+ "parameters": [
10
+ {
11
+ "name": "size",
12
+ "type": "Symbol",
13
+ "default": "`:medium`",
14
+ "description": "One of `:large`, `:medium`, or `:small`."
15
+ },
16
+ {
17
+ "name": "overflow_menu",
18
+ "type": "Boolean",
19
+ "default": "`true`",
20
+ "description": "Whether to render the overflow menu."
21
+ },
22
+ {
23
+ "name": "system_arguments",
24
+ "type": "Hash",
25
+ "default": "N/A",
26
+ "description": "[System arguments](/system-arguments)"
27
+ }
28
+ ]
29
+ },
30
+ {
31
+ "component": "ActionBar::Divider",
32
+ "status": "alpha",
33
+ "a11y_reviewed": false,
34
+ "short_name": "ActionBarDivider",
35
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_bar/divider.rb",
36
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_bar/divider/default/",
37
+ "parameters": [
38
+
39
+ ]
40
+ },
41
+ {
42
+ "component": "ActionBar::Item",
4
43
  "status": "alpha",
5
44
  "a11y_reviewed": false,
45
+ "short_name": "ActionBarItem",
46
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_bar/item.rb",
47
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_bar/item/default/",
48
+ "parameters": [
49
+ {
50
+ "name": "item_content",
51
+ "type": "String",
52
+ "default": "N/A",
53
+ "description": "The content to render inside the item."
54
+ },
55
+ {
56
+ "name": "item_arguments",
57
+ "type": "Hash",
58
+ "default": "N/A",
59
+ "description": "[System arguments](/system-arguments)"
60
+ }
61
+ ]
62
+ },
63
+ {
64
+ "component": "ActionList",
65
+ "status": "alpha",
66
+ "a11y_reviewed": true,
6
67
  "short_name": "ActionList",
7
68
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_list.rb",
8
69
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_list/default/",
@@ -156,6 +217,12 @@
156
217
  "default": "`nil`",
157
218
  "description": "Item label. If no label is provided, content is used."
158
219
  },
220
+ {
221
+ "name": "item_id",
222
+ "type": "String",
223
+ "default": "`nil`",
224
+ "description": "An ID that will be attached to the item's `<li>` element as `data-item-id` for distinguishing between items, perhaps in JavaScript."
225
+ },
159
226
  {
160
227
  "name": "label_classes",
161
228
  "type": "String",
@@ -220,7 +287,7 @@
220
287
  "name": "description_scheme",
221
288
  "type": "Symbol",
222
289
  "default": "`:block`",
223
- "description": "Display description inline with label, or block on the next line."
290
+ "description": "Display description inline with label, or block on the next line. One of `:block` or `:inline`."
224
291
  },
225
292
  {
226
293
  "name": "active",
@@ -324,6 +391,75 @@
324
391
  }
325
392
  ]
326
393
  },
394
+ {
395
+ "component": "ActionMenu::Group",
396
+ "status": "alpha",
397
+ "a11y_reviewed": true,
398
+ "short_name": "ActionMenuGroup",
399
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_menu/group.rb",
400
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_menu/group/default/",
401
+ "parameters": [
402
+ {
403
+ "name": "id",
404
+ "type": "String",
405
+ "default": "`self.class.generate_id`",
406
+ "description": "HTML ID value."
407
+ },
408
+ {
409
+ "name": "role",
410
+ "type": "Boolean",
411
+ "default": "`nil`",
412
+ "description": "ARIA role describing the function of the list. listbox and menu are a common values."
413
+ },
414
+ {
415
+ "name": "item_classes",
416
+ "type": "String",
417
+ "default": "`nil`",
418
+ "description": "Additional CSS classes to attach to items."
419
+ },
420
+ {
421
+ "name": "scheme",
422
+ "type": "Symbol",
423
+ "default": "`:full`",
424
+ "description": "One of `:full` or `:inset`. `inset` children are offset (vertically and horizontally) from list edges. `full` (default) children are flush (vertically and horizontally) with list edges."
425
+ },
426
+ {
427
+ "name": "show_dividers",
428
+ "type": "Boolean",
429
+ "default": "`false`",
430
+ "description": "Display a divider above each item in the list when it does not follow a header or divider."
431
+ },
432
+ {
433
+ "name": "select_variant",
434
+ "type": "Symbol",
435
+ "default": "`:none`",
436
+ "description": "How items may be selected in the list. One of `:multiple`, `:multiple_checkbox`, `:none`, or `:single`."
437
+ },
438
+ {
439
+ "name": "form_arguments",
440
+ "type": "Hash",
441
+ "default": "`{}`",
442
+ "description": "Allows an `ActionList` to act as a select list in multi- and single-select modes. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission. *NOTE*: Consider using an [ActionMenu](/components/alpha/actionmenu) instead of using this feature directly."
443
+ },
444
+ {
445
+ "name": "system_arguments",
446
+ "type": "Hash",
447
+ "default": "N/A",
448
+ "description": "[System arguments](/system-arguments)"
449
+ }
450
+ ]
451
+ },
452
+ {
453
+ "component": "ActionMenu::Heading",
454
+ "status": "alpha",
455
+ "a11y_reviewed": false,
456
+ "short_name": "ActionMenuHeading",
457
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_menu/heading.rb",
458
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_menu/heading/default/",
459
+ "parameters": [
460
+
461
+ ]
462
+ },
327
463
  {
328
464
  "component": "ActionMenu::List",
329
465
  "status": "alpha",
@@ -331,6 +467,22 @@
331
467
  "short_name": "ActionMenuList",
332
468
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_menu/list.rb",
333
469
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_menu/list/default/",
470
+ "parameters": [
471
+ {
472
+ "name": "system_arguments",
473
+ "type": "Hash",
474
+ "default": "N/A",
475
+ "description": "The arguments accepted by [ActionList](/components/alpha/actionlist)"
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "component": "ActionMenu::ListWrapper",
481
+ "status": "alpha",
482
+ "a11y_reviewed": true,
483
+ "short_name": "ActionMenuListWrapper",
484
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/action_menu/list_wrapper.rb",
485
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/action_menu/list_wrapper/default/",
334
486
  "parameters": [
335
487
  {
336
488
  "name": "menu_id",
@@ -458,6 +610,12 @@
458
610
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/banner.rb",
459
611
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/banner/default/",
460
612
  "parameters": [
613
+ {
614
+ "name": "tag",
615
+ "type": "Symbol",
616
+ "default": "`:div`",
617
+ "description": "One of `:div` or `:section`."
618
+ },
461
619
  {
462
620
  "name": "full",
463
621
  "type": "Boolean",
@@ -471,10 +629,16 @@
471
629
  "description": "Whether the component should take up the full width of the screen when rendered inside smaller viewports."
472
630
  },
473
631
  {
474
- "name": "dismissible",
475
- "type": "Boolean",
476
- "default": "`false`",
477
- "description": "Whether the component can be dismissed with an \"x\" button."
632
+ "name": "dismiss_scheme",
633
+ "type": "Symbol",
634
+ "default": "`:none`",
635
+ "description": "Whether the component can be dismissed with an \"x\" button. One of `:hide`, `:none`, or `:remove`."
636
+ },
637
+ {
638
+ "name": "dismiss_label",
639
+ "type": "String",
640
+ "default": "`Dismiss`",
641
+ "description": "The aria-label text of the dismiss \"x\" button"
478
642
  },
479
643
  {
480
644
  "name": "description",
@@ -494,12 +658,6 @@
494
658
  "default": "`:default`",
495
659
  "description": "One of `:danger`, `:default`, `:success`, or `:warning`."
496
660
  },
497
- {
498
- "name": "reappear",
499
- "type": "Boolean",
500
- "default": "`false`",
501
- "description": "Whether or not the flash banner should reappear after being dismissed. Only for use in test and preview environments."
502
- },
503
661
  {
504
662
  "name": "system_arguments",
505
663
  "type": "Hash",
@@ -540,6 +698,12 @@
540
698
  "default": "`:button`",
541
699
  "description": "One of `:button` or `:submit`."
542
700
  },
701
+ {
702
+ "name": "disabled",
703
+ "type": "Boolean",
704
+ "default": "`false`",
705
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
706
+ },
543
707
  {
544
708
  "name": "system_arguments",
545
709
  "type": "Hash",
@@ -722,6 +886,18 @@
722
886
  "default": "N/A",
723
887
  "description": "A string describing the field and what sorts of input it expects. Displayed below the group."
724
888
  },
889
+ {
890
+ "name": "invalid",
891
+ "type": "Boolean",
892
+ "default": "N/A",
893
+ "description": "If set to `true`, the input will be marked as invalid. Implied if `validation_message` is truthy. This option is set to `true` automatically if the model object associated with the form reports that the input is invalid via Rails validations. It is provided for cases where the form does not have an associated model. If the input is invalid as determined by Rails validations, setting `invalid` to `false` will have no effect."
894
+ },
895
+ {
896
+ "name": "validation_message",
897
+ "type": "String",
898
+ "default": "N/A",
899
+ "description": "A string displayed between the caption and the input indicating the input's contents are invalid. This option is, by default, set to the first Rails validation message for the input (assuming the form is associated with a model object). Use `validation_message` to override the default or to provide a validation message in case there is no associated model object."
900
+ },
725
901
  {
726
902
  "name": "label_arguments",
727
903
  "type": "Hash",
@@ -834,6 +1010,12 @@
834
1010
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/dialog/header.rb",
835
1011
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/dialog/header/default/",
836
1012
  "parameters": [
1013
+ {
1014
+ "name": "id",
1015
+ "type": "String",
1016
+ "default": "N/A",
1017
+ "description": "The HTML element's ID value."
1018
+ },
837
1019
  {
838
1020
  "name": "title",
839
1021
  "type": "String",
@@ -844,7 +1026,7 @@
844
1026
  "name": "subtitle",
845
1027
  "type": "String",
846
1028
  "default": "`nil`",
847
- "description": "Provides dditional context for the dialog, also setting the `aria-describedby` attribute."
1029
+ "description": "Provides additional context for the dialog, also setting the `aria-describedby` attribute."
848
1030
  },
849
1031
  {
850
1032
  "name": "show_divider",
@@ -858,6 +1040,12 @@
858
1040
  "default": "`false`",
859
1041
  "description": "Visually hide the `title` while maintaining a label for assistive technologies."
860
1042
  },
1043
+ {
1044
+ "name": "variant",
1045
+ "type": "Symbol",
1046
+ "default": "`:medium`",
1047
+ "description": "One of `:large` or `:medium`."
1048
+ },
861
1049
  {
862
1050
  "name": "system_arguments",
863
1051
  "type": "Hash",
@@ -1063,6 +1251,12 @@
1063
1251
  "default": "`false`",
1064
1252
  "description": "Whether or not the button is inline."
1065
1253
  },
1254
+ {
1255
+ "name": "disabled",
1256
+ "type": "Boolean",
1257
+ "default": "`false`",
1258
+ "description": "Whether or not the button is disabled."
1259
+ },
1066
1260
  {
1067
1261
  "name": "system_arguments",
1068
1262
  "type": "Hash",
@@ -1364,8 +1558,8 @@
1364
1558
  },
1365
1559
  {
1366
1560
  "component": "NavList",
1367
- "status": "alpha",
1368
- "a11y_reviewed": false,
1561
+ "status": "deprecated",
1562
+ "a11y_reviewed": true,
1369
1563
  "short_name": "NavList",
1370
1564
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/nav_list.rb",
1371
1565
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/nav_list/default/",
@@ -1386,7 +1580,7 @@
1386
1580
  },
1387
1581
  {
1388
1582
  "component": "NavList::Divider",
1389
- "status": "alpha",
1583
+ "status": "deprecated",
1390
1584
  "a11y_reviewed": false,
1391
1585
  "short_name": "NavListDivider",
1392
1586
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/nav_list/divider.rb",
@@ -1408,8 +1602,8 @@
1408
1602
  },
1409
1603
  {
1410
1604
  "component": "NavList::Group",
1411
- "status": "alpha",
1412
- "a11y_reviewed": false,
1605
+ "status": "deprecated",
1606
+ "a11y_reviewed": true,
1413
1607
  "short_name": "NavListGroup",
1414
1608
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/nav_list/group.rb",
1415
1609
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/nav_list/group/default/",
@@ -1428,9 +1622,43 @@
1428
1622
  }
1429
1623
  ]
1430
1624
  },
1625
+ {
1626
+ "component": "NavList::Heading",
1627
+ "status": "deprecated",
1628
+ "a11y_reviewed": false,
1629
+ "short_name": "NavListHeading",
1630
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/nav_list/heading.rb",
1631
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/nav_list/heading/default/",
1632
+ "parameters": [
1633
+ {
1634
+ "name": "title",
1635
+ "type": "String",
1636
+ "default": "N/A",
1637
+ "description": "The text content of the heading."
1638
+ },
1639
+ {
1640
+ "name": "id",
1641
+ "type": "String",
1642
+ "default": "`self.class.generate_id`",
1643
+ "description": "The value of the ID HTML attribute. Auto-generated by default."
1644
+ },
1645
+ {
1646
+ "name": "heading_level",
1647
+ "type": "Integer",
1648
+ "default": "`2`",
1649
+ "description": "The heading level, i.e. 2 for an `<h2>`, 3 for an `<h3>`, etc."
1650
+ },
1651
+ {
1652
+ "name": "system_arguments",
1653
+ "type": "Hash",
1654
+ "default": "N/A",
1655
+ "description": "[System arguments](/system-arguments)"
1656
+ }
1657
+ ]
1658
+ },
1431
1659
  {
1432
1660
  "component": "NavList::Item",
1433
- "status": "alpha",
1661
+ "status": "deprecated",
1434
1662
  "a11y_reviewed": false,
1435
1663
  "short_name": "NavListItem",
1436
1664
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/nav_list/item.rb",
@@ -1692,7 +1920,13 @@
1692
1920
  "name": "subtitle",
1693
1921
  "type": "String",
1694
1922
  "default": "`nil`",
1695
- "description": "Provides dditional context for the Overlay, also setting the `aria-describedby` attribute."
1923
+ "description": "Provides additional context for the Overlay, also setting the `aria-describedby` attribute."
1924
+ },
1925
+ {
1926
+ "name": "overlay_id",
1927
+ "type": "String",
1928
+ "default": "`nil`",
1929
+ "description": "Provides the id of the overlay element so the close button can close it"
1696
1930
  },
1697
1931
  {
1698
1932
  "name": "size",
@@ -1870,6 +2104,18 @@
1870
2104
  "default": "N/A",
1871
2105
  "description": "A string describing the field and what sorts of input it expects. Displayed below the group."
1872
2106
  },
2107
+ {
2108
+ "name": "invalid",
2109
+ "type": "Boolean",
2110
+ "default": "N/A",
2111
+ "description": "If set to `true`, the input will be marked as invalid. Implied if `validation_message` is truthy. This option is set to `true` automatically if the model object associated with the form reports that the input is invalid via Rails validations. It is provided for cases where the form does not have an associated model. If the input is invalid as determined by Rails validations, setting `invalid` to `false` will have no effect."
2112
+ },
2113
+ {
2114
+ "name": "validation_message",
2115
+ "type": "String",
2116
+ "default": "N/A",
2117
+ "description": "A string displayed between the caption and the input indicating the input's contents are invalid. This option is, by default, set to the first Rails validation message for the input (assuming the form is associated with a model object). Use `validation_message` to override the default or to provide a validation message in case there is no associated model object."
2118
+ },
1873
2119
  {
1874
2120
  "name": "label_arguments",
1875
2121
  "type": "Hash",
@@ -2884,14 +3130,14 @@
2884
3130
  {
2885
3131
  "name": "alt",
2886
3132
  "type": "String",
2887
- "default": "N/A",
3133
+ "default": "`nil`",
2888
3134
  "description": "Passed through to alt on img tag."
2889
3135
  },
2890
3136
  {
2891
3137
  "name": "size",
2892
3138
  "type": "Integer",
2893
3139
  "default": "`20`",
2894
- "description": "One of `16`, `20`, `24`, `32`, `40`, `48`, or `80`."
3140
+ "description": "One of `16`, `20`, `24`, `32`, `40`, `48`, `64`, or `80`."
2895
3141
  },
2896
3142
  {
2897
3143
  "name": "shape",
@@ -2965,7 +3211,7 @@
2965
3211
  "name": "tag",
2966
3212
  "type": "Symbol",
2967
3213
  "default": "`:button`",
2968
- "description": "One of `:a`, `:button`, or `:summary`."
3214
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
2969
3215
  },
2970
3216
  {
2971
3217
  "name": "type",
@@ -2979,6 +3225,18 @@
2979
3225
  "default": "`false`",
2980
3226
  "description": "Whether button is full-width with `display: block`."
2981
3227
  },
3228
+ {
3229
+ "name": "disabled",
3230
+ "type": "Boolean",
3231
+ "default": "`false`",
3232
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
3233
+ },
3234
+ {
3235
+ "name": "inactive",
3236
+ "type": "Boolean",
3237
+ "default": "`false`",
3238
+ "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
3239
+ },
2982
3240
  {
2983
3241
  "name": "system_arguments",
2984
3242
  "type": "Hash",
@@ -3094,6 +3352,12 @@
3094
3352
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/button.rb",
3095
3353
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/button/default/",
3096
3354
  "parameters": [
3355
+ {
3356
+ "name": "base_button_class",
3357
+ "type": "Class",
3358
+ "default": "`Primer::Beta::BaseButton`",
3359
+ "description": "The button class to render."
3360
+ },
3097
3361
  {
3098
3362
  "name": "scheme",
3099
3363
  "type": "Symbol",
@@ -3122,7 +3386,7 @@
3122
3386
  "name": "tag",
3123
3387
  "type": "Symbol",
3124
3388
  "default": "`:button`",
3125
- "description": "One of `:a`, `:button`, or `:summary`."
3389
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
3126
3390
  },
3127
3391
  {
3128
3392
  "name": "type",
@@ -3130,6 +3394,12 @@
3130
3394
  "default": "`:button`",
3131
3395
  "description": "One of `:button`, `:reset`, or `:submit`."
3132
3396
  },
3397
+ {
3398
+ "name": "disabled",
3399
+ "type": "Boolean",
3400
+ "default": "`false`",
3401
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
3402
+ },
3133
3403
  {
3134
3404
  "name": "system_arguments",
3135
3405
  "type": "Hash",
@@ -3147,16 +3417,16 @@
3147
3417
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/button_group/default/",
3148
3418
  "parameters": [
3149
3419
  {
3150
- "name": "variant",
3420
+ "name": "scheme",
3151
3421
  "type": "Symbol",
3152
- "default": "`nil`",
3153
- "description": "DEPRECATED. One of `:medium` or `:small`."
3422
+ "default": "`:default`",
3423
+ "description": "DEPRECATED. One of `:danger`, `:default`, `:invisible`, `:link`, `:primary`, or `:secondary`."
3154
3424
  },
3155
3425
  {
3156
3426
  "name": "size",
3157
3427
  "type": "Symbol",
3158
3428
  "default": "`:medium`",
3159
- "description": "One of `:medium` or `:small`."
3429
+ "description": "One of `:large`, `:medium`, or `:small`."
3160
3430
  },
3161
3431
  {
3162
3432
  "name": "system_arguments",
@@ -3166,6 +3436,28 @@
3166
3436
  }
3167
3437
  ]
3168
3438
  },
3439
+ {
3440
+ "component": "ButtonGroup::MenuButton",
3441
+ "status": "alpha",
3442
+ "a11y_reviewed": false,
3443
+ "short_name": "ButtonGroupMenuButton",
3444
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/button_group/menu_button.rb",
3445
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/button_group/menu_button/default/",
3446
+ "parameters": [
3447
+ {
3448
+ "name": "menu_arguments",
3449
+ "type": "Hash",
3450
+ "default": "`{}`",
3451
+ "description": "The arguments accepted by [ActionMenu](/components/alpha/actionmenu)."
3452
+ },
3453
+ {
3454
+ "name": "button_arguments",
3455
+ "type": "Hash",
3456
+ "default": "`{}`",
3457
+ "description": "The arguments accepted by [Button](/components/beta/button) or [IconButton](/components/beta/iconbutton), depending on the value of the `icon:` argument."
3458
+ }
3459
+ ]
3460
+ },
3169
3461
  {
3170
3462
  "component": "ClipboardCopy",
3171
3463
  "status": "beta",
@@ -3200,6 +3492,68 @@
3200
3492
  }
3201
3493
  ]
3202
3494
  },
3495
+ {
3496
+ "component": "ClipboardCopyBaseButton",
3497
+ "status": "beta",
3498
+ "a11y_reviewed": false,
3499
+ "short_name": "ClipboardCopyBaseButton",
3500
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/clipboard_copy_base_button.rb",
3501
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/clipboard_copy_base_button/default/",
3502
+ "parameters": [
3503
+ {
3504
+ "name": "tag",
3505
+ "type": "Symbol",
3506
+ "default": "`:button`",
3507
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
3508
+ },
3509
+ {
3510
+ "name": "type",
3511
+ "type": "Symbol",
3512
+ "default": "`:button`",
3513
+ "description": "One of `:button`, `:reset`, or `:submit`."
3514
+ },
3515
+ {
3516
+ "name": "block",
3517
+ "type": "Boolean",
3518
+ "default": "`false`",
3519
+ "description": "Whether button is full-width with `display: block`."
3520
+ },
3521
+ {
3522
+ "name": "disabled",
3523
+ "type": "Boolean",
3524
+ "default": "`false`",
3525
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
3526
+ },
3527
+ {
3528
+ "name": "inactive",
3529
+ "type": "Boolean",
3530
+ "default": "`false`",
3531
+ "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
3532
+ },
3533
+ {
3534
+ "name": "system_arguments",
3535
+ "type": "Hash",
3536
+ "default": "N/A",
3537
+ "description": "[System arguments](/system-arguments)"
3538
+ }
3539
+ ]
3540
+ },
3541
+ {
3542
+ "component": "ClipboardCopyButton",
3543
+ "status": "beta",
3544
+ "a11y_reviewed": false,
3545
+ "short_name": "ClipboardCopyButton",
3546
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/clipboard_copy_button.rb",
3547
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/clipboard_copy_button/default/",
3548
+ "parameters": [
3549
+ {
3550
+ "name": "system_arguments",
3551
+ "type": "Hash",
3552
+ "default": "N/A",
3553
+ "description": "The arguments accepted by [Button](/components/beta/button) and [ClipboardCopy](/components/beta/clipboardcopy)."
3554
+ }
3555
+ ]
3556
+ },
3203
3557
  {
3204
3558
  "component": "CloseButton",
3205
3559
  "status": "beta",
@@ -3214,6 +3568,12 @@
3214
3568
  "default": "`:button`",
3215
3569
  "description": "One of `:button` or `:submit`."
3216
3570
  },
3571
+ {
3572
+ "name": "disabled",
3573
+ "type": "Boolean",
3574
+ "default": "`false`",
3575
+ "description": "Whether or not the button is disabled."
3576
+ },
3217
3577
  {
3218
3578
  "name": "system_arguments",
3219
3579
  "type": "Hash",
@@ -3294,6 +3654,12 @@
3294
3654
  "default": "`false`",
3295
3655
  "description": "Defaults to false. If set to true, it will remove the default caret and remove style from the summary element"
3296
3656
  },
3657
+ {
3658
+ "name": "disabled",
3659
+ "type": "Boolean",
3660
+ "default": "`false`",
3661
+ "description": "Whether or not to disable the summary button."
3662
+ },
3297
3663
  {
3298
3664
  "name": "system_arguments",
3299
3665
  "type": "Hash",
@@ -3304,7 +3670,7 @@
3304
3670
  },
3305
3671
  {
3306
3672
  "component": "Flash",
3307
- "status": "beta",
3673
+ "status": "deprecated",
3308
3674
  "a11y_reviewed": false,
3309
3675
  "short_name": "Flash",
3310
3676
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/flash.rb",
@@ -3385,10 +3751,10 @@
3385
3751
  "description": "Name of [Octicon](https://primer.style/octicons/) to use."
3386
3752
  },
3387
3753
  {
3388
- "name": "wrapper_arguments",
3389
- "type": "Hash",
3390
- "default": "`{}`",
3391
- "description": "Optional keyword arguments to be passed to the wrapper `<div>` tag."
3754
+ "name": "tag",
3755
+ "type": "Symbol",
3756
+ "default": "N/A",
3757
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
3392
3758
  },
3393
3759
  {
3394
3760
  "name": "scheme",
@@ -3403,10 +3769,10 @@
3403
3769
  "description": "One of `:large`, `:medium`, or `:small`."
3404
3770
  },
3405
3771
  {
3406
- "name": "tag",
3407
- "type": "Symbol",
3408
- "default": "N/A",
3409
- "description": "One of `:a`, `:button`, or `:summary`."
3772
+ "name": "disabled",
3773
+ "type": "Boolean",
3774
+ "default": "`false`",
3775
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
3410
3776
  },
3411
3777
  {
3412
3778
  "name": "type",
@@ -3500,17 +3866,11 @@
3500
3866
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/link.rb",
3501
3867
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/link/default/",
3502
3868
  "parameters": [
3503
- {
3504
- "name": "tag",
3505
- "type": "String",
3506
- "default": "`:a`",
3507
- "description": "One of `:a` or `:span`."
3508
- },
3509
3869
  {
3510
3870
  "name": "href",
3511
3871
  "type": "String",
3512
3872
  "default": "`nil`",
3513
- "description": "URL to be used for the Link. Required if tag is `:a`. If the requirements are not met an error will be raised in non production environments. In production, an empty link element will be rendered."
3873
+ "description": "URL to be used for the Link. Required. If the requirements are not met an error will be raised in non production environments. In production, an empty link element will be rendered."
3514
3874
  },
3515
3875
  {
3516
3876
  "name": "scheme",
@@ -3527,7 +3887,7 @@
3527
3887
  {
3528
3888
  "name": "underline",
3529
3889
  "type": "Boolean",
3530
- "default": "`true`",
3890
+ "default": "`false`",
3531
3891
  "description": "Whether or not to underline the link."
3532
3892
  },
3533
3893
  {
@@ -3560,6 +3920,146 @@
3560
3920
  }
3561
3921
  ]
3562
3922
  },
3923
+ {
3924
+ "component": "NavList",
3925
+ "status": "beta",
3926
+ "a11y_reviewed": true,
3927
+ "short_name": "NavList",
3928
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/nav_list.rb",
3929
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/nav_list/default/",
3930
+ "parameters": [
3931
+ {
3932
+ "name": "selected_item_id",
3933
+ "type": "Symbol",
3934
+ "default": "`nil`",
3935
+ "description": "The ID of the currently selected item. The default is `nil`, meaning no item is selected."
3936
+ },
3937
+ {
3938
+ "name": "system_arguments",
3939
+ "type": "Hash",
3940
+ "default": "N/A",
3941
+ "description": "[System arguments](/system-arguments)"
3942
+ }
3943
+ ]
3944
+ },
3945
+ {
3946
+ "component": "NavList::Divider",
3947
+ "status": "alpha",
3948
+ "a11y_reviewed": false,
3949
+ "short_name": "NavListDivider",
3950
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/nav_list/divider.rb",
3951
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/nav_list/divider/default/",
3952
+ "parameters": [
3953
+ {
3954
+ "name": "scheme",
3955
+ "type": "Symbol",
3956
+ "default": "`:subtle`",
3957
+ "description": "Display a background color if scheme is `filled`."
3958
+ },
3959
+ {
3960
+ "name": "system_arguments",
3961
+ "type": "Hash",
3962
+ "default": "N/A",
3963
+ "description": "[System arguments](/system-arguments)"
3964
+ }
3965
+ ]
3966
+ },
3967
+ {
3968
+ "component": "NavList::Group",
3969
+ "status": "alpha",
3970
+ "a11y_reviewed": true,
3971
+ "short_name": "NavListGroup",
3972
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/nav_list/group.rb",
3973
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/nav_list/group/default/",
3974
+ "parameters": [
3975
+ {
3976
+ "name": "selected_item_id",
3977
+ "type": "Symbol",
3978
+ "default": "`nil`",
3979
+ "description": "The ID of the currently selected item. Used internally."
3980
+ },
3981
+ {
3982
+ "name": "system_arguments",
3983
+ "type": "Hash",
3984
+ "default": "N/A",
3985
+ "description": "[System arguments](/system-arguments)"
3986
+ }
3987
+ ]
3988
+ },
3989
+ {
3990
+ "component": "NavList::Heading",
3991
+ "status": "alpha",
3992
+ "a11y_reviewed": false,
3993
+ "short_name": "NavListHeading",
3994
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/nav_list/heading.rb",
3995
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/nav_list/heading/default/",
3996
+ "parameters": [
3997
+ {
3998
+ "name": "title",
3999
+ "type": "String",
4000
+ "default": "N/A",
4001
+ "description": "The text content of the heading."
4002
+ },
4003
+ {
4004
+ "name": "id",
4005
+ "type": "String",
4006
+ "default": "`self.class.generate_id`",
4007
+ "description": "The value of the ID HTML attribute. Auto-generated by default."
4008
+ },
4009
+ {
4010
+ "name": "heading_level",
4011
+ "type": "Integer",
4012
+ "default": "`2`",
4013
+ "description": "The heading level, i.e. 2 for an `<h2>`, 3 for an `<h3>`, etc."
4014
+ },
4015
+ {
4016
+ "name": "system_arguments",
4017
+ "type": "Hash",
4018
+ "default": "N/A",
4019
+ "description": "[System arguments](/system-arguments)"
4020
+ }
4021
+ ]
4022
+ },
4023
+ {
4024
+ "component": "NavList::Item",
4025
+ "status": "alpha",
4026
+ "a11y_reviewed": false,
4027
+ "short_name": "NavListItem",
4028
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/nav_list/item.rb",
4029
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/nav_list/item/default/",
4030
+ "parameters": [
4031
+ {
4032
+ "name": "selected_item_id",
4033
+ "type": "Symbol",
4034
+ "default": "`nil`",
4035
+ "description": "The ID of the currently selected list item. Used internally."
4036
+ },
4037
+ {
4038
+ "name": "selected_by_ids",
4039
+ "type": "Array<Symbol>",
4040
+ "default": "`[]`",
4041
+ "description": "The list of IDs that select this item. In other words, if the `selected_item_id` attribute on the parent `NavList` is set to one of these IDs, the item will appear selected."
4042
+ },
4043
+ {
4044
+ "name": "expanded",
4045
+ "type": "Boolean",
4046
+ "default": "`false`",
4047
+ "description": "Whether this item shows (expands) or hides (collapses) its list of sub items."
4048
+ },
4049
+ {
4050
+ "name": "sub_item",
4051
+ "type": "Boolean",
4052
+ "default": "`false`",
4053
+ "description": "Whether or not this item is nested under a parent item. Used internally."
4054
+ },
4055
+ {
4056
+ "name": "system_arguments",
4057
+ "type": "Hash",
4058
+ "default": "N/A",
4059
+ "description": "[System arguments](/system-arguments)"
4060
+ }
4061
+ ]
4062
+ },
3563
4063
  {
3564
4064
  "component": "Octicon",
3565
4065
  "status": "beta",
@@ -4086,7 +4586,7 @@
4086
4586
  "name": "tag",
4087
4587
  "type": "Symbol",
4088
4588
  "default": "`:button`",
4089
- "description": "One of `:a`, `:button`, or `:summary`."
4589
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
4090
4590
  },
4091
4591
  {
4092
4592
  "name": "type",
@@ -4128,7 +4628,18 @@
4128
4628
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/conditional_wrapper.rb",
4129
4629
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/conditional_wrapper/default/",
4130
4630
  "parameters": [
4131
-
4631
+ {
4632
+ "name": "condition",
4633
+ "type": "Boolean",
4634
+ "default": "N/A",
4635
+ "description": "Whether or not to wrap the content in a `Primer::BaseComponent`."
4636
+ },
4637
+ {
4638
+ "name": "base_component_arguments",
4639
+ "type": "Hash",
4640
+ "default": "N/A",
4641
+ "description": "The arguments to pass to `Primer::BaseComponent`."
4642
+ }
4132
4643
  ]
4133
4644
  },
4134
4645
  {
@@ -4166,7 +4677,7 @@
4166
4677
  "name": "tag",
4167
4678
  "type": "Symbol",
4168
4679
  "default": "N/A",
4169
- "description": "One of `:a`, `:button`, or `:summary`."
4680
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
4170
4681
  },
4171
4682
  {
4172
4683
  "name": "type",