@primer/view-components 0.37.0-rc.f7715ad8 → 0.38.0-rc.020c44d9
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/app/assets/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/alpha/dialog.css +1 -1
- package/app/components/primer/alpha/dialog.css.json +0 -1
- package/package.json +5 -5
- 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
@@ -1 +1 @@
|
|
1
|
-
@property --dialog-scrollgutter{initial-value:0;inherits:false;syntax:"<length>"}body:has(:modal){padding-right:var(--dialog-scrollgutter)!important}
|
1
|
+
@property --dialog-scrollgutter{initial-value:0;inherits:false;syntax:"<length>"}body:has(dialog:modal.Overlay--disableScroll){overflow:hidden!important;padding-right:var(--dialog-scrollgutter)!important}dialog.Overlay:not([open]){display:none}.Overlay--hidden{display:none!important}.Overlay--visibilityHidden{height:0;opacity:0;overflow:hidden;visibility:hidden}@supports not selector(:popover-open){[popover]:not(.\:popover-open){display:none}}.Overlay{background-color:var(--overlay-bgColor);border:0;border-radius:var(--borderRadius-large);box-shadow:var(--shadow-floating-small);color:var(--fgColor-default);display:flex;flex-direction:column;inset:0;margin:auto;max-height:min(calc(100vh - 2rem),var(--overlay-height));min-width:192px;opacity:1;padding:0;position:static;white-space:normal;width:min(var(--overlay-width),100vw - 2rem)}.Overlay.Overlay--size-auto{max-height:calc(100vh - 2rem);max-width:calc(100vw - 2rem);min-width:192px}.Overlay.Overlay--size-full{height:100vh;width:100vw}.Overlay.Overlay--size-xsmall{--overlay-width:192px;max-height:calc(100vh - 2rem)}.Overlay.Overlay--size-small{--overlay-height:256px;--overlay-width:320px}.Overlay.Overlay--size-small-portrait{--overlay-height:432px;--overlay-width:320px}.Overlay.Overlay--size-medium{--overlay-height:320px;--overlay-width:480px}.Overlay.Overlay--size-medium-portrait{--overlay-height:600px;--overlay-width:480px}.Overlay.Overlay--size-large{--overlay-height:432px;--overlay-width:640px}.Overlay.Overlay--size-xlarge{--overlay-height:600px;--overlay-width:960px}.Overlay.Overlay--height-auto{height:auto}.Overlay.Overlay--placement-left,.Overlay.Overlay--placement-right{height:100%;max-height:unset;position:fixed}@media screen and (prefers-reduced-motion:no-preference){.Overlay.Overlay--motion-scaleFade,.Overlay.Overlay--placement-left,.Overlay.Overlay--placement-right{animation:Overlay--motion-scaleFade .2s cubic-bezier(.33,1,.68,1) 0s 1 normal none running}}.Overlay.Overlay--placement-left{animation-name:Overlay--motion-slideInRight;border-bottom-left-radius:0;border-top-left-radius:0;inset:0 auto 0 0}.Overlay.Overlay--placement-right{animation-name:Overlay--motion-slideInLeft;border-bottom-right-radius:0;border-top-right-radius:0;inset:0 0 0 auto}.Overlay.Overlay--height-xsmall{height:min(192px,100vh - 2rem)}.Overlay.Overlay--height-small{height:min(256px,100vh - 2rem)}.Overlay.Overlay--height-medium{height:min(320px,100vh - 2rem)}.Overlay.Overlay--height-large{height:min(432px,100vh - 2rem)}.Overlay.Overlay--height-xlarge{height:min(600px,100vh - 2rem)}.Overlay.Overlay--width-auto{width:auto}.Overlay.Overlay--width-small{width:min(256px,100vw - 2rem)}.Overlay.Overlay--width-medium{width:min(320px,100vw - 2rem)}.Overlay.Overlay--width-large{width:min(480px,100vw - 2rem)}.Overlay.Overlay--width-xlarge{width:min(640px,100vw - 2rem)}.Overlay.Overlay--width-xxlarge{width:min(960px,100vw - 2rem)}.Overlay:modal{position:fixed}@keyframes Overlay--motion-scaleFade{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.Overlay-form{flex-grow:1;overflow:auto}.Overlay-form,.Overlay-header{display:flex;flex-direction:column}.Overlay-header{color:var(--fgColor-default);z-index:1}.Overlay-header.Overlay-header--divided{box-shadow:inset 0 calc(var(--borderWidth-thin)*-1) var(--borderColor-default);padding-bottom:var(--stack-padding-condensed)}:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap{gap:var(--stack-gap-condensed)}:is(:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-title{font-size:var(--text-title-size-medium)}:is(:is(.Overlay-header.Overlay-header--large .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-description{font-size:var(--text-body-size-medium)}.Overlay-header .Overlay-headerContentWrap{align-items:flex-start;display:flex;gap:var(--stack-gap-condensed);padding:var(--stack-gap-condensed) var(--stack-gap-condensed) 0 var(--stack-gap-condensed)}:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-actionWrap{display:flex;flex-direction:row;gap:var(--stack-gap-condensed)}:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap{display:flex;flex-direction:column;flex-grow:1;gap:var(--control-small-gap);padding:calc(var(--stack-gap-condensed)*.75) 0 calc(var(--stack-gap-condensed)*.75) var(--stack-gap-condensed)}:is(:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-title{font-size:var(--text-body-size-medium);font-weight:var(--base-text-weight-semibold);margin:0}:is(:is(.Overlay-header .Overlay-headerContentWrap) .Overlay-titleWrap) .Overlay-description{color:var(--fgColor-muted);font-size:var(--text-body-size-small);font-weight:var(--base-text-weight-normal);margin:0}.Overlay-headerFilter{padding:var(--stack-gap-condensed) var(--stack-gap-condensed) 0 var(--stack-gap-condensed)}.Overlay-body{flex-grow:1;font-size:var(--text-body-size-medium);overflow-y:auto;padding:var(--stack-padding-normal);scrollbar-width:thin}.Overlay-body.Overlay-body--paddingCondensed{padding:var(--stack-padding-condensed);padding-top:0}.Overlay-body.Overlay-body--paddingNone{padding:0}.Overlay-footer{display:flex;flex-direction:row;flex-shrink:0;flex-wrap:wrap;padding:0 var(--stack-padding-normal) var(--stack-padding-normal) var(--stack-padding-normal);z-index:1}.Overlay-footer.Overlay-footer--divided{box-shadow:inset 0 var(--borderWidth-thin) var(--borderColor-default);padding-top:var(--stack-padding-normal)}.Overlay-footer.Overlay-footer--alignStart{gap:var(--stack-gap-condensed);justify-content:flex-start}.Overlay-footer.Overlay-footer--alignCenter{gap:var(--stack-gap-condensed);justify-content:center}.Overlay-footer.Overlay-footer--alignEnd{gap:var(--stack-gap-condensed);justify-content:flex-end}.Overlay-closeButton{align-self:flex-start;background-color:initial;border:var(--borderWidth-thin) solid #0000;border-radius:var(--borderRadius-medium);color:var(--fgColor-muted);cursor:pointer;display:grid;flex-shrink:0;height:var(--base-size-32);padding:0;place-content:center;position:relative;transition:.2s cubic-bezier(.3,0,.5,1);transition-property:color,background-color,border-color;-webkit-user-select:none;user-select:none;width:var(--base-size-32)}.Overlay-closeButton:focus,.Overlay-closeButton:hover{background-color:var(--button-default-bgColor-hover);border:var(--borderWidth-thin) solid var(--control-bgColor-hover)}.Overlay-closeButton.close-button{border:var(--borderWidth-thin) solid #0000}.Overlay--full{border-radius:unset!important;flex-grow:1;height:100%;max-height:100vh;max-width:100vw;width:100%}@media (max-width:767px){.Overlay--placement-right-whenNarrow,.Overlay.Overlay--placement-left-whenNarrow{height:100%;max-height:100vh;position:fixed}.Overlay.Overlay--placement-left-whenNarrow{animation-name:Overlay--motion-slideInLeft;border-bottom-left-radius:0;border-top-left-radius:0;inset:0 auto 0 0}.Overlay.Overlay--placement-right-whenNarrow{animation-name:Overlay--motion-slideInLeft;border-bottom-right-radius:0;border-top-right-radius:0;inset:0 0 0 auto}.Overlay.Overlay--placement-bottom-whenNarrow{animation-name:Overlay--motion-slideUp;border-bottom-left-radius:0;border-bottom-right-radius:0;inset:auto 0 0;max-width:100vw;width:100%}.Overlay--full-whenNarrow{border-radius:unset!important;flex-grow:1;height:100%;max-height:100vh;max-width:100vw;width:100%}}@keyframes Overlay--motion-slideDown{0%{transform:translateY(-100%)}}@keyframes Overlay--motion-slideUp{0%{transform:translateY(100%)}}@keyframes Overlay--motion-slideInRight{0%{transform:translateX(-100%)}}@keyframes Overlay--motion-slideInLeft{0%{transform:translateX(100%)}}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.38.0-rc.020c44d9",
|
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",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@github/auto-check-element": "^5.2.0",
|
47
|
-
"@github/auto-complete-element": "^3.
|
47
|
+
"@github/auto-complete-element": "^3.7.1",
|
48
48
|
"@github/catalyst": "^1.6.0",
|
49
49
|
"@github/clipboard-copy-element": "^1.3.0",
|
50
50
|
"@github/details-menu-element": "^1.0.12",
|
@@ -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",
|
@@ -81,7 +81,7 @@
|
|
81
81
|
"eslint-plugin-custom-elements": "^0.0.8",
|
82
82
|
"eslint-plugin-github": "^5.0.1",
|
83
83
|
"eslint-plugin-prettier": "^5.0.0",
|
84
|
-
"markdownlint-cli2": "^0.
|
84
|
+
"markdownlint-cli2": "^0.17.2",
|
85
85
|
"mocha": "^11.0.1",
|
86
86
|
"playwright": "^1.49.1",
|
87
87
|
"postcss": "^8.4.16",
|
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",
|