@primer/view-components 0.37.0-rc.a6eb8588 → 0.37.0-rc.a8e41986
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 +1 -1
- package/static/arguments.json +0 -6
- package/static/info_arch.json +2 -37
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.a8e41986",
|
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
@@ -1253,12 +1253,6 @@
|
|
1253
1253
|
"default": "`false`",
|
1254
1254
|
"description": "When set to `true`, the form control will take up all the horizontal space allowed by its container."
|
1255
1255
|
},
|
1256
|
-
{
|
1257
|
-
"name": "label_arguments",
|
1258
|
-
"type": "Hash",
|
1259
|
-
"default": "`{}`",
|
1260
|
-
"description": "HTML attributes to attach to the `<label>` element that labels the input."
|
1261
|
-
},
|
1262
1256
|
{
|
1263
1257
|
"name": "system_arguments",
|
1264
1258
|
"type": "Hash",
|
package/static/info_arch.json
CHANGED
@@ -4279,8 +4279,8 @@
|
|
4279
4279
|
},
|
4280
4280
|
{
|
4281
4281
|
"fully_qualified_name": "Primer::Alpha::FormControl",
|
4282
|
-
"description": "Wraps an input (or arbitrary content) with a label above and a caption and validation message beneath.\
|
4283
|
-
"accessibility_docs":
|
4282
|
+
"description": "Wraps an input (or arbitrary content) with a label above and a caption and validation message beneath.\nNOTE: This `FormControl` component is designed for wrapping inputs that aren't supported by the Primer\nforms framework.",
|
4283
|
+
"accessibility_docs": null,
|
4284
4284
|
"is_form_component": false,
|
4285
4285
|
"is_published": true,
|
4286
4286
|
"requires_js": false,
|
@@ -4327,12 +4327,6 @@
|
|
4327
4327
|
"default": "`false`",
|
4328
4328
|
"description": "When set to `true`, the form control will take up all the horizontal space allowed by its container."
|
4329
4329
|
},
|
4330
|
-
{
|
4331
|
-
"name": "label_arguments",
|
4332
|
-
"type": "Hash",
|
4333
|
-
"default": "`{}`",
|
4334
|
-
"description": "HTML attributes to attach to the `<label>` element that labels the input."
|
4335
|
-
},
|
4336
4330
|
{
|
4337
4331
|
"name": "system_arguments",
|
4338
4332
|
"type": "Hash",
|
@@ -4357,36 +4351,7 @@
|
|
4357
4351
|
}
|
4358
4352
|
],
|
4359
4353
|
"methods": [
|
4360
|
-
{
|
4361
|
-
"name": "required?",
|
4362
|
-
"description": "Whether or not this input is marked as required.",
|
4363
|
-
"parameters": [
|
4364
4354
|
|
4365
|
-
],
|
4366
|
-
"return_types": [
|
4367
|
-
"Boolean"
|
4368
|
-
]
|
4369
|
-
},
|
4370
|
-
{
|
4371
|
-
"name": "visually_hide_label?",
|
4372
|
-
"description": "Whether or not to hide the label visually. The label will still be visible to screen readers.",
|
4373
|
-
"parameters": [
|
4374
|
-
|
4375
|
-
],
|
4376
|
-
"return_types": [
|
4377
|
-
"Boolean"
|
4378
|
-
]
|
4379
|
-
},
|
4380
|
-
{
|
4381
|
-
"name": "full_width?",
|
4382
|
-
"description": "Whether or not the form control should take up all the horizontal space allowed by its container.",
|
4383
|
-
"parameters": [
|
4384
|
-
|
4385
|
-
],
|
4386
|
-
"return_types": [
|
4387
|
-
"Boolean"
|
4388
|
-
]
|
4389
|
-
}
|
4390
4355
|
],
|
4391
4356
|
"previews": [
|
4392
4357
|
{
|