synapse-react-client 3.0.14 → 3.0.17
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/dist/assets/icons/Sort.d.ts +1 -1
- package/dist/assets/mui_components/AccessManagement.d.ts +4 -0
- package/dist/assets/mui_components/AccessManagement.js +18 -0
- package/dist/assets/mui_components/AccessManagement.js.map +1 -0
- package/dist/containers/AddToDownloadListV2.js +1 -1
- package/dist/containers/AddToDownloadListV2.js.map +1 -1
- package/dist/containers/CardContainer.js +3 -2
- package/dist/containers/CardContainer.js.map +1 -1
- package/dist/containers/CardContainerLogic.d.ts +3 -0
- package/dist/containers/CardContainerLogic.js.map +1 -1
- package/dist/containers/EntityLink.js +6 -4
- package/dist/containers/EntityLink.js.map +1 -1
- package/dist/containers/FluidModal.d.ts +0 -1
- package/dist/containers/FluidModal.js +0 -5
- package/dist/containers/FluidModal.js.map +1 -1
- package/dist/containers/FullTextSearch.d.ts +6 -2
- package/dist/containers/FullTextSearch.js +18 -13
- package/dist/containers/FullTextSearch.js.map +1 -1
- package/dist/containers/GenericCard.d.ts +11 -1
- package/dist/containers/GenericCard.js +120 -50
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/IconSvg.d.ts +5 -0
- package/dist/containers/IconSvg.js +28 -1
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/MarkdownSynapse.js +1 -1
- package/dist/containers/MarkdownSynapse.js.map +1 -1
- package/dist/containers/SearchV2.d.ts +1 -0
- package/dist/containers/SearchV2.js.map +1 -1
- package/dist/containers/SynapseNavDrawer.js +19 -7
- package/dist/containers/SynapseNavDrawer.js.map +1 -1
- package/dist/containers/TeamBadge.d.ts +7 -0
- package/dist/containers/TeamBadge.js +16 -0
- package/dist/containers/TeamBadge.js.map +1 -0
- package/dist/containers/UserCardSmall.js +10 -8
- package/dist/containers/UserCardSmall.js.map +1 -1
- package/dist/containers/UserOrTeamBadge.d.ts +10 -0
- package/dist/containers/UserOrTeamBadge.js +59 -0
- package/dist/containers/UserOrTeamBadge.js.map +1 -0
- package/dist/containers/UserSearchBox.js +7 -10
- package/dist/containers/UserSearchBox.js.map +1 -1
- package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccessStep2.js +13 -10
- package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccessStep2.js.map +1 -1
- package/dist/containers/download_list/DownloadListTable.js +3 -3
- package/dist/containers/download_list/DownloadListTable.js.map +1 -1
- package/dist/containers/entity/annotations/AdditionalPropertiesSchemaField.js +52 -11
- package/dist/containers/entity/annotations/AdditionalPropertiesSchemaField.js.map +1 -1
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js +5 -20
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js.map +1 -1
- package/dist/containers/entity/metadata/EntityModal.js +14 -13
- package/dist/containers/entity/metadata/EntityModal.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +1 -0
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +2 -2
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/row_renderers/utils/Icon.js +53 -49
- package/dist/containers/row_renderers/utils/Icon.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/WarningModal.d.ts +5 -5
- package/dist/containers/synapse_form_wrapper/WarningModal.js +10 -9
- package/dist/containers/synapse_form_wrapper/WarningModal.js.map +1 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.d.ts +2 -2
- package/dist/containers/table/StandaloneQueryWrapper.js +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +7 -0
- package/dist/containers/table/SynapseTable.js +35 -21
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/widgets/FileHandleLink.d.ts +3 -5
- package/dist/containers/widgets/FileHandleLink.js +35 -17
- package/dist/containers/widgets/FileHandleLink.js.map +1 -1
- package/dist/containers/widgets/ImageFileHandle.d.ts +2 -4
- package/dist/containers/widgets/ImageFileHandle.js +17 -28
- package/dist/containers/widgets/ImageFileHandle.js.map +1 -1
- package/dist/containers/widgets/RadioGroup.js +4 -2
- package/dist/containers/widgets/RadioGroup.js.map +1 -1
- package/dist/containers/widgets/query-filter/EnumFacetFilter.js +3 -3
- package/dist/containers/widgets/query-filter/EnumFacetFilter.js.map +1 -1
- package/dist/style/components/_all.scss +2 -1
- package/dist/style/components/_cards.scss +3 -0
- package/dist/style/components/_governance-dashboard.scss +35 -0
- package/dist/style/components/_markdown.scss +11 -7
- package/dist/style/components/_query-wrapper-text-input.scss +7 -0
- package/dist/style/components/_submission-page.scss +58 -0
- package/dist/style/components/_synapse-homepage.scss +1 -0
- package/dist/style/main.css +157 -19
- package/dist/template_style/_form.scss +2 -2
- package/dist/umd/synapse-react-client.development.css +154 -19
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +9695 -3938
- package/dist/umd/synapse-react-client.development.js.map +3 -3
- package/dist/umd/synapse-react-client.production.min.css +1 -1
- package/dist/umd/synapse-react-client.production.min.js +106 -79
- package/dist/utils/APIConstants.d.ts +6 -0
- package/dist/utils/APIConstants.js +14 -1
- package/dist/utils/APIConstants.js.map +1 -1
- package/dist/utils/SynapseClient.d.ts +27 -8
- package/dist/utils/SynapseClient.js +38 -10
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/SynapseConstants.d.ts +1 -0
- package/dist/utils/SynapseConstants.js +2 -1
- package/dist/utils/SynapseConstants.js.map +1 -1
- package/dist/utils/functions/deepLinkingUtils.js +1 -1
- package/dist/utils/functions/deepLinkingUtils.js.map +1 -1
- package/dist/utils/functions/queryUtils.d.ts +0 -1
- package/dist/utils/functions/queryUtils.js +1 -5
- package/dist/utils/functions/queryUtils.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/dataaccess/useGetAccessRequirement.d.ts +4 -2
- package/dist/utils/hooks/SynapseAPI/dataaccess/useGetAccessRequirement.js +15 -1
- package/dist/utils/hooks/SynapseAPI/dataaccess/useGetAccessRequirement.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/entity/useEntityBoundSchema.d.ts +1 -1
- package/dist/utils/hooks/SynapseAPI/entity/useEntityBoundSchema.js.map +1 -1
- package/dist/utils/hooks/useGetInfoFromIds.d.ts +2 -3
- package/dist/utils/hooks/useGetInfoFromIds.js +13 -13
- package/dist/utils/hooks/useGetInfoFromIds.js.map +1 -1
- package/dist/utils/hooks/useListState.d.ts +2 -1
- package/dist/utils/hooks/useListState.js.map +1 -1
- package/dist/utils/synapseTypes/ACCESS_TYPE.d.ts +27 -0
- package/dist/utils/synapseTypes/ACCESS_TYPE.js +32 -0
- package/dist/utils/synapseTypes/ACCESS_TYPE.js.map +1 -0
- package/dist/utils/synapseTypes/AccessApproval.d.ts +30 -0
- package/dist/utils/synapseTypes/AccessApproval.js +6 -1
- package/dist/utils/synapseTypes/AccessApproval.js.map +1 -1
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirement.d.ts +1 -18
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirement.js +0 -20
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirement.js.map +1 -1
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirementSearch.d.ts +40 -0
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirementSearch.js +3 -0
- package/dist/utils/synapseTypes/AccessRequirement/AccessRequirementSearch.js.map +1 -0
- package/dist/utils/synapseTypes/AccessSubmission.d.ts +44 -0
- package/dist/utils/synapseTypes/AccessSubmission.js +15 -0
- package/dist/utils/synapseTypes/AccessSubmission.js.map +1 -0
- package/dist/utils/synapseTypes/ResourceAccess.d.ts +2 -1
- package/dist/utils/synapseTypes/Table/QueryResult.d.ts +2 -2
- package/dist/utils/synapseTypes/UserBundle.d.ts +1 -0
- package/dist/utils/synapseTypes/UserGroupHeader.d.ts +4 -4
- package/dist/utils/synapseTypes/UserGroupHeaderResponsePage.d.ts +1 -1
- package/dist/utils/synapseTypes/index.d.ts +1 -0
- package/dist/utils/synapseTypes/index.js +1 -0
- package/dist/utils/synapseTypes/index.js.map +1 -1
- package/dist/utils/typography/Typography.d.ts +1 -1
- package/dist/utils/typography/Typography.js.map +1 -1
- package/dist/utils/typography/Typography.styles.d.ts +1 -1
- package/dist/utils/typography/Typography.styles.js +11 -10
- package/dist/utils/typography/Typography.styles.js.map +1 -1
- package/package.json +1 -1
|
@@ -116,25 +116,25 @@
|
|
|
116
116
|
}
|
|
117
117
|
.markdown p {
|
|
118
118
|
margin: 0px;
|
|
119
|
-
|
|
119
|
+
margin-bottom: 12px;
|
|
120
120
|
}
|
|
121
121
|
.markdown h1 {
|
|
122
|
-
|
|
122
|
+
margin: 35px 0 24px 0;
|
|
123
123
|
}
|
|
124
124
|
.markdown h2 {
|
|
125
|
-
|
|
125
|
+
margin: 29px 0 22px 0;
|
|
126
126
|
}
|
|
127
127
|
.markdown h3 {
|
|
128
|
-
|
|
128
|
+
margin: 23px 0 20px 0;
|
|
129
129
|
}
|
|
130
130
|
.markdown h4 {
|
|
131
|
-
|
|
131
|
+
margin: 17px 0 18px 0;
|
|
132
132
|
}
|
|
133
133
|
.markdown h5 {
|
|
134
|
-
|
|
134
|
+
margin: 11px 0 16px 0;
|
|
135
135
|
}
|
|
136
136
|
.markdown h6 {
|
|
137
|
-
|
|
137
|
+
margin: 5px 0 14px 0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.toc-indent1 {
|
|
@@ -164,3 +164,7 @@
|
|
|
164
164
|
.markdown span.bootstrap-4-backport a {
|
|
165
165
|
margin: 20px 20px 20px 0px;
|
|
166
166
|
}
|
|
167
|
+
|
|
168
|
+
.markdown details {
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@use '../abstracts/variables' as SRC;
|
|
2
|
+
@use 'sass:map';
|
|
3
|
+
.SubmissionPage {
|
|
4
|
+
@media screen and (min-width: map.get(SRC.$breakpoints, 'medium')) {
|
|
5
|
+
display: flex;
|
|
6
|
+
.SubmissionSummary {
|
|
7
|
+
width: 375px;
|
|
8
|
+
max-width: 400px;
|
|
9
|
+
padding-right: 40px;
|
|
10
|
+
}
|
|
11
|
+
.SubmissionRightPane {
|
|
12
|
+
flex-grow: 1;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
.ButtonContainer {
|
|
16
|
+
display: flex;
|
|
17
|
+
gap: 10px;
|
|
18
|
+
button {
|
|
19
|
+
flex-grow: 1;
|
|
20
|
+
flex-basis: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
.SubmissionSummary {
|
|
24
|
+
margin-bottom: 15px;
|
|
25
|
+
.SubmissionSummaryGrid {
|
|
26
|
+
display: grid;
|
|
27
|
+
column-gap: 10px;
|
|
28
|
+
grid-template-columns: auto auto;
|
|
29
|
+
|
|
30
|
+
.Key {
|
|
31
|
+
grid-column: 1;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.Value {
|
|
35
|
+
grid-column: 2;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
> * {
|
|
39
|
+
white-space: nowrap;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
ul {
|
|
44
|
+
padding-left: 25px;
|
|
45
|
+
li {
|
|
46
|
+
margin-top: 5px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.AccessRequirementWikiContainer {
|
|
51
|
+
background: map.get(SRC.$colors, 'gray-100');
|
|
52
|
+
border: 1px solid #dfe2e6;
|
|
53
|
+
|
|
54
|
+
.AccessRequirementWikiContent {
|
|
55
|
+
margin: 40px;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
package/dist/style/main.css
CHANGED
|
@@ -16561,6 +16561,9 @@ svg.HelpButton {
|
|
|
16561
16561
|
.SRC-portalCard .SRC-cardThumbnail img.iconImg {
|
|
16562
16562
|
max-width: 75px;
|
|
16563
16563
|
}
|
|
16564
|
+
.SRC-portalCard .SRC-cardThumbnail svg {
|
|
16565
|
+
min-height: 55px;
|
|
16566
|
+
}
|
|
16564
16567
|
.SRC-portalCard .SRC-cardMetadata {
|
|
16565
16568
|
background-color: #f9f9f9;
|
|
16566
16569
|
}
|
|
@@ -17766,31 +17769,31 @@ svg.HelpButton {
|
|
|
17766
17769
|
|
|
17767
17770
|
.markdown p {
|
|
17768
17771
|
margin: 0px;
|
|
17769
|
-
|
|
17772
|
+
margin-bottom: 12px;
|
|
17770
17773
|
}
|
|
17771
17774
|
|
|
17772
17775
|
.markdown h1 {
|
|
17773
|
-
|
|
17776
|
+
margin: 35px 0 24px 0;
|
|
17774
17777
|
}
|
|
17775
17778
|
|
|
17776
17779
|
.markdown h2 {
|
|
17777
|
-
|
|
17780
|
+
margin: 29px 0 22px 0;
|
|
17778
17781
|
}
|
|
17779
17782
|
|
|
17780
17783
|
.markdown h3 {
|
|
17781
|
-
|
|
17784
|
+
margin: 23px 0 20px 0;
|
|
17782
17785
|
}
|
|
17783
17786
|
|
|
17784
17787
|
.markdown h4 {
|
|
17785
|
-
|
|
17788
|
+
margin: 17px 0 18px 0;
|
|
17786
17789
|
}
|
|
17787
17790
|
|
|
17788
17791
|
.markdown h5 {
|
|
17789
|
-
|
|
17792
|
+
margin: 11px 0 16px 0;
|
|
17790
17793
|
}
|
|
17791
17794
|
|
|
17792
17795
|
.markdown h6 {
|
|
17793
|
-
|
|
17796
|
+
margin: 5px 0 14px 0;
|
|
17794
17797
|
}
|
|
17795
17798
|
|
|
17796
17799
|
.toc-indent1 {
|
|
@@ -17821,6 +17824,10 @@ svg.HelpButton {
|
|
|
17821
17824
|
margin: 20px 20px 20px 0px;
|
|
17822
17825
|
}
|
|
17823
17826
|
|
|
17827
|
+
.markdown details {
|
|
17828
|
+
cursor: pointer;
|
|
17829
|
+
}
|
|
17830
|
+
|
|
17824
17831
|
.page-progress button,
|
|
17825
17832
|
.page-progress button:active,
|
|
17826
17833
|
.page-progress button:focus,
|
|
@@ -18580,6 +18587,15 @@ svg.HelpButton {
|
|
|
18580
18587
|
border-radius: 2px;
|
|
18581
18588
|
}
|
|
18582
18589
|
|
|
18590
|
+
.QueryWrapperSearchInput__helppopoverwrapper,
|
|
18591
|
+
.QueryWrapperSqlEditorInput__helppopoverwrapper {
|
|
18592
|
+
display: grid;
|
|
18593
|
+
grid-template-columns: auto 25px;
|
|
18594
|
+
}
|
|
18595
|
+
.QueryWrapperSearchInput__helppopover,
|
|
18596
|
+
.QueryWrapperSqlEditorInput__helppopover {
|
|
18597
|
+
place-self: center;
|
|
18598
|
+
}
|
|
18583
18599
|
.QueryWrapperSearchInput__searchbar,
|
|
18584
18600
|
.QueryWrapperSqlEditorInput__searchbar {
|
|
18585
18601
|
height: 50px;
|
|
@@ -18911,8 +18927,8 @@ input[type=radio] + span::before {
|
|
|
18911
18927
|
|
|
18912
18928
|
input[type=checkbox]:focus + label::before,
|
|
18913
18929
|
input[type=checkbox]:focus + span::before,
|
|
18914
|
-
input[type=radio]:focus
|
|
18915
|
-
input[type=radio]:focus
|
|
18930
|
+
input[type=radio]:focus + label::before,
|
|
18931
|
+
input[type=radio]:focus + span::before,
|
|
18916
18932
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
18917
18933
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
18918
18934
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -19128,8 +19144,8 @@ input[type=radio] + span {
|
|
|
19128
19144
|
}
|
|
19129
19145
|
.EnumFacetFilter input[type=checkbox]:focus + label::before,
|
|
19130
19146
|
.EnumFacetFilter input[type=checkbox]:focus + span::before,
|
|
19131
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19132
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19147
|
+
.EnumFacetFilter input[type=radio]:focus + label::before,
|
|
19148
|
+
.EnumFacetFilter input[type=radio]:focus + span::before,
|
|
19133
19149
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
19134
19150
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
19135
19151
|
.EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -20855,6 +20871,7 @@ input[type=radio] + span {
|
|
|
20855
20871
|
display: inline-flex;
|
|
20856
20872
|
flex-wrap: wrap;
|
|
20857
20873
|
align-content: center;
|
|
20874
|
+
max-width: 1300px;
|
|
20858
20875
|
}
|
|
20859
20876
|
.SynapseHomepage .PoweredBySynapseFlexContainer .PoweredBySynapseItem {
|
|
20860
20877
|
margin: 0 auto;
|
|
@@ -21356,8 +21373,8 @@ input[type=radio] + span::before {
|
|
|
21356
21373
|
|
|
21357
21374
|
input[type=checkbox]:focus + label::before,
|
|
21358
21375
|
input[type=checkbox]:focus + span::before,
|
|
21359
|
-
input[type=radio]:focus
|
|
21360
|
-
input[type=radio]:focus
|
|
21376
|
+
input[type=radio]:focus + label::before,
|
|
21377
|
+
input[type=radio]:focus + span::before,
|
|
21361
21378
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21362
21379
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21363
21380
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21718,8 +21735,8 @@ input[type=radio] + span {
|
|
|
21718
21735
|
}
|
|
21719
21736
|
.DetailsViewTable input[type=checkbox]:focus + label::before,
|
|
21720
21737
|
.DetailsViewTable input[type=checkbox]:focus + span::before,
|
|
21721
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21722
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21738
|
+
.DetailsViewTable input[type=radio]:focus + label::before,
|
|
21739
|
+
.DetailsViewTable input[type=radio]:focus + span::before,
|
|
21723
21740
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21724
21741
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21725
21742
|
.DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23818,8 +23835,8 @@ input[type=radio] + span::before {
|
|
|
23818
23835
|
|
|
23819
23836
|
input[type=checkbox]:focus + label::before,
|
|
23820
23837
|
input[type=checkbox]:focus + span::before,
|
|
23821
|
-
input[type=radio]:focus
|
|
23822
|
-
input[type=radio]:focus
|
|
23838
|
+
input[type=radio]:focus + label::before,
|
|
23839
|
+
input[type=radio]:focus + span::before,
|
|
23823
23840
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23824
23841
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23825
23842
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23975,8 +23992,8 @@ input[type=radio] + span {
|
|
|
23975
23992
|
}
|
|
23976
23993
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + label::before,
|
|
23977
23994
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + span::before,
|
|
23978
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23979
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23995
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + label::before,
|
|
23996
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + span::before,
|
|
23980
23997
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23981
23998
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23982
23999
|
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -24400,4 +24417,125 @@ input[type=radio] + span {
|
|
|
24400
24417
|
opacity: 0.7;
|
|
24401
24418
|
}
|
|
24402
24419
|
|
|
24420
|
+
.terms-conditions .view-terms a,
|
|
24421
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24422
|
+
.page-progress button:active,
|
|
24423
|
+
.page-progress button:focus,
|
|
24424
|
+
.page-progress button:active:focus {
|
|
24425
|
+
border: 0;
|
|
24426
|
+
outline: none;
|
|
24427
|
+
box-shadow: none;
|
|
24428
|
+
border-radius: 2px;
|
|
24429
|
+
}
|
|
24430
|
+
|
|
24431
|
+
@media screen and (min-width: 768px) {
|
|
24432
|
+
.SubmissionPage {
|
|
24433
|
+
display: flex;
|
|
24434
|
+
}
|
|
24435
|
+
.SubmissionPage .SubmissionSummary {
|
|
24436
|
+
width: 375px;
|
|
24437
|
+
max-width: 400px;
|
|
24438
|
+
padding-right: 40px;
|
|
24439
|
+
}
|
|
24440
|
+
.SubmissionPage .SubmissionRightPane {
|
|
24441
|
+
flex-grow: 1;
|
|
24442
|
+
}
|
|
24443
|
+
}
|
|
24444
|
+
.SubmissionPage .ButtonContainer {
|
|
24445
|
+
display: flex;
|
|
24446
|
+
gap: 10px;
|
|
24447
|
+
}
|
|
24448
|
+
.SubmissionPage .ButtonContainer button {
|
|
24449
|
+
flex-grow: 1;
|
|
24450
|
+
flex-basis: 0;
|
|
24451
|
+
}
|
|
24452
|
+
.SubmissionPage .SubmissionSummary {
|
|
24453
|
+
margin-bottom: 15px;
|
|
24454
|
+
}
|
|
24455
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid {
|
|
24456
|
+
display: grid;
|
|
24457
|
+
column-gap: 10px;
|
|
24458
|
+
grid-template-columns: auto auto;
|
|
24459
|
+
}
|
|
24460
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Key {
|
|
24461
|
+
grid-column: 1;
|
|
24462
|
+
}
|
|
24463
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Value {
|
|
24464
|
+
grid-column: 2;
|
|
24465
|
+
}
|
|
24466
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid > * {
|
|
24467
|
+
white-space: nowrap;
|
|
24468
|
+
}
|
|
24469
|
+
.SubmissionPage ul {
|
|
24470
|
+
padding-left: 25px;
|
|
24471
|
+
}
|
|
24472
|
+
.SubmissionPage ul li {
|
|
24473
|
+
margin-top: 5px;
|
|
24474
|
+
}
|
|
24475
|
+
.SubmissionPage .AccessRequirementWikiContainer {
|
|
24476
|
+
background: #fbfbfc;
|
|
24477
|
+
border: 1px solid #dfe2e6;
|
|
24478
|
+
}
|
|
24479
|
+
.SubmissionPage .AccessRequirementWikiContainer .AccessRequirementWikiContent {
|
|
24480
|
+
margin: 40px;
|
|
24481
|
+
}
|
|
24482
|
+
|
|
24483
|
+
.terms-conditions .view-terms a,
|
|
24484
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24485
|
+
.page-progress button:active,
|
|
24486
|
+
.page-progress button:focus,
|
|
24487
|
+
.page-progress button:active:focus {
|
|
24488
|
+
border: 0;
|
|
24489
|
+
outline: none;
|
|
24490
|
+
box-shadow: none;
|
|
24491
|
+
border-radius: 2px;
|
|
24492
|
+
}
|
|
24493
|
+
|
|
24494
|
+
.AccessApprovalsTable,
|
|
24495
|
+
.AccessSubmissionTable,
|
|
24496
|
+
.AccessRequirementsTable {
|
|
24497
|
+
margin-top: 20px;
|
|
24498
|
+
}
|
|
24499
|
+
.AccessApprovalsTable thead,
|
|
24500
|
+
.AccessSubmissionTable thead,
|
|
24501
|
+
.AccessRequirementsTable thead {
|
|
24502
|
+
background-color: #f1f3f5;
|
|
24503
|
+
}
|
|
24504
|
+
.AccessApprovalsTable thead th,
|
|
24505
|
+
.AccessSubmissionTable thead th,
|
|
24506
|
+
.AccessRequirementsTable thead th {
|
|
24507
|
+
vertical-align: middle;
|
|
24508
|
+
white-space: nowrap;
|
|
24509
|
+
}
|
|
24510
|
+
.AccessApprovalsTable th,
|
|
24511
|
+
.AccessApprovalsTable td,
|
|
24512
|
+
.AccessSubmissionTable th,
|
|
24513
|
+
.AccessSubmissionTable td,
|
|
24514
|
+
.AccessRequirementsTable th,
|
|
24515
|
+
.AccessRequirementsTable td {
|
|
24516
|
+
border: none;
|
|
24517
|
+
}
|
|
24518
|
+
.AccessApprovalsTable li,
|
|
24519
|
+
.AccessSubmissionTable li,
|
|
24520
|
+
.AccessRequirementsTable li {
|
|
24521
|
+
list-style: none;
|
|
24522
|
+
}
|
|
24523
|
+
.AccessApprovalsTable .requestor,
|
|
24524
|
+
.AccessSubmissionTable .requestor,
|
|
24525
|
+
.AccessRequirementsTable .requestor {
|
|
24526
|
+
font-style: italic;
|
|
24527
|
+
color: #878e95 !important;
|
|
24528
|
+
}
|
|
24529
|
+
.AccessApprovalsTable .expired,
|
|
24530
|
+
.AccessSubmissionTable .expired,
|
|
24531
|
+
.AccessRequirementsTable .expired {
|
|
24532
|
+
color: #878e95;
|
|
24533
|
+
}
|
|
24534
|
+
.AccessApprovalsTable .non-expire,
|
|
24535
|
+
.AccessSubmissionTable .non-expire,
|
|
24536
|
+
.AccessRequirementsTable .non-expire {
|
|
24537
|
+
color: #878e95;
|
|
24538
|
+
font-style: italic;
|
|
24539
|
+
}
|
|
24540
|
+
|
|
24403
24541
|
/*# sourceMappingURL=main.css.map */
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
}
|
|
104
104
|
input[type='checkbox']:focus + label::before,
|
|
105
105
|
input[type='checkbox']:focus + span::before,
|
|
106
|
-
input[type='radio']:focus
|
|
107
|
-
input[type='radio']:focus
|
|
106
|
+
input[type='radio']:focus + label::before,
|
|
107
|
+
input[type='radio']:focus + span::before,
|
|
108
108
|
input[type='checkbox']:hover:checked:not(:disabled) + label::before,
|
|
109
109
|
input[type='checkbox']:hover:checked:not(:disabled) + span::before,
|
|
110
110
|
input[type='radio']:hover:checked:not(:disabled) + label::before,
|
|
@@ -16692,6 +16692,9 @@ svg.HelpButton {
|
|
|
16692
16692
|
.SRC-portalCard .SRC-cardThumbnail img.iconImg {
|
|
16693
16693
|
max-width: 75px;
|
|
16694
16694
|
}
|
|
16695
|
+
.SRC-portalCard .SRC-cardThumbnail svg {
|
|
16696
|
+
min-height: 55px;
|
|
16697
|
+
}
|
|
16695
16698
|
.SRC-portalCard .SRC-cardMetadata {
|
|
16696
16699
|
background-color: #f9f9f9;
|
|
16697
16700
|
}
|
|
@@ -17835,25 +17838,25 @@ svg.HelpButton {
|
|
|
17835
17838
|
}
|
|
17836
17839
|
.markdown p {
|
|
17837
17840
|
margin: 0px;
|
|
17838
|
-
|
|
17841
|
+
margin-bottom: 12px;
|
|
17839
17842
|
}
|
|
17840
17843
|
.markdown h1 {
|
|
17841
|
-
|
|
17844
|
+
margin: 35px 0 24px 0;
|
|
17842
17845
|
}
|
|
17843
17846
|
.markdown h2 {
|
|
17844
|
-
|
|
17847
|
+
margin: 29px 0 22px 0;
|
|
17845
17848
|
}
|
|
17846
17849
|
.markdown h3 {
|
|
17847
|
-
|
|
17850
|
+
margin: 23px 0 20px 0;
|
|
17848
17851
|
}
|
|
17849
17852
|
.markdown h4 {
|
|
17850
|
-
|
|
17853
|
+
margin: 17px 0 18px 0;
|
|
17851
17854
|
}
|
|
17852
17855
|
.markdown h5 {
|
|
17853
|
-
|
|
17856
|
+
margin: 11px 0 16px 0;
|
|
17854
17857
|
}
|
|
17855
17858
|
.markdown h6 {
|
|
17856
|
-
|
|
17859
|
+
margin: 5px 0 14px 0;
|
|
17857
17860
|
}
|
|
17858
17861
|
.toc-indent1 {
|
|
17859
17862
|
margin-left: 35px;
|
|
@@ -17876,6 +17879,9 @@ svg.HelpButton {
|
|
|
17876
17879
|
.markdown span.bootstrap-4-backport a {
|
|
17877
17880
|
margin: 20px 20px 20px 0px;
|
|
17878
17881
|
}
|
|
17882
|
+
.markdown details {
|
|
17883
|
+
cursor: pointer;
|
|
17884
|
+
}
|
|
17879
17885
|
.page-progress button,
|
|
17880
17886
|
.page-progress button:active,
|
|
17881
17887
|
.page-progress button:focus,
|
|
@@ -18633,6 +18639,15 @@ svg.HelpButton {
|
|
|
18633
18639
|
box-shadow: none;
|
|
18634
18640
|
border-radius: 2px;
|
|
18635
18641
|
}
|
|
18642
|
+
.QueryWrapperSearchInput__helppopoverwrapper,
|
|
18643
|
+
.QueryWrapperSqlEditorInput__helppopoverwrapper {
|
|
18644
|
+
display: grid;
|
|
18645
|
+
grid-template-columns: auto 25px;
|
|
18646
|
+
}
|
|
18647
|
+
.QueryWrapperSearchInput__helppopover,
|
|
18648
|
+
.QueryWrapperSqlEditorInput__helppopover {
|
|
18649
|
+
place-self: center;
|
|
18650
|
+
}
|
|
18636
18651
|
.QueryWrapperSearchInput__searchbar,
|
|
18637
18652
|
.QueryWrapperSqlEditorInput__searchbar {
|
|
18638
18653
|
height: 50px;
|
|
@@ -18940,8 +18955,8 @@ input[type=radio] + span::before {
|
|
|
18940
18955
|
}
|
|
18941
18956
|
input[type=checkbox]:focus + label::before,
|
|
18942
18957
|
input[type=checkbox]:focus + span::before,
|
|
18943
|
-
input[type=radio]:focus
|
|
18944
|
-
input[type=radio]:focus
|
|
18958
|
+
input[type=radio]:focus + label::before,
|
|
18959
|
+
input[type=radio]:focus + span::before,
|
|
18945
18960
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
18946
18961
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
18947
18962
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -19147,8 +19162,8 @@ input[type=radio] + span {
|
|
|
19147
19162
|
}
|
|
19148
19163
|
.EnumFacetFilter input[type=checkbox]:focus + label::before,
|
|
19149
19164
|
.EnumFacetFilter input[type=checkbox]:focus + span::before,
|
|
19150
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19151
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19165
|
+
.EnumFacetFilter input[type=radio]:focus + label::before,
|
|
19166
|
+
.EnumFacetFilter input[type=radio]:focus + span::before,
|
|
19152
19167
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
19153
19168
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
19154
19169
|
.EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -20865,6 +20880,7 @@ input[type=radio] + span {
|
|
|
20865
20880
|
display: inline-flex;
|
|
20866
20881
|
flex-wrap: wrap;
|
|
20867
20882
|
align-content: center;
|
|
20883
|
+
max-width: 1300px;
|
|
20868
20884
|
}
|
|
20869
20885
|
.SynapseHomepage .PoweredBySynapseFlexContainer .PoweredBySynapseItem {
|
|
20870
20886
|
margin: 0 auto;
|
|
@@ -21317,8 +21333,8 @@ input[type=radio] + span::before {
|
|
|
21317
21333
|
}
|
|
21318
21334
|
input[type=checkbox]:focus + label::before,
|
|
21319
21335
|
input[type=checkbox]:focus + span::before,
|
|
21320
|
-
input[type=radio]:focus
|
|
21321
|
-
input[type=radio]:focus
|
|
21336
|
+
input[type=radio]:focus + label::before,
|
|
21337
|
+
input[type=radio]:focus + span::before,
|
|
21322
21338
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21323
21339
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21324
21340
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21678,8 +21694,8 @@ input[type=radio] + span {
|
|
|
21678
21694
|
}
|
|
21679
21695
|
.DetailsViewTable input[type=checkbox]:focus + label::before,
|
|
21680
21696
|
.DetailsViewTable input[type=checkbox]:focus + span::before,
|
|
21681
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21682
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21697
|
+
.DetailsViewTable input[type=radio]:focus + label::before,
|
|
21698
|
+
.DetailsViewTable input[type=radio]:focus + span::before,
|
|
21683
21699
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21684
21700
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21685
21701
|
.DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23610,8 +23626,8 @@ input[type=radio] + span::before {
|
|
|
23610
23626
|
}
|
|
23611
23627
|
input[type=checkbox]:focus + label::before,
|
|
23612
23628
|
input[type=checkbox]:focus + span::before,
|
|
23613
|
-
input[type=radio]:focus
|
|
23614
|
-
input[type=radio]:focus
|
|
23629
|
+
input[type=radio]:focus + label::before,
|
|
23630
|
+
input[type=radio]:focus + span::before,
|
|
23615
23631
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23616
23632
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23617
23633
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23757,8 +23773,8 @@ input[type=radio] + span {
|
|
|
23757
23773
|
}
|
|
23758
23774
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + label::before,
|
|
23759
23775
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + span::before,
|
|
23760
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23761
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23776
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + label::before,
|
|
23777
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + span::before,
|
|
23762
23778
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23763
23779
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23764
23780
|
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -24186,6 +24202,125 @@ input[type=radio] + span {
|
|
|
24186
24202
|
.search-result-container .search-result-footer {
|
|
24187
24203
|
opacity: 0.7;
|
|
24188
24204
|
}
|
|
24205
|
+
.terms-conditions .view-terms a,
|
|
24206
|
+
.terms-conditions .view-terms a:active:focus,
|
|
24207
|
+
.page-progress button,
|
|
24208
|
+
.page-progress button:active,
|
|
24209
|
+
.page-progress button:focus,
|
|
24210
|
+
.page-progress button:active:focus {
|
|
24211
|
+
border: 0;
|
|
24212
|
+
outline: none;
|
|
24213
|
+
box-shadow: none;
|
|
24214
|
+
border-radius: 2px;
|
|
24215
|
+
}
|
|
24216
|
+
@media screen and (min-width: 768px) {
|
|
24217
|
+
.SubmissionPage {
|
|
24218
|
+
display: flex;
|
|
24219
|
+
}
|
|
24220
|
+
.SubmissionPage .SubmissionSummary {
|
|
24221
|
+
width: 375px;
|
|
24222
|
+
max-width: 400px;
|
|
24223
|
+
padding-right: 40px;
|
|
24224
|
+
}
|
|
24225
|
+
.SubmissionPage .SubmissionRightPane {
|
|
24226
|
+
flex-grow: 1;
|
|
24227
|
+
}
|
|
24228
|
+
}
|
|
24229
|
+
.SubmissionPage .ButtonContainer {
|
|
24230
|
+
display: flex;
|
|
24231
|
+
gap: 10px;
|
|
24232
|
+
}
|
|
24233
|
+
.SubmissionPage .ButtonContainer button {
|
|
24234
|
+
flex-grow: 1;
|
|
24235
|
+
flex-basis: 0;
|
|
24236
|
+
}
|
|
24237
|
+
.SubmissionPage .SubmissionSummary {
|
|
24238
|
+
margin-bottom: 15px;
|
|
24239
|
+
}
|
|
24240
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid {
|
|
24241
|
+
display: grid;
|
|
24242
|
+
column-gap: 10px;
|
|
24243
|
+
grid-template-columns: auto auto;
|
|
24244
|
+
}
|
|
24245
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Key {
|
|
24246
|
+
grid-column: 1;
|
|
24247
|
+
}
|
|
24248
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Value {
|
|
24249
|
+
grid-column: 2;
|
|
24250
|
+
}
|
|
24251
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid > * {
|
|
24252
|
+
white-space: nowrap;
|
|
24253
|
+
}
|
|
24254
|
+
.SubmissionPage ul {
|
|
24255
|
+
padding-left: 25px;
|
|
24256
|
+
}
|
|
24257
|
+
.SubmissionPage ul li {
|
|
24258
|
+
margin-top: 5px;
|
|
24259
|
+
}
|
|
24260
|
+
.SubmissionPage .AccessRequirementWikiContainer {
|
|
24261
|
+
background: #fbfbfc;
|
|
24262
|
+
border: 1px solid #dfe2e6;
|
|
24263
|
+
}
|
|
24264
|
+
.SubmissionPage .AccessRequirementWikiContainer .AccessRequirementWikiContent {
|
|
24265
|
+
margin: 40px;
|
|
24266
|
+
}
|
|
24267
|
+
.terms-conditions .view-terms a,
|
|
24268
|
+
.terms-conditions .view-terms a:active:focus,
|
|
24269
|
+
.page-progress button,
|
|
24270
|
+
.page-progress button:active,
|
|
24271
|
+
.page-progress button:focus,
|
|
24272
|
+
.page-progress button:active:focus {
|
|
24273
|
+
border: 0;
|
|
24274
|
+
outline: none;
|
|
24275
|
+
box-shadow: none;
|
|
24276
|
+
border-radius: 2px;
|
|
24277
|
+
}
|
|
24278
|
+
.AccessApprovalsTable,
|
|
24279
|
+
.AccessSubmissionTable,
|
|
24280
|
+
.AccessRequirementsTable {
|
|
24281
|
+
margin-top: 20px;
|
|
24282
|
+
}
|
|
24283
|
+
.AccessApprovalsTable thead,
|
|
24284
|
+
.AccessSubmissionTable thead,
|
|
24285
|
+
.AccessRequirementsTable thead {
|
|
24286
|
+
background-color: #f1f3f5;
|
|
24287
|
+
}
|
|
24288
|
+
.AccessApprovalsTable thead th,
|
|
24289
|
+
.AccessSubmissionTable thead th,
|
|
24290
|
+
.AccessRequirementsTable thead th {
|
|
24291
|
+
vertical-align: middle;
|
|
24292
|
+
white-space: nowrap;
|
|
24293
|
+
}
|
|
24294
|
+
.AccessApprovalsTable th,
|
|
24295
|
+
.AccessApprovalsTable td,
|
|
24296
|
+
.AccessSubmissionTable th,
|
|
24297
|
+
.AccessSubmissionTable td,
|
|
24298
|
+
.AccessRequirementsTable th,
|
|
24299
|
+
.AccessRequirementsTable td {
|
|
24300
|
+
border: none;
|
|
24301
|
+
}
|
|
24302
|
+
.AccessApprovalsTable li,
|
|
24303
|
+
.AccessSubmissionTable li,
|
|
24304
|
+
.AccessRequirementsTable li {
|
|
24305
|
+
list-style: none;
|
|
24306
|
+
}
|
|
24307
|
+
.AccessApprovalsTable .requestor,
|
|
24308
|
+
.AccessSubmissionTable .requestor,
|
|
24309
|
+
.AccessRequirementsTable .requestor {
|
|
24310
|
+
font-style: italic;
|
|
24311
|
+
color: #878e95 !important;
|
|
24312
|
+
}
|
|
24313
|
+
.AccessApprovalsTable .expired,
|
|
24314
|
+
.AccessSubmissionTable .expired,
|
|
24315
|
+
.AccessRequirementsTable .expired {
|
|
24316
|
+
color: #878e95;
|
|
24317
|
+
}
|
|
24318
|
+
.AccessApprovalsTable .non-expire,
|
|
24319
|
+
.AccessSubmissionTable .non-expire,
|
|
24320
|
+
.AccessRequirementsTable .non-expire {
|
|
24321
|
+
color: #878e95;
|
|
24322
|
+
font-style: italic;
|
|
24323
|
+
}
|
|
24189
24324
|
|
|
24190
24325
|
/* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/_spinner.scss */
|
|
24191
24326
|
@keyframes spinner {
|