@primer/view-components 0.26.0-rc.7b398022 → 0.26.0-rc.88d1e470

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.26.0-rc.7b398022",
3
+ "version": "0.26.0-rc.88d1e470",
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",
@@ -4276,6 +4276,12 @@
4276
4276
  "default": "`box-sizing: content-box; color: var(--color-icon-primary);`",
4277
4277
  "description": "Custom element styles."
4278
4278
  },
4279
+ {
4280
+ "name": "sr_text",
4281
+ "type": "String",
4282
+ "default": "Loading",
4283
+ "description": "Screen reader only text, added unless aria-label is set."
4284
+ },
4279
4285
  {
4280
4286
  "name": "system_arguments",
4281
4287
  "type": "Hash",