@primer/view-components 0.37.0-rc.dafa2cb8 → 0.37.0-rc.f7715ad8

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.
@@ -142,7 +142,9 @@ let ActionMenuElement = class ActionMenuElement extends HTMLElement {
142
142
  const targetIsInvoker = this.invokerElement?.contains(event.target);
143
143
  const eventIsActivation = __classPrivateFieldGet(this, _ActionMenuElement_instances, "m", _ActionMenuElement_isActivation).call(this, event);
144
144
  if (event.type === 'toggle' && event.newState === 'open') {
145
- __classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get)?.focus();
145
+ window.requestAnimationFrame(() => {
146
+ __classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get)?.focus();
147
+ });
146
148
  }
147
149
  if (targetIsInvoker && event.type === 'mousedown') {
148
150
  __classPrivateFieldSet(this, _ActionMenuElement_invokerBeingClicked, true, "f");
@@ -397,8 +399,7 @@ _ActionMenuElement_handleItemActivated = function _ActionMenuElement_handleItemA
397
399
  }));
398
400
  };
399
401
  _ActionMenuElement_handleIncludeFragmentReplaced = function _ActionMenuElement_handleIncludeFragmentReplaced() {
400
- if (__classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get))
401
- __classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get).focus();
402
+ __classPrivateFieldGet(this, _ActionMenuElement_instances, "a", _ActionMenuElement_firstItem_get)?.focus();
402
403
  __classPrivateFieldGet(this, _ActionMenuElement_instances, "m", _ActionMenuElement_softDisableItems).call(this);
403
404
  // async items have loaded, so component is ready
404
405
  this.setAttribute('data-ready', 'true');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.37.0-rc.dafa2cb8",
3
+ "version": "0.37.0-rc.f7715ad8",
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": [
@@ -14500,7 +14520,7 @@
14500
14520
  {
14501
14521
  "fully_qualified_name": "Primer::Beta::Markdown",
14502
14522
  "description": "Use `Markdown` to wrap markdown content.",
14503
- "accessibility_docs": null,
14523
+ "accessibility_docs": "This component is purely presentational. Consumers should handle accessibility expectations, such as ensuring that an overflowing, scrollable code block or table is keyboard accessible.",
14504
14524
  "is_form_component": false,
14505
14525
  "is_published": true,
14506
14526
  "requires_js": false,
@@ -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
  },