@primer/view-components 0.13.2 → 0.14.0-rc.0065c320

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/app/assets/javascripts/primer_view_components.js.map +1 -1
  2. package/app/assets/styles/primer_view_components.css +1 -1
  3. package/app/assets/styles/primer_view_components.css.map +1 -1
  4. package/app/components/primer/alpha/action_bar_element.js +21 -9
  5. package/app/components/primer/alpha/action_list.css +1 -1
  6. package/app/components/primer/alpha/action_menu/action_menu_element.js +44 -20
  7. package/app/components/primer/alpha/auto_complete.css +1 -1
  8. package/app/components/primer/alpha/button_marketing.css +1 -1
  9. package/app/components/primer/alpha/dropdown.css +1 -1
  10. package/app/components/primer/alpha/layout.css +1 -1
  11. package/app/components/primer/alpha/menu.css +1 -1
  12. package/app/components/primer/alpha/overlay.css +1 -1
  13. package/app/components/primer/alpha/overlay.css.json +0 -1
  14. package/app/components/primer/alpha/segmented_control.js +2 -1
  15. package/app/components/primer/alpha/tab_nav.css +1 -1
  16. package/app/components/primer/alpha/text_field.css +1 -1
  17. package/app/components/primer/alpha/toggle_switch.css +1 -1
  18. package/app/components/primer/alpha/underline_nav.css +1 -1
  19. package/app/components/primer/alpha/x_banner.js +2 -1
  20. package/app/components/primer/anchored_position.js +2 -1
  21. package/app/components/primer/beta/blankslate.css +1 -1
  22. package/app/components/primer/beta/blankslate.css.json +1 -0
  23. package/app/components/primer/beta/border_box.css +1 -1
  24. package/app/components/primer/beta/button.css +1 -1
  25. package/app/components/primer/beta/label.css +1 -1
  26. package/app/components/primer/beta/link.css +1 -1
  27. package/app/components/primer/beta/nav_list.js +14 -7
  28. package/app/components/primer/beta/subhead.css +1 -1
  29. package/app/components/primer/beta/subhead.css.json +2 -0
  30. package/app/components/primer/focus_group.js +2 -1
  31. package/package.json +5 -5
  32. package/static/arguments.json +74 -6
  33. package/static/audited_at.json +2 -0
  34. package/static/classes.json +6 -0
  35. package/static/constants.json +15 -1
  36. package/static/info_arch.json +302 -19
  37. package/static/previews.json +120 -0
  38. package/static/statuses.json +2 -0
@@ -3165,7 +3165,7 @@
3165
3165
  "name": "subtitle",
3166
3166
  "type": "String",
3167
3167
  "default": "`nil`",
3168
- "description": "Provides dditional context for the dialog, also setting the `aria-describedby` attribute."
3168
+ "description": "Provides additional context for the dialog, also setting the `aria-describedby` attribute."
3169
3169
  },
3170
3170
  {
3171
3171
  "name": "show_divider",
@@ -4932,7 +4932,7 @@
4932
4932
  },
4933
4933
  {
4934
4934
  "fully_qualified_name": "Primer::Alpha::NavList",
4935
- "description": "",
4935
+ "description": ":nodoc:",
4936
4936
  "accessibility_docs": null,
4937
4937
  "is_form_component": false,
4938
4938
  "is_published": true,
@@ -4982,7 +4982,7 @@
4982
4982
  "subcomponents": [
4983
4983
  {
4984
4984
  "fully_qualified_name": "Primer::Alpha::NavList::Item",
4985
- "description": "",
4985
+ "description": ":nodoc:",
4986
4986
  "accessibility_docs": null,
4987
4987
  "is_form_component": false,
4988
4988
  "is_published": true,
@@ -5102,7 +5102,7 @@
5102
5102
  },
5103
5103
  {
5104
5104
  "fully_qualified_name": "Primer::Alpha::NavList::Heading",
5105
- "description": "",
5105
+ "description": ":nodoc:",
5106
5106
  "accessibility_docs": null,
5107
5107
  "is_form_component": false,
5108
5108
  "is_published": true,
@@ -5154,7 +5154,7 @@
5154
5154
  },
5155
5155
  {
5156
5156
  "fully_qualified_name": "Primer::Alpha::NavList::Divider",
5157
- "description": "",
5157
+ "description": ":nodoc:",
5158
5158
  "accessibility_docs": null,
5159
5159
  "is_form_component": false,
5160
5160
  "is_published": true,
@@ -5194,7 +5194,7 @@
5194
5194
  },
5195
5195
  {
5196
5196
  "fully_qualified_name": "Primer::Alpha::NavList::Group",
5197
- "description": "",
5197
+ "description": ":nodoc:",
5198
5198
  "accessibility_docs": null,
5199
5199
  "is_form_component": false,
5200
5200
  "is_published": true,
@@ -5438,7 +5438,32 @@
5438
5438
 
5439
5439
  ],
5440
5440
  "previews": [
5441
-
5441
+ {
5442
+ "preview_path": "primer/alpha/octicon_symbols/playground",
5443
+ "name": "playground",
5444
+ "snapshot": "false",
5445
+ "skip_rules": {
5446
+ "wont_fix": [
5447
+ "region"
5448
+ ],
5449
+ "will_fix": [
5450
+ "color-contrast"
5451
+ ]
5452
+ }
5453
+ },
5454
+ {
5455
+ "preview_path": "primer/alpha/octicon_symbols/default",
5456
+ "name": "default",
5457
+ "snapshot": "true",
5458
+ "skip_rules": {
5459
+ "wont_fix": [
5460
+ "region"
5461
+ ],
5462
+ "will_fix": [
5463
+ "color-contrast"
5464
+ ]
5465
+ }
5466
+ }
5442
5467
  ],
5443
5468
  "subcomponents": [
5444
5469
 
@@ -9625,7 +9650,7 @@
9625
9650
  "name": "tag",
9626
9651
  "type": "Symbol",
9627
9652
  "default": "`:button`",
9628
- "description": "One of `:a`, `:button`, or `:summary`."
9653
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
9629
9654
  },
9630
9655
  {
9631
9656
  "name": "type",
@@ -10400,6 +10425,12 @@
10400
10425
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/button.rb",
10401
10426
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/button/default/",
10402
10427
  "parameters": [
10428
+ {
10429
+ "name": "base_button_class",
10430
+ "type": "Class",
10431
+ "default": "`Primer::Beta::BaseButton`",
10432
+ "description": "The button class to render."
10433
+ },
10403
10434
  {
10404
10435
  "name": "scheme",
10405
10436
  "type": "Symbol",
@@ -10428,7 +10459,7 @@
10428
10459
  "name": "tag",
10429
10460
  "type": "Symbol",
10430
10461
  "default": "`:button`",
10431
- "description": "One of `:a`, `:button`, or `:summary`."
10462
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
10432
10463
  },
10433
10464
  {
10434
10465
  "name": "type",
@@ -10771,19 +10802,43 @@
10771
10802
  "slots": [
10772
10803
  {
10773
10804
  "name": "buttons",
10774
- "description": "Required list of buttons to be rendered.",
10805
+ "description": "List of buttons to be rendered. Add buttons via the `#with_button` and `#with_clipboard_copy_button` methods (see below).",
10806
+ "parameters": [
10807
+
10808
+ ]
10809
+ }
10810
+ ],
10811
+ "methods": [
10812
+ {
10813
+ "name": "with_button",
10814
+ "description": "Adds a button.",
10775
10815
  "parameters": [
10776
10816
  {
10777
- "name": "kwargs",
10817
+ "name": "icon",
10818
+ "type": "Symbol",
10819
+ "default": "`nil`",
10820
+ "description": "If included, adds a {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}} with the given {{link_to_octicons}}. Otherwise, a {{#link_to_component}}Primer::Beta::Button{{/link_to_component}} is added instead."
10821
+ },
10822
+ {
10823
+ "name": "system_arguments",
10824
+ "type": "Hash",
10825
+ "default": "N/A",
10826
+ "description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Button{{/link_to_component}} or {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}}, depending on the value of the `icon:` argument."
10827
+ }
10828
+ ]
10829
+ },
10830
+ {
10831
+ "name": "with_clipboard_copy_button",
10832
+ "description": "Adds a {{#link_to_component}}Primer::Beta::ClipboardCopyButton{{/link_to_component}}.",
10833
+ "parameters": [
10834
+ {
10835
+ "name": "system_arguments",
10778
10836
  "type": "Hash",
10779
10837
  "default": "N/A",
10780
- "description": "The same arguments as {{#link_to_component}}Primer::Beta::Button{{/link_to_component}}"
10838
+ "description": "The arguments accepted by {{#link_to_component}}Primer::Beta::ClipboardCopyButton{{/link_to_component}}."
10781
10839
  }
10782
10840
  ]
10783
10841
  }
10784
- ],
10785
- "methods": [
10786
-
10787
10842
  ],
10788
10843
  "previews": [
10789
10844
  {
@@ -10850,6 +10905,19 @@
10850
10905
  "color-contrast"
10851
10906
  ]
10852
10907
  }
10908
+ },
10909
+ {
10910
+ "preview_path": "primer/beta/button_group/with_clipboard_copy_button",
10911
+ "name": "with_clipboard_copy_button",
10912
+ "snapshot": "true",
10913
+ "skip_rules": {
10914
+ "wont_fix": [
10915
+ "region"
10916
+ ],
10917
+ "will_fix": [
10918
+ "color-contrast"
10919
+ ]
10920
+ }
10853
10921
  }
10854
10922
  ],
10855
10923
  "subcomponents": [
@@ -10858,7 +10926,7 @@
10858
10926
  },
10859
10927
  {
10860
10928
  "fully_qualified_name": "Primer::Beta::ClipboardCopy",
10861
- "description": "Use `ClipboardCopy` to copy element text content or input values to the clipboard.",
10929
+ "description": "Use `ClipboardCopy` to copy element text content or input values to the clipboard.\n\nThis component by itself is not styled as a button, and can therefore only be used in limited circumstances.\nIf you're looking for a button, consider using {{#link_to_component}}Primer::Beta::ClipboardCopyButton{{/link_to_component}}\ninstead.",
10862
10930
  "accessibility_docs": "Always set an accessible label to help the user interact with the component.",
10863
10931
  "is_form_component": false,
10864
10932
  "is_published": true,
@@ -10959,6 +11027,195 @@
10959
11027
 
10960
11028
  ]
10961
11029
  },
11030
+ {
11031
+ "fully_qualified_name": "Primer::Beta::ClipboardCopyBaseButton",
11032
+ "description": "Internal\n\n:nodoc:",
11033
+ "accessibility_docs": null,
11034
+ "is_form_component": false,
11035
+ "is_published": true,
11036
+ "requires_js": false,
11037
+ "component": "ClipboardCopyBaseButton",
11038
+ "status": "beta",
11039
+ "a11y_reviewed": false,
11040
+ "short_name": "ClipboardCopyBaseButton",
11041
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/clipboard_copy_base_button.rb",
11042
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/clipboard_copy_base_button/default/",
11043
+ "parameters": [
11044
+ {
11045
+ "name": "tag",
11046
+ "type": "Symbol",
11047
+ "default": "`:button`",
11048
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
11049
+ },
11050
+ {
11051
+ "name": "type",
11052
+ "type": "Symbol",
11053
+ "default": "`:button`",
11054
+ "description": "One of `:button`, `:reset`, or `:submit`."
11055
+ },
11056
+ {
11057
+ "name": "block",
11058
+ "type": "Boolean",
11059
+ "default": "`false`",
11060
+ "description": "Whether button is full-width with `display: block`."
11061
+ },
11062
+ {
11063
+ "name": "disabled",
11064
+ "type": "Boolean",
11065
+ "default": "`false`",
11066
+ "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
11067
+ },
11068
+ {
11069
+ "name": "inactive",
11070
+ "type": "Boolean",
11071
+ "default": "`false`",
11072
+ "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
11073
+ },
11074
+ {
11075
+ "name": "system_arguments",
11076
+ "type": "Hash",
11077
+ "default": "N/A",
11078
+ "description": "{{link_to_system_arguments_docs}}"
11079
+ }
11080
+ ],
11081
+ "slots": [
11082
+
11083
+ ],
11084
+ "methods": [
11085
+
11086
+ ],
11087
+ "previews": [
11088
+
11089
+ ],
11090
+ "subcomponents": [
11091
+
11092
+ ]
11093
+ },
11094
+ {
11095
+ "fully_qualified_name": "Primer::Beta::ClipboardCopyButton",
11096
+ "description": "`ClipboardCopyButton` uses the `ClipboardCopy` component to copy text to the clipboard,\nstyled as a Primer button. It can be used wherever a button is desired, and works well\nwith components like `ButtonGroup`.",
11097
+ "accessibility_docs": null,
11098
+ "is_form_component": false,
11099
+ "is_published": true,
11100
+ "requires_js": false,
11101
+ "component": "ClipboardCopyButton",
11102
+ "status": "beta",
11103
+ "a11y_reviewed": false,
11104
+ "short_name": "ClipboardCopyButton",
11105
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/clipboard_copy_button.rb",
11106
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/clipboard_copy_button/default/",
11107
+ "parameters": [
11108
+ {
11109
+ "name": "system_arguments",
11110
+ "type": "Hash",
11111
+ "default": "N/A",
11112
+ "description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Button{{/link_to_component}} and {{#link_to_component}}Primer::Beta::ClipboardCopy{{/link_to_component}}."
11113
+ }
11114
+ ],
11115
+ "slots": [
11116
+ {
11117
+ "name": "leading_visual",
11118
+ "description": "Leading visuals appear to the left of the button text.\n\nUse:\n\n- `leading_visual_icon` for a {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}.\n\n- `leading_visual_svg` to render a SVG.",
11119
+ "parameters": [
11120
+ {
11121
+ "name": "system_arguments",
11122
+ "type": "Hash",
11123
+ "default": "N/A",
11124
+ "description": "Same arguments as {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}."
11125
+ }
11126
+ ]
11127
+ },
11128
+ {
11129
+ "name": "trailing_visual",
11130
+ "description": "Trailing visuals appear to the right of the button text.\n\nUse:\n\n- `trailing_visual_counter` for a {{#link_to_component}}Primer::Beta::Counter{{/link_to_component}}.",
11131
+ "parameters": [
11132
+ {
11133
+ "name": "system_arguments",
11134
+ "type": "Hash",
11135
+ "default": "N/A",
11136
+ "description": "Same arguments as {{#link_to_component}}Primer::Beta::Counter{{/link_to_component}}."
11137
+ }
11138
+ ]
11139
+ },
11140
+ {
11141
+ "name": "trailing_action",
11142
+ "description": "Trailing action appears to the right of the trailing visual.\n\nUse:\n\n- `trailing_action_icon` for a {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}.",
11143
+ "parameters": [
11144
+ {
11145
+ "name": "system_arguments",
11146
+ "type": "Hash",
11147
+ "default": "N/A",
11148
+ "description": "Same arguments as {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}."
11149
+ }
11150
+ ]
11151
+ },
11152
+ {
11153
+ "name": "tooltip",
11154
+ "description": "`Tooltip` that appears on mouse hover or keyboard focus over the button. Use tooltips sparingly and as a last resort.\n**Important:** This tooltip defaults to `type: :description`. In a few scenarios, `type: :label` may be more appropriate.\nConsult the {{#link_to_component}}Primer::Alpha::Tooltip{{/link_to_component}} documentation for more information.",
11155
+ "parameters": [
11156
+ {
11157
+ "name": "type",
11158
+ "type": "Symbol",
11159
+ "default": "`:description`",
11160
+ "description": "One of `:description` or `:label`."
11161
+ },
11162
+ {
11163
+ "name": "system_arguments",
11164
+ "type": "Hash",
11165
+ "default": "N/A",
11166
+ "description": "Same arguments as {{#link_to_component}}Primer::Alpha::Tooltip{{/link_to_component}}."
11167
+ }
11168
+ ]
11169
+ }
11170
+ ],
11171
+ "methods": [
11172
+
11173
+ ],
11174
+ "previews": [
11175
+ {
11176
+ "preview_path": "primer/beta/clipboard_copy_button/playground",
11177
+ "name": "playground",
11178
+ "snapshot": "false",
11179
+ "skip_rules": {
11180
+ "wont_fix": [
11181
+ "region"
11182
+ ],
11183
+ "will_fix": [
11184
+ "color-contrast"
11185
+ ]
11186
+ }
11187
+ },
11188
+ {
11189
+ "preview_path": "primer/beta/clipboard_copy_button/default",
11190
+ "name": "default",
11191
+ "snapshot": "true",
11192
+ "skip_rules": {
11193
+ "wont_fix": [
11194
+ "region"
11195
+ ],
11196
+ "will_fix": [
11197
+ "color-contrast"
11198
+ ]
11199
+ }
11200
+ },
11201
+ {
11202
+ "preview_path": "primer/beta/clipboard_copy_button/with_tooltip",
11203
+ "name": "with_tooltip",
11204
+ "snapshot": "true",
11205
+ "skip_rules": {
11206
+ "wont_fix": [
11207
+ "region"
11208
+ ],
11209
+ "will_fix": [
11210
+ "color-contrast"
11211
+ ]
11212
+ }
11213
+ }
11214
+ ],
11215
+ "subcomponents": [
11216
+
11217
+ ]
11218
+ },
10962
11219
  {
10963
11220
  "fully_qualified_name": "Primer::Beta::CloseButton",
10964
11221
  "description": "Use `CloseButton` to render an `×` without default button styles.\n\n[0]: https://primer.style/view-components/system-arguments#html-attributes",
@@ -11675,7 +11932,7 @@
11675
11932
  "name": "tag",
11676
11933
  "type": "Symbol",
11677
11934
  "default": "N/A",
11678
- "description": "One of `:a`, `:button`, or `:summary`."
11935
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
11679
11936
  },
11680
11937
  {
11681
11938
  "name": "wrapper_arguments",
@@ -13925,6 +14182,32 @@
13925
14182
  "color-contrast"
13926
14183
  ]
13927
14184
  }
14185
+ },
14186
+ {
14187
+ "preview_path": "primer/beta/subhead/large_header",
14188
+ "name": "large_header",
14189
+ "snapshot": "false",
14190
+ "skip_rules": {
14191
+ "wont_fix": [
14192
+ "region"
14193
+ ],
14194
+ "will_fix": [
14195
+ "color-contrast"
14196
+ ]
14197
+ }
14198
+ },
14199
+ {
14200
+ "preview_path": "primer/beta/subhead/medium_header",
14201
+ "name": "medium_header",
14202
+ "snapshot": "false",
14203
+ "skip_rules": {
14204
+ "wont_fix": [
14205
+ "region"
14206
+ ],
14207
+ "will_fix": [
14208
+ "color-contrast"
14209
+ ]
14210
+ }
13928
14211
  }
13929
14212
  ],
13930
14213
  "subcomponents": [
@@ -14541,7 +14824,7 @@
14541
14824
  "name": "tag",
14542
14825
  "type": "Symbol",
14543
14826
  "default": "`:button`",
14544
- "description": "One of `:a`, `:button`, or `:summary`."
14827
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
14545
14828
  },
14546
14829
  {
14547
14830
  "name": "type",
@@ -14740,7 +15023,7 @@
14740
15023
  "name": "tag",
14741
15024
  "type": "Symbol",
14742
15025
  "default": "N/A",
14743
- "description": "One of `:a`, `:button`, or `:summary`."
15026
+ "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
14744
15027
  },
14745
15028
  {
14746
15029
  "name": "type",
@@ -2196,6 +2196,19 @@
2196
2196
  "color-contrast"
2197
2197
  ]
2198
2198
  }
2199
+ },
2200
+ {
2201
+ "preview_path": "primer/beta/button_group/with_clipboard_copy_button",
2202
+ "name": "with_clipboard_copy_button",
2203
+ "snapshot": "true",
2204
+ "skip_rules": {
2205
+ "wont_fix": [
2206
+ "region"
2207
+ ],
2208
+ "will_fix": [
2209
+ "color-contrast"
2210
+ ]
2211
+ }
2199
2212
  }
2200
2213
  ]
2201
2214
  },
@@ -2556,6 +2569,53 @@
2556
2569
  }
2557
2570
  ]
2558
2571
  },
2572
+ {
2573
+ "name": "clipboard_copy_button",
2574
+ "component": "ClipboardCopyButton",
2575
+ "status": "beta",
2576
+ "lookup_path": "primer/beta/clipboard_copy_button",
2577
+ "examples": [
2578
+ {
2579
+ "preview_path": "primer/beta/clipboard_copy_button/playground",
2580
+ "name": "playground",
2581
+ "snapshot": "false",
2582
+ "skip_rules": {
2583
+ "wont_fix": [
2584
+ "region"
2585
+ ],
2586
+ "will_fix": [
2587
+ "color-contrast"
2588
+ ]
2589
+ }
2590
+ },
2591
+ {
2592
+ "preview_path": "primer/beta/clipboard_copy_button/default",
2593
+ "name": "default",
2594
+ "snapshot": "true",
2595
+ "skip_rules": {
2596
+ "wont_fix": [
2597
+ "region"
2598
+ ],
2599
+ "will_fix": [
2600
+ "color-contrast"
2601
+ ]
2602
+ }
2603
+ },
2604
+ {
2605
+ "preview_path": "primer/beta/clipboard_copy_button/with_tooltip",
2606
+ "name": "with_tooltip",
2607
+ "snapshot": "true",
2608
+ "skip_rules": {
2609
+ "wont_fix": [
2610
+ "region"
2611
+ ],
2612
+ "will_fix": [
2613
+ "color-contrast"
2614
+ ]
2615
+ }
2616
+ }
2617
+ ]
2618
+ },
2559
2619
  {
2560
2620
  "name": "close_button",
2561
2621
  "component": "CloseButton",
@@ -4411,6 +4471,40 @@
4411
4471
  }
4412
4472
  ]
4413
4473
  },
4474
+ {
4475
+ "name": "octicon_symbols",
4476
+ "component": "OcticonSymbols",
4477
+ "status": "alpha",
4478
+ "lookup_path": "primer/alpha/octicon_symbols",
4479
+ "examples": [
4480
+ {
4481
+ "preview_path": "primer/alpha/octicon_symbols/playground",
4482
+ "name": "playground",
4483
+ "snapshot": "false",
4484
+ "skip_rules": {
4485
+ "wont_fix": [
4486
+ "region"
4487
+ ],
4488
+ "will_fix": [
4489
+ "color-contrast"
4490
+ ]
4491
+ }
4492
+ },
4493
+ {
4494
+ "preview_path": "primer/alpha/octicon_symbols/default",
4495
+ "name": "default",
4496
+ "snapshot": "true",
4497
+ "skip_rules": {
4498
+ "wont_fix": [
4499
+ "region"
4500
+ ],
4501
+ "will_fix": [
4502
+ "color-contrast"
4503
+ ]
4504
+ }
4505
+ }
4506
+ ]
4507
+ },
4414
4508
  {
4415
4509
  "name": "overlay",
4416
4510
  "component": "Overlay",
@@ -5562,6 +5656,32 @@
5562
5656
  "color-contrast"
5563
5657
  ]
5564
5658
  }
5659
+ },
5660
+ {
5661
+ "preview_path": "primer/beta/subhead/large_header",
5662
+ "name": "large_header",
5663
+ "snapshot": "false",
5664
+ "skip_rules": {
5665
+ "wont_fix": [
5666
+ "region"
5667
+ ],
5668
+ "will_fix": [
5669
+ "color-contrast"
5670
+ ]
5671
+ }
5672
+ },
5673
+ {
5674
+ "preview_path": "primer/beta/subhead/medium_header",
5675
+ "name": "medium_header",
5676
+ "snapshot": "false",
5677
+ "skip_rules": {
5678
+ "wont_fix": [
5679
+ "region"
5680
+ ],
5681
+ "will_fix": [
5682
+ "color-contrast"
5683
+ ]
5684
+ }
5565
5685
  }
5566
5686
  ]
5567
5687
  },
@@ -73,6 +73,8 @@
73
73
  "Primer::Beta::Button": "beta",
74
74
  "Primer::Beta::ButtonGroup": "beta",
75
75
  "Primer::Beta::ClipboardCopy": "beta",
76
+ "Primer::Beta::ClipboardCopyBaseButton": "beta",
77
+ "Primer::Beta::ClipboardCopyButton": "beta",
76
78
  "Primer::Beta::CloseButton": "beta",
77
79
  "Primer::Beta::Counter": "beta",
78
80
  "Primer::Beta::Details": "beta",