@primer/view-components 0.26.0-rc.7b398022 → 0.26.0-rc.88d1e470
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/static/arguments.json +6 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.26.0-rc.
|
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",
|
package/static/arguments.json
CHANGED
@@ -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",
|