@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.
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/components/primer/alpha/action_menu/action_menu_element.js +4 -3
- package/package.json +1 -1
- package/static/arguments.json +6 -0
- package/static/info_arch.json +21 -1
- package/static/previews.json +14 -0
@@ -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
|
-
|
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
|
-
|
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.
|
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",
|
package/static/arguments.json
CHANGED
@@ -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",
|
package/static/info_arch.json
CHANGED
@@ -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":
|
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,
|
package/static/previews.json
CHANGED
@@ -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
|
},
|