@primer/view-components 0.37.0-rc.0c5b6d39 → 0.37.0-rc.0cf6dcd2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.37.0-rc.0c5b6d39",
3
+ "version": "0.37.0-rc.0cf6dcd2",
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",
@@ -3080,6 +3080,12 @@
3080
3080
  "default": "`false`",
3081
3081
  "description": "Whether or not to request a turbo stream and render the response as such."
3082
3082
  },
3083
+ {
3084
+ "name": "autofocus",
3085
+ "type": "Boolean",
3086
+ "default": "`nil`",
3087
+ "description": "Whether switch should be autofocused when rendered."
3088
+ },
3083
3089
  {
3084
3090
  "name": "system_arguments",
3085
3091
  "type": "Hash",
@@ -9597,6 +9597,12 @@
9597
9597
  "default": "`false`",
9598
9598
  "description": "Whether or not to request a turbo stream and render the response as such."
9599
9599
  },
9600
+ {
9601
+ "name": "autofocus",
9602
+ "type": "Boolean",
9603
+ "default": "`nil`",
9604
+ "description": "Whether switch should be autofocused when rendered."
9605
+ },
9600
9606
  {
9601
9607
  "name": "system_arguments",
9602
9608
  "type": "Hash",
@@ -9778,6 +9784,20 @@
9778
9784
  "color-contrast"
9779
9785
  ]
9780
9786
  }
9787
+ },
9788
+ {
9789
+ "preview_path": "primer/alpha/toggle_switch/with_autofocus",
9790
+ "name": "with_autofocus",
9791
+ "snapshot": "false",
9792
+ "skip_rules": {
9793
+ "wont_fix": [
9794
+ "region",
9795
+ "button-name"
9796
+ ],
9797
+ "will_fix": [
9798
+ "color-contrast"
9799
+ ]
9800
+ }
9781
9801
  }
9782
9802
  ],
9783
9803
  "subcomponents": [
@@ -7365,6 +7365,20 @@
7365
7365
  "color-contrast"
7366
7366
  ]
7367
7367
  }
7368
+ },
7369
+ {
7370
+ "preview_path": "primer/alpha/toggle_switch/with_autofocus",
7371
+ "name": "with_autofocus",
7372
+ "snapshot": "false",
7373
+ "skip_rules": {
7374
+ "wont_fix": [
7375
+ "region",
7376
+ "button-name"
7377
+ ],
7378
+ "will_fix": [
7379
+ "color-contrast"
7380
+ ]
7381
+ }
7368
7382
  }
7369
7383
  ]
7370
7384
  },