@primer/view-components 0.50.0 → 0.50.1-rc.55719439
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 +2 -2
- package/static/info_arch.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/view-components",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.1-rc.55719439",
|
|
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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"postcss-cli": "^11.0.0",
|
|
86
86
|
"postcss-import": "^16.0.0",
|
|
87
87
|
"postcss-mixins": "^12.1.2",
|
|
88
|
-
"postcss-preset-env": "^
|
|
88
|
+
"postcss-preset-env": "^11.1.2",
|
|
89
89
|
"prettier": "^3.3.2",
|
|
90
90
|
"rollup": "^2.79.1",
|
|
91
91
|
"rollup-plugin-terser": "^7.0.2",
|
package/static/info_arch.json
CHANGED
|
@@ -4629,7 +4629,7 @@
|
|
|
4629
4629
|
{
|
|
4630
4630
|
"fully_qualified_name": "Primer::Alpha::Layout",
|
|
4631
4631
|
"description": "`Layout` provides foundational patterns for responsive pages.\n`Layout` can be used for simple two-column pages, or it can be nested to provide flexible 3-column experiences.\n On smaller screens, `Layout` uses vertically stacked rows to display content.\n\n`Layout` flows as both column, when there's enough horizontal space to render both `Main` and `Sidebar`side-by-side (on a desktop of tablet device, per instance);\nor it flows as a row, when `Main` and `Sidebar` are stacked vertically (e.g. on a mobile device).\n`Layout` should always work in any screen size.",
|
|
4632
|
-
"accessibility_docs": "Keyboard navigation follows the markup order. Decide carefully how the focus order should be be by deciding whether\n`main` or `sidebar` comes first in code. The code order won
|
|
4632
|
+
"accessibility_docs": "Keyboard navigation follows the markup order. Decide carefully how the focus order should be be by deciding whether\n`main` or `sidebar` comes first in code. The code order won't affect the visual position.\n\nWhen using `row_placement: :none` on the sidebar, the sidebar content will be hidden at narrow viewports.\nThis may cause WCAG 1.4.10 Reflow failures if the sidebar contains essential content. Only use `:none`\nwhen the sidebar content is non-essential or available elsewhere on the page.",
|
|
4633
4633
|
"is_form_component": false,
|
|
4634
4634
|
"is_published": true,
|
|
4635
4635
|
"requires_js": false,
|
|
@@ -4704,7 +4704,7 @@
|
|
|
4704
4704
|
"name": "row_placement",
|
|
4705
4705
|
"type": "Symbol",
|
|
4706
4706
|
"default": "N/A",
|
|
4707
|
-
"description": "Sidebar placement when `Layout` is in row mode. One of `:end`, `:none`, or `:start`."
|
|
4707
|
+
"description": "Sidebar placement when `Layout` is in row mode. One of `:end`, `:none`, or `:start`. **Note:** Using `:none` hides the sidebar at narrow viewports, which may cause WCAG 1.4.10 Reflow issues if the sidebar contains essential content."
|
|
4708
4708
|
},
|
|
4709
4709
|
{
|
|
4710
4710
|
"name": "system_arguments",
|