@primer/view-components 0.35.0-rc.77c11ff3 → 0.35.0-rc.cdb3a4d9
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 +0 -6
- package/static/constants.json +0 -5
- package/static/info_arch.json +0 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.35.0-rc.
|
3
|
+
"version": "0.35.0-rc.cdb3a4d9",
|
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
@@ -2468,12 +2468,6 @@
|
|
2468
2468
|
"default": "`:outside_bottom`",
|
2469
2469
|
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
|
2470
2470
|
},
|
2471
|
-
{
|
2472
|
-
"name": "banner_scheme",
|
2473
|
-
"type": "Symbol",
|
2474
|
-
"default": "`:danger`",
|
2475
|
-
"description": "The scheme for the error banner One of `:danger` or `:warning`."
|
2476
|
-
},
|
2477
2471
|
{
|
2478
2472
|
"name": "system_arguments",
|
2479
2473
|
"type": "Hash",
|
package/static/constants.json
CHANGED
@@ -598,11 +598,6 @@
|
|
598
598
|
"Primer::Alpha::Select": {
|
599
599
|
},
|
600
600
|
"Primer::Alpha::SelectPanel": {
|
601
|
-
"BANNER_SCHEME_OPTIONS": [
|
602
|
-
"danger",
|
603
|
-
"warning"
|
604
|
-
],
|
605
|
-
"DEFAULT_BANNER_SCHEME": "danger",
|
606
601
|
"DEFAULT_FETCH_STRATEGY": "remote",
|
607
602
|
"DEFAULT_PRELOAD": false,
|
608
603
|
"DEFAULT_SELECT_VARIANT": "single",
|
package/static/info_arch.json
CHANGED
@@ -7653,12 +7653,6 @@
|
|
7653
7653
|
"default": "`:outside_bottom`",
|
7654
7654
|
"description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
|
7655
7655
|
},
|
7656
|
-
{
|
7657
|
-
"name": "banner_scheme",
|
7658
|
-
"type": "Symbol",
|
7659
|
-
"default": "`:danger`",
|
7660
|
-
"description": "The scheme for the error banner One of `:danger` or `:warning`."
|
7661
|
-
},
|
7662
7656
|
{
|
7663
7657
|
"name": "system_arguments",
|
7664
7658
|
"type": "Hash",
|
@@ -7759,16 +7753,6 @@
|
|
7759
7753
|
"Symbol"
|
7760
7754
|
]
|
7761
7755
|
},
|
7762
|
-
{
|
7763
|
-
"name": "banner_scheme",
|
7764
|
-
"description": "One of `:danger` or `:warning`.",
|
7765
|
-
"parameters": [
|
7766
|
-
|
7767
|
-
],
|
7768
|
-
"return_types": [
|
7769
|
-
"Symbol"
|
7770
|
-
]
|
7771
|
-
},
|
7772
7756
|
{
|
7773
7757
|
"name": "fetch_strategy",
|
7774
7758
|
"description": "One of `:eventually_local`, `:local`, or `:remote`.",
|