@primer/view-components 0.25.2-rc.33a9b6fe → 0.25.2-rc.680ee4b5

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.25.2-rc.680ee4b5",
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",
@@ -14522,6 +14522,12 @@
14522
14522
  "default": "`nil`",
14523
14523
  "description": "Provide a custom title to the element."
14524
14524
  },
14525
+ {
14526
+ "name": "no_title",
14527
+ "type": "Boolean",
14528
+ "default": "`false`",
14529
+ "description": "Removes the `title` attribute provided on the element by default."
14530
+ },
14525
14531
  {
14526
14532
  "name": "system_arguments",
14527
14533
  "type": "Hash",
@@ -14600,6 +14606,32 @@
14600
14606
  "color-contrast"
14601
14607
  ]
14602
14608
  }
14609
+ },
14610
+ {
14611
+ "preview_path": "primer/beta/relative_time/no_title_attribute",
14612
+ "name": "no_title_attribute",
14613
+ "snapshot": "true",
14614
+ "skip_rules": {
14615
+ "wont_fix": [
14616
+ "region"
14617
+ ],
14618
+ "will_fix": [
14619
+ "color-contrast"
14620
+ ]
14621
+ }
14622
+ },
14623
+ {
14624
+ "preview_path": "primer/beta/relative_time/link_with_tooltip",
14625
+ "name": "link_with_tooltip",
14626
+ "snapshot": "true",
14627
+ "skip_rules": {
14628
+ "wont_fix": [
14629
+ "region"
14630
+ ],
14631
+ "will_fix": [
14632
+ "color-contrast"
14633
+ ]
14634
+ }
14603
14635
  }
14604
14636
  ],
14605
14637
  "subcomponents": [
@@ -5486,6 +5486,32 @@
5486
5486
  "color-contrast"
5487
5487
  ]
5488
5488
  }
5489
+ },
5490
+ {
5491
+ "preview_path": "primer/beta/relative_time/no_title_attribute",
5492
+ "name": "no_title_attribute",
5493
+ "snapshot": "true",
5494
+ "skip_rules": {
5495
+ "wont_fix": [
5496
+ "region"
5497
+ ],
5498
+ "will_fix": [
5499
+ "color-contrast"
5500
+ ]
5501
+ }
5502
+ },
5503
+ {
5504
+ "preview_path": "primer/beta/relative_time/link_with_tooltip",
5505
+ "name": "link_with_tooltip",
5506
+ "snapshot": "true",
5507
+ "skip_rules": {
5508
+ "wont_fix": [
5509
+ "region"
5510
+ ],
5511
+ "will_fix": [
5512
+ "color-contrast"
5513
+ ]
5514
+ }
5489
5515
  }
5490
5516
  ]
5491
5517
  },