@primer/view-components 0.43.3-rc.6d7dced8 → 0.43.3-rc.759cce6b

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.
@@ -1556,6 +1556,19 @@
1556
1556
  ]
1557
1557
  }
1558
1558
  },
1559
+ {
1560
+ "preview_path": "primer/alpha/banner/scheme_upsell",
1561
+ "name": "scheme_upsell",
1562
+ "snapshot": "true",
1563
+ "skip_rules": {
1564
+ "wont_fix": [
1565
+ "region"
1566
+ ],
1567
+ "will_fix": [
1568
+ "color-contrast"
1569
+ ]
1570
+ }
1571
+ },
1559
1572
  {
1560
1573
  "preview_path": "primer/alpha/banner/dismissible",
1561
1574
  "name": "dismissible",
@@ -3144,6 +3157,19 @@
3144
3157
  "color-contrast"
3145
3158
  ]
3146
3159
  }
3160
+ },
3161
+ {
3162
+ "preview_path": "primer/beta/details/with_aria_labels",
3163
+ "name": "with_aria_labels",
3164
+ "snapshot": "false",
3165
+ "skip_rules": {
3166
+ "wont_fix": [
3167
+ "region"
3168
+ ],
3169
+ "will_fix": [
3170
+ "color-contrast"
3171
+ ]
3172
+ }
3147
3173
  }
3148
3174
  ]
3149
3175
  },
@@ -3386,6 +3412,32 @@
3386
3412
  "color-contrast"
3387
3413
  ]
3388
3414
  }
3415
+ },
3416
+ {
3417
+ "preview_path": "primer/alpha/dialog/with_header_close_button_label",
3418
+ "name": "with_header_close_button_label",
3419
+ "snapshot": "false",
3420
+ "skip_rules": {
3421
+ "wont_fix": [
3422
+ "region"
3423
+ ],
3424
+ "will_fix": [
3425
+ "color-contrast"
3426
+ ]
3427
+ }
3428
+ },
3429
+ {
3430
+ "preview_path": "primer/alpha/dialog/without_header_close_button_label",
3431
+ "name": "without_header_close_button_label",
3432
+ "snapshot": "false",
3433
+ "skip_rules": {
3434
+ "wont_fix": [
3435
+ "region"
3436
+ ],
3437
+ "will_fix": [
3438
+ "color-contrast"
3439
+ ]
3440
+ }
3389
3441
  }
3390
3442
  ]
3391
3443
  },
@@ -4004,6 +4056,40 @@
4004
4056
  }
4005
4057
  ]
4006
4058
  },
4059
+ {
4060
+ "name": "include_fragment",
4061
+ "component": "IncludeFragment",
4062
+ "status": "alpha",
4063
+ "lookup_path": "primer/alpha/include_fragment",
4064
+ "examples": [
4065
+ {
4066
+ "preview_path": "primer/alpha/include_fragment/playground",
4067
+ "name": "playground",
4068
+ "snapshot": "false",
4069
+ "skip_rules": {
4070
+ "wont_fix": [
4071
+ "region"
4072
+ ],
4073
+ "will_fix": [
4074
+ "color-contrast"
4075
+ ]
4076
+ }
4077
+ },
4078
+ {
4079
+ "preview_path": "primer/alpha/include_fragment/default",
4080
+ "name": "default",
4081
+ "snapshot": "false",
4082
+ "skip_rules": {
4083
+ "wont_fix": [
4084
+ "region"
4085
+ ],
4086
+ "will_fix": [
4087
+ "color-contrast"
4088
+ ]
4089
+ }
4090
+ }
4091
+ ]
4092
+ },
4007
4093
  {
4008
4094
  "name": "label",
4009
4095
  "component": "Label",
@@ -6114,6 +6200,19 @@
6114
6200
  ]
6115
6201
  }
6116
6202
  },
6203
+ {
6204
+ "preview_path": "primer/alpha/select_panel/remote_fetch_form",
6205
+ "name": "remote_fetch_form",
6206
+ "snapshot": "interactive",
6207
+ "skip_rules": {
6208
+ "wont_fix": [
6209
+ "region"
6210
+ ],
6211
+ "will_fix": [
6212
+ "color-contrast"
6213
+ ]
6214
+ }
6215
+ },
6117
6216
  {
6118
6217
  "preview_path": "primer/alpha/select_panel/multiselect_form",
6119
6218
  "name": "multiselect_form",
@@ -30,6 +30,7 @@
30
30
  "Primer::Alpha::HellipButton": "alpha",
31
31
  "Primer::Alpha::HiddenTextExpander": "alpha",
32
32
  "Primer::Alpha::Image": "alpha",
33
+ "Primer::Alpha::IncludeFragment": "alpha",
33
34
  "Primer::Alpha::Layout": "alpha",
34
35
  "Primer::Alpha::Layout::Main": "alpha",
35
36
  "Primer::Alpha::Layout::Sidebar": "alpha",