@primer/view-components 0.43.3-rc.e0eac01d → 0.43.3

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",
@@ -2076,6 +2089,19 @@
2076
2089
  "color-contrast"
2077
2090
  ]
2078
2091
  }
2092
+ },
2093
+ {
2094
+ "preview_path": "primer/beta/breadcrumbs/with_long_items",
2095
+ "name": "with_long_items",
2096
+ "snapshot": "true",
2097
+ "skip_rules": {
2098
+ "wont_fix": [
2099
+ "region"
2100
+ ],
2101
+ "will_fix": [
2102
+ "color-contrast"
2103
+ ]
2104
+ }
2079
2105
  }
2080
2106
  ]
2081
2107
  },
@@ -3144,6 +3170,19 @@
3144
3170
  "color-contrast"
3145
3171
  ]
3146
3172
  }
3173
+ },
3174
+ {
3175
+ "preview_path": "primer/beta/details/with_aria_labels",
3176
+ "name": "with_aria_labels",
3177
+ "snapshot": "false",
3178
+ "skip_rules": {
3179
+ "wont_fix": [
3180
+ "region"
3181
+ ],
3182
+ "will_fix": [
3183
+ "color-contrast"
3184
+ ]
3185
+ }
3147
3186
  }
3148
3187
  ]
3149
3188
  },
@@ -3386,6 +3425,32 @@
3386
3425
  "color-contrast"
3387
3426
  ]
3388
3427
  }
3428
+ },
3429
+ {
3430
+ "preview_path": "primer/alpha/dialog/with_header_close_button_label",
3431
+ "name": "with_header_close_button_label",
3432
+ "snapshot": "false",
3433
+ "skip_rules": {
3434
+ "wont_fix": [
3435
+ "region"
3436
+ ],
3437
+ "will_fix": [
3438
+ "color-contrast"
3439
+ ]
3440
+ }
3441
+ },
3442
+ {
3443
+ "preview_path": "primer/alpha/dialog/without_header_close_button_label",
3444
+ "name": "without_header_close_button_label",
3445
+ "snapshot": "false",
3446
+ "skip_rules": {
3447
+ "wont_fix": [
3448
+ "region"
3449
+ ],
3450
+ "will_fix": [
3451
+ "color-contrast"
3452
+ ]
3453
+ }
3389
3454
  }
3390
3455
  ]
3391
3456
  },
@@ -4004,6 +4069,40 @@
4004
4069
  }
4005
4070
  ]
4006
4071
  },
4072
+ {
4073
+ "name": "include_fragment",
4074
+ "component": "IncludeFragment",
4075
+ "status": "alpha",
4076
+ "lookup_path": "primer/alpha/include_fragment",
4077
+ "examples": [
4078
+ {
4079
+ "preview_path": "primer/alpha/include_fragment/playground",
4080
+ "name": "playground",
4081
+ "snapshot": "false",
4082
+ "skip_rules": {
4083
+ "wont_fix": [
4084
+ "region"
4085
+ ],
4086
+ "will_fix": [
4087
+ "color-contrast"
4088
+ ]
4089
+ }
4090
+ },
4091
+ {
4092
+ "preview_path": "primer/alpha/include_fragment/default",
4093
+ "name": "default",
4094
+ "snapshot": "false",
4095
+ "skip_rules": {
4096
+ "wont_fix": [
4097
+ "region"
4098
+ ],
4099
+ "will_fix": [
4100
+ "color-contrast"
4101
+ ]
4102
+ }
4103
+ }
4104
+ ]
4105
+ },
4007
4106
  {
4008
4107
  "name": "label",
4009
4108
  "component": "Label",
@@ -6114,6 +6213,19 @@
6114
6213
  ]
6115
6214
  }
6116
6215
  },
6216
+ {
6217
+ "preview_path": "primer/alpha/select_panel/remote_fetch_form",
6218
+ "name": "remote_fetch_form",
6219
+ "snapshot": "interactive",
6220
+ "skip_rules": {
6221
+ "wont_fix": [
6222
+ "region"
6223
+ ],
6224
+ "will_fix": [
6225
+ "color-contrast"
6226
+ ]
6227
+ }
6228
+ },
6117
6229
  {
6118
6230
  "preview_path": "primer/alpha/select_panel/multiselect_form",
6119
6231
  "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",