@primer/view-components 0.45.1 → 0.46.0-rc.cec07213
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 +1 -7
- package/static/info_arch.json +1 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.46.0-rc.cec07213",
|
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
@@ -2502,13 +2502,7 @@
|
|
2502
2502
|
"name": "form_arguments",
|
2503
2503
|
"type": "Hash",
|
2504
2504
|
"default": "`{}`",
|
2505
|
-
"description": "Form arguments. Supported for
|
2506
|
-
},
|
2507
|
-
{
|
2508
|
-
"name": "use_experimental_non_local_form",
|
2509
|
-
"type": "Boolean",
|
2510
|
-
"default": "`false`",
|
2511
|
-
"description": "A feature flag used to slowly roll out moving the input field (generated from form arguments) to the top of the SelectPanel HTML thus allowing remote fetching to have default form values. At this time, support is only available for the :single select variant. See: https://github.com/github/primer/issues/4923."
|
2505
|
+
"description": "Form arguments. Supported for all fetch strategies."
|
2512
2506
|
},
|
2513
2507
|
{
|
2514
2508
|
"name": "show_filter",
|
package/static/info_arch.json
CHANGED
@@ -7358,13 +7358,7 @@
|
|
7358
7358
|
"name": "form_arguments",
|
7359
7359
|
"type": "Hash",
|
7360
7360
|
"default": "`{}`",
|
7361
|
-
"description": "Form arguments. Supported for
|
7362
|
-
},
|
7363
|
-
{
|
7364
|
-
"name": "use_experimental_non_local_form",
|
7365
|
-
"type": "Boolean",
|
7366
|
-
"default": "`false`",
|
7367
|
-
"description": "A feature flag used to slowly roll out moving the input field (generated from form arguments) to the top of the SelectPanel HTML thus allowing remote fetching to have default form values. At this time, support is only available for the :single select variant. See: https://github.com/github/primer/issues/4923."
|
7361
|
+
"description": "Form arguments. Supported for all fetch strategies."
|
7368
7362
|
},
|
7369
7363
|
{
|
7370
7364
|
"name": "show_filter",
|