synapse-react-client 3.0.14 → 3.0.15
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/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/FluidModal.d.ts +0 -1
- package/dist/containers/FluidModal.js +0 -5
- package/dist/containers/FluidModal.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/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 +53 -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/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 +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.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/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/style/components/_all.scss +1 -1
- package/dist/style/components/_cards.scss +3 -0
- package/dist/style/components/_markdown.scss +11 -7
- package/dist/style/components/_submission-page.scss +58 -0
- package/dist/style/main.css +89 -19
- package/dist/template_style/_form.scss +2 -2
- package/dist/umd/synapse-react-client.development.css +87 -19
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +9627 -3910
- 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 +5 -0
- package/dist/utils/APIConstants.js +13 -1
- package/dist/utils/APIConstants.js.map +1 -1
- package/dist/utils/SynapseClient.d.ts +13 -6
- package/dist/utils/SynapseClient.js +19 -7
- 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 +1 -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/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/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/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
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,
|
|
@@ -18911,8 +18918,8 @@ input[type=radio] + span::before {
|
|
|
18911
18918
|
|
|
18912
18919
|
input[type=checkbox]:focus + label::before,
|
|
18913
18920
|
input[type=checkbox]:focus + span::before,
|
|
18914
|
-
input[type=radio]:focus
|
|
18915
|
-
input[type=radio]:focus
|
|
18921
|
+
input[type=radio]:focus + label::before,
|
|
18922
|
+
input[type=radio]:focus + span::before,
|
|
18916
18923
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
18917
18924
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
18918
18925
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -19128,8 +19135,8 @@ input[type=radio] + span {
|
|
|
19128
19135
|
}
|
|
19129
19136
|
.EnumFacetFilter input[type=checkbox]:focus + label::before,
|
|
19130
19137
|
.EnumFacetFilter input[type=checkbox]:focus + span::before,
|
|
19131
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19132
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19138
|
+
.EnumFacetFilter input[type=radio]:focus + label::before,
|
|
19139
|
+
.EnumFacetFilter input[type=radio]:focus + span::before,
|
|
19133
19140
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
19134
19141
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
19135
19142
|
.EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21356,8 +21363,8 @@ input[type=radio] + span::before {
|
|
|
21356
21363
|
|
|
21357
21364
|
input[type=checkbox]:focus + label::before,
|
|
21358
21365
|
input[type=checkbox]:focus + span::before,
|
|
21359
|
-
input[type=radio]:focus
|
|
21360
|
-
input[type=radio]:focus
|
|
21366
|
+
input[type=radio]:focus + label::before,
|
|
21367
|
+
input[type=radio]:focus + span::before,
|
|
21361
21368
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21362
21369
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21363
21370
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21718,8 +21725,8 @@ input[type=radio] + span {
|
|
|
21718
21725
|
}
|
|
21719
21726
|
.DetailsViewTable input[type=checkbox]:focus + label::before,
|
|
21720
21727
|
.DetailsViewTable input[type=checkbox]:focus + span::before,
|
|
21721
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21722
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21728
|
+
.DetailsViewTable input[type=radio]:focus + label::before,
|
|
21729
|
+
.DetailsViewTable input[type=radio]:focus + span::before,
|
|
21723
21730
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21724
21731
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21725
21732
|
.DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23818,8 +23825,8 @@ input[type=radio] + span::before {
|
|
|
23818
23825
|
|
|
23819
23826
|
input[type=checkbox]:focus + label::before,
|
|
23820
23827
|
input[type=checkbox]:focus + span::before,
|
|
23821
|
-
input[type=radio]:focus
|
|
23822
|
-
input[type=radio]:focus
|
|
23828
|
+
input[type=radio]:focus + label::before,
|
|
23829
|
+
input[type=radio]:focus + span::before,
|
|
23823
23830
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23824
23831
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23825
23832
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23975,8 +23982,8 @@ input[type=radio] + span {
|
|
|
23975
23982
|
}
|
|
23976
23983
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + label::before,
|
|
23977
23984
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + span::before,
|
|
23978
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23979
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23985
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + label::before,
|
|
23986
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + span::before,
|
|
23980
23987
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23981
23988
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23982
23989
|
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -24400,4 +24407,67 @@ input[type=radio] + span {
|
|
|
24400
24407
|
opacity: 0.7;
|
|
24401
24408
|
}
|
|
24402
24409
|
|
|
24410
|
+
.terms-conditions .view-terms a,
|
|
24411
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24412
|
+
.page-progress button:active,
|
|
24413
|
+
.page-progress button:focus,
|
|
24414
|
+
.page-progress button:active:focus {
|
|
24415
|
+
border: 0;
|
|
24416
|
+
outline: none;
|
|
24417
|
+
box-shadow: none;
|
|
24418
|
+
border-radius: 2px;
|
|
24419
|
+
}
|
|
24420
|
+
|
|
24421
|
+
@media screen and (min-width: 768px) {
|
|
24422
|
+
.SubmissionPage {
|
|
24423
|
+
display: flex;
|
|
24424
|
+
}
|
|
24425
|
+
.SubmissionPage .SubmissionSummary {
|
|
24426
|
+
width: 375px;
|
|
24427
|
+
max-width: 400px;
|
|
24428
|
+
padding-right: 40px;
|
|
24429
|
+
}
|
|
24430
|
+
.SubmissionPage .SubmissionRightPane {
|
|
24431
|
+
flex-grow: 1;
|
|
24432
|
+
}
|
|
24433
|
+
}
|
|
24434
|
+
.SubmissionPage .ButtonContainer {
|
|
24435
|
+
display: flex;
|
|
24436
|
+
gap: 10px;
|
|
24437
|
+
}
|
|
24438
|
+
.SubmissionPage .ButtonContainer button {
|
|
24439
|
+
flex-grow: 1;
|
|
24440
|
+
flex-basis: 0;
|
|
24441
|
+
}
|
|
24442
|
+
.SubmissionPage .SubmissionSummary {
|
|
24443
|
+
margin-bottom: 15px;
|
|
24444
|
+
}
|
|
24445
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid {
|
|
24446
|
+
display: grid;
|
|
24447
|
+
column-gap: 10px;
|
|
24448
|
+
grid-template-columns: auto auto;
|
|
24449
|
+
}
|
|
24450
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Key {
|
|
24451
|
+
grid-column: 1;
|
|
24452
|
+
}
|
|
24453
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Value {
|
|
24454
|
+
grid-column: 2;
|
|
24455
|
+
}
|
|
24456
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid > * {
|
|
24457
|
+
white-space: nowrap;
|
|
24458
|
+
}
|
|
24459
|
+
.SubmissionPage ul {
|
|
24460
|
+
padding-left: 25px;
|
|
24461
|
+
}
|
|
24462
|
+
.SubmissionPage ul li {
|
|
24463
|
+
margin-top: 5px;
|
|
24464
|
+
}
|
|
24465
|
+
.SubmissionPage .AccessRequirementWikiContainer {
|
|
24466
|
+
background: #fbfbfc;
|
|
24467
|
+
border: 1px solid #dfe2e6;
|
|
24468
|
+
}
|
|
24469
|
+
.SubmissionPage .AccessRequirementWikiContainer .AccessRequirementWikiContent {
|
|
24470
|
+
margin: 40px;
|
|
24471
|
+
}
|
|
24472
|
+
|
|
24403
24473
|
/*# 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,
|
|
@@ -18940,8 +18946,8 @@ input[type=radio] + span::before {
|
|
|
18940
18946
|
}
|
|
18941
18947
|
input[type=checkbox]:focus + label::before,
|
|
18942
18948
|
input[type=checkbox]:focus + span::before,
|
|
18943
|
-
input[type=radio]:focus
|
|
18944
|
-
input[type=radio]:focus
|
|
18949
|
+
input[type=radio]:focus + label::before,
|
|
18950
|
+
input[type=radio]:focus + span::before,
|
|
18945
18951
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
18946
18952
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
18947
18953
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -19147,8 +19153,8 @@ input[type=radio] + span {
|
|
|
19147
19153
|
}
|
|
19148
19154
|
.EnumFacetFilter input[type=checkbox]:focus + label::before,
|
|
19149
19155
|
.EnumFacetFilter input[type=checkbox]:focus + span::before,
|
|
19150
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19151
|
-
.EnumFacetFilter input[type=radio]:focus
|
|
19156
|
+
.EnumFacetFilter input[type=radio]:focus + label::before,
|
|
19157
|
+
.EnumFacetFilter input[type=radio]:focus + span::before,
|
|
19152
19158
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
19153
19159
|
.EnumFacetFilter input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
19154
19160
|
.EnumFacetFilter input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21317,8 +21323,8 @@ input[type=radio] + span::before {
|
|
|
21317
21323
|
}
|
|
21318
21324
|
input[type=checkbox]:focus + label::before,
|
|
21319
21325
|
input[type=checkbox]:focus + span::before,
|
|
21320
|
-
input[type=radio]:focus
|
|
21321
|
-
input[type=radio]:focus
|
|
21326
|
+
input[type=radio]:focus + label::before,
|
|
21327
|
+
input[type=radio]:focus + span::before,
|
|
21322
21328
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21323
21329
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21324
21330
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -21678,8 +21684,8 @@ input[type=radio] + span {
|
|
|
21678
21684
|
}
|
|
21679
21685
|
.DetailsViewTable input[type=checkbox]:focus + label::before,
|
|
21680
21686
|
.DetailsViewTable input[type=checkbox]:focus + span::before,
|
|
21681
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21682
|
-
.DetailsViewTable input[type=radio]:focus
|
|
21687
|
+
.DetailsViewTable input[type=radio]:focus + label::before,
|
|
21688
|
+
.DetailsViewTable input[type=radio]:focus + span::before,
|
|
21683
21689
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
21684
21690
|
.DetailsViewTable input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
21685
21691
|
.DetailsViewTable input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23610,8 +23616,8 @@ input[type=radio] + span::before {
|
|
|
23610
23616
|
}
|
|
23611
23617
|
input[type=checkbox]:focus + label::before,
|
|
23612
23618
|
input[type=checkbox]:focus + span::before,
|
|
23613
|
-
input[type=radio]:focus
|
|
23614
|
-
input[type=radio]:focus
|
|
23619
|
+
input[type=radio]:focus + label::before,
|
|
23620
|
+
input[type=radio]:focus + span::before,
|
|
23615
23621
|
input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23616
23622
|
input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23617
23623
|
input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -23757,8 +23763,8 @@ input[type=radio] + span {
|
|
|
23757
23763
|
}
|
|
23758
23764
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + label::before,
|
|
23759
23765
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:focus + span::before,
|
|
23760
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23761
|
-
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus
|
|
23766
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + label::before,
|
|
23767
|
+
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:focus + span::before,
|
|
23762
23768
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + label::before,
|
|
23763
23769
|
.DatasetEditor .DatasetEditorTableContainer input[type=checkbox]:hover:checked:not(:disabled) + span::before,
|
|
23764
23770
|
.DatasetEditor .DatasetEditorTableContainer input[type=radio]:hover:checked:not(:disabled) + label::before,
|
|
@@ -24186,6 +24192,68 @@ input[type=radio] + span {
|
|
|
24186
24192
|
.search-result-container .search-result-footer {
|
|
24187
24193
|
opacity: 0.7;
|
|
24188
24194
|
}
|
|
24195
|
+
.terms-conditions .view-terms a,
|
|
24196
|
+
.terms-conditions .view-terms a:active:focus,
|
|
24197
|
+
.page-progress button,
|
|
24198
|
+
.page-progress button:active,
|
|
24199
|
+
.page-progress button:focus,
|
|
24200
|
+
.page-progress button:active:focus {
|
|
24201
|
+
border: 0;
|
|
24202
|
+
outline: none;
|
|
24203
|
+
box-shadow: none;
|
|
24204
|
+
border-radius: 2px;
|
|
24205
|
+
}
|
|
24206
|
+
@media screen and (min-width: 768px) {
|
|
24207
|
+
.SubmissionPage {
|
|
24208
|
+
display: flex;
|
|
24209
|
+
}
|
|
24210
|
+
.SubmissionPage .SubmissionSummary {
|
|
24211
|
+
width: 375px;
|
|
24212
|
+
max-width: 400px;
|
|
24213
|
+
padding-right: 40px;
|
|
24214
|
+
}
|
|
24215
|
+
.SubmissionPage .SubmissionRightPane {
|
|
24216
|
+
flex-grow: 1;
|
|
24217
|
+
}
|
|
24218
|
+
}
|
|
24219
|
+
.SubmissionPage .ButtonContainer {
|
|
24220
|
+
display: flex;
|
|
24221
|
+
gap: 10px;
|
|
24222
|
+
}
|
|
24223
|
+
.SubmissionPage .ButtonContainer button {
|
|
24224
|
+
flex-grow: 1;
|
|
24225
|
+
flex-basis: 0;
|
|
24226
|
+
}
|
|
24227
|
+
.SubmissionPage .SubmissionSummary {
|
|
24228
|
+
margin-bottom: 15px;
|
|
24229
|
+
}
|
|
24230
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid {
|
|
24231
|
+
display: grid;
|
|
24232
|
+
column-gap: 10px;
|
|
24233
|
+
grid-template-columns: auto auto;
|
|
24234
|
+
}
|
|
24235
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Key {
|
|
24236
|
+
grid-column: 1;
|
|
24237
|
+
}
|
|
24238
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid .Value {
|
|
24239
|
+
grid-column: 2;
|
|
24240
|
+
}
|
|
24241
|
+
.SubmissionPage .SubmissionSummary .SubmissionSummaryGrid > * {
|
|
24242
|
+
white-space: nowrap;
|
|
24243
|
+
}
|
|
24244
|
+
.SubmissionPage ul {
|
|
24245
|
+
padding-left: 25px;
|
|
24246
|
+
}
|
|
24247
|
+
.SubmissionPage ul li {
|
|
24248
|
+
margin-top: 5px;
|
|
24249
|
+
}
|
|
24250
|
+
.SubmissionPage .AccessRequirementWikiContainer {
|
|
24251
|
+
background: #fbfbfc;
|
|
24252
|
+
border: 1px solid #dfe2e6;
|
|
24253
|
+
}
|
|
24254
|
+
.SubmissionPage .AccessRequirementWikiContainer .AccessRequirementWikiContent {
|
|
24255
|
+
margin: 40px;
|
|
24256
|
+
}
|
|
24189
24257
|
|
|
24190
24258
|
/* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/_spinner.scss */
|
|
24191
24259
|
@keyframes spinner {
|