@primer/view-components 0.38.0-rc.637b3c8a → 0.38.0-rc.71506fc4
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/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/package.json +3 -3
- package/static/arguments.json +11 -0
- package/static/audited_at.json +1 -0
- package/static/constants.json +4 -0
- package/static/info_arch.json +79 -15
- package/static/previews.json +15 -15
- package/static/statuses.json +1 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.38.0-rc.
|
3
|
+
"version": "0.38.0-rc.71506fc4",
|
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",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@github/relative-time-element": "^4.0.0",
|
54
54
|
"@github/remote-input-element": "^0.4.0",
|
55
55
|
"@github/tab-container-element": "^3.1.2",
|
56
|
-
"@primer/live-region-element": "^0.
|
56
|
+
"@primer/live-region-element": "^0.8.0",
|
57
57
|
"@oddbird/popover-polyfill": "^0.5.2",
|
58
58
|
"@primer/behaviors": "^1.3.4"
|
59
59
|
},
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"@changesets/cli": "^2.24.1",
|
66
66
|
"@github/axe-github": "^0.7.0",
|
67
67
|
"@github/browserslist-config": "^1.0.0",
|
68
|
-
"@github/markdownlint-github": "^0.
|
68
|
+
"@github/markdownlint-github": "^0.7.0",
|
69
69
|
"@github/prettier-config": "0.0.6",
|
70
70
|
"@playwright/test": "^1.49.1",
|
71
71
|
"@primer/css": "21.5.1",
|
package/static/arguments.json
CHANGED
@@ -3377,6 +3377,17 @@
|
|
3377
3377
|
}
|
3378
3378
|
]
|
3379
3379
|
},
|
3380
|
+
{
|
3381
|
+
"component": "AutoComplete::NoResultItem",
|
3382
|
+
"status": "beta",
|
3383
|
+
"a11y_reviewed": false,
|
3384
|
+
"short_name": "AutoCompleteNoResultItem",
|
3385
|
+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/auto_complete/no_result_item.rb",
|
3386
|
+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/auto_complete/no_result_item/default/",
|
3387
|
+
"parameters": [
|
3388
|
+
|
3389
|
+
]
|
3390
|
+
},
|
3380
3391
|
{
|
3381
3392
|
"component": "Avatar",
|
3382
3393
|
"status": "beta",
|
package/static/audited_at.json
CHANGED
@@ -68,6 +68,7 @@
|
|
68
68
|
"Primer::BaseComponent": "",
|
69
69
|
"Primer::Beta::AutoComplete": "",
|
70
70
|
"Primer::Beta::AutoComplete::Item": "",
|
71
|
+
"Primer::Beta::AutoComplete::NoResultItem": "",
|
71
72
|
"Primer::Beta::Avatar": "",
|
72
73
|
"Primer::Beta::AvatarStack": "",
|
73
74
|
"Primer::Beta::BaseButton": "",
|
package/static/constants.json
CHANGED
@@ -807,6 +807,7 @@
|
|
807
807
|
"DEFAULT_WIDTH": "auto",
|
808
808
|
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::GeneratedSlotMethods",
|
809
809
|
"Item": "Primer::Beta::AutoComplete::Item",
|
810
|
+
"NoResultItem": "Primer::Beta::AutoComplete::NoResultItem",
|
810
811
|
"SIZE_MAPPINGS": {
|
811
812
|
"small": "FormControl-small",
|
812
813
|
"medium": "FormControl-medium",
|
@@ -846,6 +847,9 @@
|
|
846
847
|
],
|
847
848
|
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::Item::GeneratedSlotMethods"
|
848
849
|
},
|
850
|
+
"Primer::Beta::AutoComplete::NoResultItem": {
|
851
|
+
"GeneratedSlotMethods": "Primer::Beta::AutoComplete::NoResultItem::GeneratedSlotMethods"
|
852
|
+
},
|
849
853
|
"Primer::Beta::Avatar": {
|
850
854
|
"DEFAULT_SHAPE": "circle",
|
851
855
|
"DEFAULT_SIZE": 20,
|
package/static/info_arch.json
CHANGED
@@ -10771,6 +10771,19 @@
|
|
10771
10771
|
"color-contrast"
|
10772
10772
|
]
|
10773
10773
|
}
|
10774
|
+
},
|
10775
|
+
{
|
10776
|
+
"preview_path": "primer/beta/auto_complete/no_results",
|
10777
|
+
"name": "no_results",
|
10778
|
+
"snapshot": "false",
|
10779
|
+
"skip_rules": {
|
10780
|
+
"wont_fix": [
|
10781
|
+
"region"
|
10782
|
+
],
|
10783
|
+
"will_fix": [
|
10784
|
+
"color-contrast"
|
10785
|
+
]
|
10786
|
+
}
|
10774
10787
|
}
|
10775
10788
|
],
|
10776
10789
|
"subcomponents": [
|
@@ -10871,6 +10884,70 @@
|
|
10871
10884
|
],
|
10872
10885
|
"subcomponents": [
|
10873
10886
|
|
10887
|
+
]
|
10888
|
+
},
|
10889
|
+
{
|
10890
|
+
"fully_qualified_name": "Primer::Beta::AutoComplete::NoResultItem",
|
10891
|
+
"description": "",
|
10892
|
+
"accessibility_docs": null,
|
10893
|
+
"is_form_component": false,
|
10894
|
+
"is_published": true,
|
10895
|
+
"requires_js": false,
|
10896
|
+
"component": "AutoComplete::NoResultItem",
|
10897
|
+
"status": "beta",
|
10898
|
+
"a11y_reviewed": false,
|
10899
|
+
"short_name": "AutoCompleteNoResultItem",
|
10900
|
+
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/beta/auto_complete/no_result_item.rb",
|
10901
|
+
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/beta/auto_complete/no_result_item/default/",
|
10902
|
+
"parameters": [
|
10903
|
+
|
10904
|
+
],
|
10905
|
+
"slots": [
|
10906
|
+
{
|
10907
|
+
"name": "leading_visual",
|
10908
|
+
"description": "The leading visual rendered before the link.",
|
10909
|
+
"parameters": [
|
10910
|
+
{
|
10911
|
+
"name": "kwargs",
|
10912
|
+
"type": "Hash",
|
10913
|
+
"default": "N/A",
|
10914
|
+
"description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Avatar{{/link_to_component}} or {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}"
|
10915
|
+
}
|
10916
|
+
]
|
10917
|
+
},
|
10918
|
+
{
|
10919
|
+
"name": "trailing_visual",
|
10920
|
+
"description": "The trailing visual rendered after the link.",
|
10921
|
+
"parameters": [
|
10922
|
+
{
|
10923
|
+
"name": "kwargs",
|
10924
|
+
"type": "Hash",
|
10925
|
+
"default": "N/A",
|
10926
|
+
"description": "The arguments accepted by {{#link_to_component}}Primer::Beta::Octicon{{/link_to_component}}, {{#link_to_component}}Primer::Beta::Label{{/link_to_component}}, or {{#link_to_component}}Primer::Beta::Counter{{/link_to_component}}"
|
10927
|
+
}
|
10928
|
+
]
|
10929
|
+
},
|
10930
|
+
{
|
10931
|
+
"name": "description",
|
10932
|
+
"description": "Optional description",
|
10933
|
+
"parameters": [
|
10934
|
+
{
|
10935
|
+
"name": "system_arguments",
|
10936
|
+
"type": "Hash",
|
10937
|
+
"default": "N/A",
|
10938
|
+
"description": "{{link_to_system_arguments_docs}}"
|
10939
|
+
}
|
10940
|
+
]
|
10941
|
+
}
|
10942
|
+
],
|
10943
|
+
"methods": [
|
10944
|
+
|
10945
|
+
],
|
10946
|
+
"previews": [
|
10947
|
+
|
10948
|
+
],
|
10949
|
+
"subcomponents": [
|
10950
|
+
|
10874
10951
|
]
|
10875
10952
|
}
|
10876
10953
|
]
|
@@ -14853,8 +14930,8 @@
|
|
14853
14930
|
}
|
14854
14931
|
},
|
14855
14932
|
{
|
14856
|
-
"preview_path": "primer/beta/nav_list/
|
14857
|
-
"name": "
|
14933
|
+
"preview_path": "primer/beta/nav_list/truncate",
|
14934
|
+
"name": "truncate",
|
14858
14935
|
"snapshot": "true",
|
14859
14936
|
"skip_rules": {
|
14860
14937
|
"wont_fix": [
|
@@ -14878,19 +14955,6 @@
|
|
14878
14955
|
]
|
14879
14956
|
}
|
14880
14957
|
},
|
14881
|
-
{
|
14882
|
-
"preview_path": "primer/beta/nav_list/long_label_truncate_no_tooltip",
|
14883
|
-
"name": "long_label_truncate_no_tooltip",
|
14884
|
-
"snapshot": "false",
|
14885
|
-
"skip_rules": {
|
14886
|
-
"wont_fix": [
|
14887
|
-
"region"
|
14888
|
-
],
|
14889
|
-
"will_fix": [
|
14890
|
-
"color-contrast"
|
14891
|
-
]
|
14892
|
-
}
|
14893
|
-
},
|
14894
14958
|
{
|
14895
14959
|
"preview_path": "primer/beta/nav_list/long_label_show_tooltip_no_truncate_label",
|
14896
14960
|
"name": "long_label_show_tooltip_no_truncate_label",
|
package/static/previews.json
CHANGED
@@ -1154,6 +1154,19 @@
|
|
1154
1154
|
"color-contrast"
|
1155
1155
|
]
|
1156
1156
|
}
|
1157
|
+
},
|
1158
|
+
{
|
1159
|
+
"preview_path": "primer/beta/auto_complete/no_results",
|
1160
|
+
"name": "no_results",
|
1161
|
+
"snapshot": "false",
|
1162
|
+
"skip_rules": {
|
1163
|
+
"wont_fix": [
|
1164
|
+
"region"
|
1165
|
+
],
|
1166
|
+
"will_fix": [
|
1167
|
+
"color-contrast"
|
1168
|
+
]
|
1169
|
+
}
|
1157
1170
|
}
|
1158
1171
|
]
|
1159
1172
|
},
|
@@ -4805,8 +4818,8 @@
|
|
4805
4818
|
}
|
4806
4819
|
},
|
4807
4820
|
{
|
4808
|
-
"preview_path": "primer/beta/nav_list/
|
4809
|
-
"name": "
|
4821
|
+
"preview_path": "primer/beta/nav_list/truncate",
|
4822
|
+
"name": "truncate",
|
4810
4823
|
"snapshot": "true",
|
4811
4824
|
"skip_rules": {
|
4812
4825
|
"wont_fix": [
|
@@ -4830,19 +4843,6 @@
|
|
4830
4843
|
]
|
4831
4844
|
}
|
4832
4845
|
},
|
4833
|
-
{
|
4834
|
-
"preview_path": "primer/beta/nav_list/long_label_truncate_no_tooltip",
|
4835
|
-
"name": "long_label_truncate_no_tooltip",
|
4836
|
-
"snapshot": "false",
|
4837
|
-
"skip_rules": {
|
4838
|
-
"wont_fix": [
|
4839
|
-
"region"
|
4840
|
-
],
|
4841
|
-
"will_fix": [
|
4842
|
-
"color-contrast"
|
4843
|
-
]
|
4844
|
-
}
|
4845
|
-
},
|
4846
4846
|
{
|
4847
4847
|
"preview_path": "primer/beta/nav_list/long_label_show_tooltip_no_truncate_label",
|
4848
4848
|
"name": "long_label_show_tooltip_no_truncate_label",
|
package/static/statuses.json
CHANGED
@@ -68,6 +68,7 @@
|
|
68
68
|
"Primer::BaseComponent": "beta",
|
69
69
|
"Primer::Beta::AutoComplete": "beta",
|
70
70
|
"Primer::Beta::AutoComplete::Item": "beta",
|
71
|
+
"Primer::Beta::AutoComplete::NoResultItem": "beta",
|
71
72
|
"Primer::Beta::Avatar": "beta",
|
72
73
|
"Primer::Beta::AvatarStack": "beta",
|
73
74
|
"Primer::Beta::BaseButton": "beta",
|