@primer/view-components 0.25.2-rc.33a9b6fe → 0.26.0-rc.490b4578

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.25.2-rc.33a9b6fe",
3
+ "version": "0.26.0-rc.490b4578",
4
4
  "description": "ViewComponents for the Primer Design System",
5
5
  "main": "app/assets/javascripts/primer_view_components.js",
6
6
  "module": "app/components/primer/primer.js",
@@ -4254,6 +4254,12 @@
4254
4254
  "default": "`nil`",
4255
4255
  "description": "Provide a custom title to the element."
4256
4256
  },
4257
+ {
4258
+ "name": "no_title",
4259
+ "type": "Boolean",
4260
+ "default": "`false`",
4261
+ "description": "Removes the `title` attribute provided on the element by default."
4262
+ },
4257
4263
  {
4258
4264
  "name": "system_arguments",
4259
4265
  "type": "Hash",
@@ -10947,6 +10947,19 @@
10947
10947
  "color-contrast"
10948
10948
  ]
10949
10949
  }
10950
+ },
10951
+ {
10952
+ "preview_path": "primer/beta/breadcrumbs/with_link_target",
10953
+ "name": "with_link_target",
10954
+ "snapshot": "false",
10955
+ "skip_rules": {
10956
+ "wont_fix": [
10957
+ "region"
10958
+ ],
10959
+ "will_fix": [
10960
+ "color-contrast"
10961
+ ]
10962
+ }
10950
10963
  }
10951
10964
  ],
10952
10965
  "subcomponents": [
@@ -14522,6 +14535,12 @@
14522
14535
  "default": "`nil`",
14523
14536
  "description": "Provide a custom title to the element."
14524
14537
  },
14538
+ {
14539
+ "name": "no_title",
14540
+ "type": "Boolean",
14541
+ "default": "`false`",
14542
+ "description": "Removes the `title` attribute provided on the element by default."
14543
+ },
14525
14544
  {
14526
14545
  "name": "system_arguments",
14527
14546
  "type": "Hash",
@@ -14600,6 +14619,32 @@
14600
14619
  "color-contrast"
14601
14620
  ]
14602
14621
  }
14622
+ },
14623
+ {
14624
+ "preview_path": "primer/beta/relative_time/no_title_attribute",
14625
+ "name": "no_title_attribute",
14626
+ "snapshot": "true",
14627
+ "skip_rules": {
14628
+ "wont_fix": [
14629
+ "region"
14630
+ ],
14631
+ "will_fix": [
14632
+ "color-contrast"
14633
+ ]
14634
+ }
14635
+ },
14636
+ {
14637
+ "preview_path": "primer/beta/relative_time/link_with_tooltip",
14638
+ "name": "link_with_tooltip",
14639
+ "snapshot": "true",
14640
+ "skip_rules": {
14641
+ "wont_fix": [
14642
+ "region"
14643
+ ],
14644
+ "will_fix": [
14645
+ "color-contrast"
14646
+ ]
14647
+ }
14603
14648
  }
14604
14649
  ],
14605
14650
  "subcomponents": [
@@ -2037,6 +2037,19 @@
2037
2037
  "color-contrast"
2038
2038
  ]
2039
2039
  }
2040
+ },
2041
+ {
2042
+ "preview_path": "primer/beta/breadcrumbs/with_link_target",
2043
+ "name": "with_link_target",
2044
+ "snapshot": "false",
2045
+ "skip_rules": {
2046
+ "wont_fix": [
2047
+ "region"
2048
+ ],
2049
+ "will_fix": [
2050
+ "color-contrast"
2051
+ ]
2052
+ }
2040
2053
  }
2041
2054
  ]
2042
2055
  },
@@ -5486,6 +5499,32 @@
5486
5499
  "color-contrast"
5487
5500
  ]
5488
5501
  }
5502
+ },
5503
+ {
5504
+ "preview_path": "primer/beta/relative_time/no_title_attribute",
5505
+ "name": "no_title_attribute",
5506
+ "snapshot": "true",
5507
+ "skip_rules": {
5508
+ "wont_fix": [
5509
+ "region"
5510
+ ],
5511
+ "will_fix": [
5512
+ "color-contrast"
5513
+ ]
5514
+ }
5515
+ },
5516
+ {
5517
+ "preview_path": "primer/beta/relative_time/link_with_tooltip",
5518
+ "name": "link_with_tooltip",
5519
+ "snapshot": "true",
5520
+ "skip_rules": {
5521
+ "wont_fix": [
5522
+ "region"
5523
+ ],
5524
+ "will_fix": [
5525
+ "color-contrast"
5526
+ ]
5527
+ }
5489
5528
  }
5490
5529
  ]
5491
5530
  },