@primer/view-components 0.46.0-rc.4214e155 → 0.46.0-rc.4f4554f7
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/info_arch.json +19 -0
- package/static/previews.json +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/view-components",
|
|
3
|
-
"version": "0.46.0-rc.
|
|
3
|
+
"version": "0.46.0-rc.4f4554f7",
|
|
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/info_arch.json
CHANGED
|
@@ -7438,6 +7438,12 @@
|
|
|
7438
7438
|
"name": "show_button",
|
|
7439
7439
|
"description": "Adds a show button (i.e. a button) that will open the panel when clicked.",
|
|
7440
7440
|
"parameters": [
|
|
7441
|
+
{
|
|
7442
|
+
"name": "icon",
|
|
7443
|
+
"type": "String",
|
|
7444
|
+
"default": "N/A",
|
|
7445
|
+
"description": "Name of {{link_to_octicons}} to use instead of text. If an [icon](https://primer.style/octicons/usage-guidelines/) is provided, a {{#link_to_component}}Primer::Beta::IconButton{{/link_to_component}} will be rendered. Otherwise a {{#link_to_component}}Primer::Beta::Button{{/link_to_component}} will be rendered."
|
|
7446
|
+
},
|
|
7441
7447
|
{
|
|
7442
7448
|
"name": "system_arguments",
|
|
7443
7449
|
"type": "Hash",
|
|
@@ -7761,6 +7767,19 @@
|
|
|
7761
7767
|
]
|
|
7762
7768
|
}
|
|
7763
7769
|
},
|
|
7770
|
+
{
|
|
7771
|
+
"preview_path": "primer/alpha/select_panel/select_panel_with_icon_button",
|
|
7772
|
+
"name": "select_panel_with_icon_button",
|
|
7773
|
+
"snapshot": "interactive",
|
|
7774
|
+
"skip_rules": {
|
|
7775
|
+
"wont_fix": [
|
|
7776
|
+
"region"
|
|
7777
|
+
],
|
|
7778
|
+
"will_fix": [
|
|
7779
|
+
"color-contrast"
|
|
7780
|
+
]
|
|
7781
|
+
}
|
|
7782
|
+
},
|
|
7764
7783
|
{
|
|
7765
7784
|
"preview_path": "primer/alpha/select_panel/with_leading_icons",
|
|
7766
7785
|
"name": "with_leading_icons",
|
package/static/previews.json
CHANGED
|
@@ -6156,6 +6156,19 @@
|
|
|
6156
6156
|
]
|
|
6157
6157
|
}
|
|
6158
6158
|
},
|
|
6159
|
+
{
|
|
6160
|
+
"preview_path": "primer/alpha/select_panel/select_panel_with_icon_button",
|
|
6161
|
+
"name": "select_panel_with_icon_button",
|
|
6162
|
+
"snapshot": "interactive",
|
|
6163
|
+
"skip_rules": {
|
|
6164
|
+
"wont_fix": [
|
|
6165
|
+
"region"
|
|
6166
|
+
],
|
|
6167
|
+
"will_fix": [
|
|
6168
|
+
"color-contrast"
|
|
6169
|
+
]
|
|
6170
|
+
}
|
|
6171
|
+
},
|
|
6159
6172
|
{
|
|
6160
6173
|
"preview_path": "primer/alpha/select_panel/with_leading_icons",
|
|
6161
6174
|
"name": "with_leading_icons",
|