@primer/view-components 0.49.1-rc.ee43381d → 0.50.0-rc.ef9d20ff
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.
|
@@ -84,7 +84,7 @@ let SelectPanelElement = class SelectPanelElement extends HTMLElement {
|
|
|
84
84
|
return this.getAttribute('data-select-variant');
|
|
85
85
|
}
|
|
86
86
|
get ariaSelectionType() {
|
|
87
|
-
return
|
|
87
|
+
return 'aria-selected';
|
|
88
88
|
}
|
|
89
89
|
set selectVariant(variant) {
|
|
90
90
|
if (variant) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/view-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.0-rc.ef9d20ff",
|
|
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
|
@@ -2616,7 +2616,7 @@
|
|
|
2616
2616
|
"name": "gap",
|
|
2617
2617
|
"type": "Symbol",
|
|
2618
2618
|
"default": "`GapArg::DEFAULT`",
|
|
2619
|
-
"description": "Specify the gap between children elements in the stack. One of `nil`, `:condensed`, `:normal`, or `:spacious`."
|
|
2619
|
+
"description": "Specify the gap between children elements in the stack. One of `nil`, `:condensed`, `:none`, `:normal`, or `:spacious`."
|
|
2620
2620
|
},
|
|
2621
2621
|
{
|
|
2622
2622
|
"name": "direction",
|
package/static/info_arch.json
CHANGED
|
@@ -8079,7 +8079,7 @@
|
|
|
8079
8079
|
"name": "gap",
|
|
8080
8080
|
"type": "Symbol",
|
|
8081
8081
|
"default": "`GapArg::DEFAULT`",
|
|
8082
|
-
"description": "Specify the gap between children elements in the stack. One of `nil`, `:condensed`, `:normal`, or `:spacious`."
|
|
8082
|
+
"description": "Specify the gap between children elements in the stack. One of `nil`, `:condensed`, `:none`, `:normal`, or `:spacious`."
|
|
8083
8083
|
},
|
|
8084
8084
|
{
|
|
8085
8085
|
"name": "direction",
|