synapse-react-client 3.0.24 → 3.0.25
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/containers/AccessApprovalsTable.d.ts +6 -0
- package/dist/containers/AccessApprovalsTable.js +90 -0
- package/dist/containers/AccessApprovalsTable.js.map +1 -0
- package/dist/containers/CardContainer.js +1 -1
- package/dist/containers/CardContainer.js.map +1 -1
- package/dist/containers/EntityBadgeIcons.d.ts +1 -1
- package/dist/containers/EntityBadgeIcons.js +30 -20
- package/dist/containers/EntityBadgeIcons.js.map +1 -1
- package/dist/containers/ErrorBanner.js +1 -1
- package/dist/containers/ErrorBanner.js.map +1 -1
- package/dist/containers/IconSvg.js +1 -1
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/TermsAndConditionsItem.js +2 -2
- package/dist/containers/TermsAndConditionsItem.js.map +1 -1
- package/dist/containers/UserSearchBoxV2.js +1 -1
- package/dist/containers/UserSearchBoxV2.js.map +1 -1
- package/dist/containers/access_requirement_list/AcceptedRequirements.js +1 -1
- package/dist/containers/access_requirement_list/AcceptedRequirements.js.map +1 -1
- package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js +1 -1
- package/dist/containers/access_requirement_list/AccessApprovalCheckMark.js.map +1 -1
- package/dist/containers/access_requirement_list/AccessRequirementList.d.ts +7 -1
- package/dist/containers/access_requirement_list/AccessRequirementList.js +63 -57
- package/dist/containers/access_requirement_list/AccessRequirementList.js.map +1 -1
- package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccess.js +1 -1
- package/dist/containers/access_requirement_list/managedACTAccess/RequestDataAccess.js.map +1 -1
- package/dist/containers/dataaccess/AccessHistoryDashboard.d.ts +2 -0
- package/dist/containers/dataaccess/AccessHistoryDashboard.js +95 -0
- package/dist/containers/dataaccess/AccessHistoryDashboard.js.map +1 -0
- package/dist/containers/dataaccess/AccessSubmissionDashboard.js +2 -1
- package/dist/containers/dataaccess/AccessSubmissionDashboard.js.map +1 -1
- package/dist/containers/dataaccess/ReviewerDashboard.js +15 -26
- package/dist/containers/dataaccess/ReviewerDashboard.js.map +1 -1
- package/dist/containers/dataaccess/SubmissionPage.js +12 -6
- package/dist/containers/dataaccess/SubmissionPage.js.map +1 -1
- package/dist/containers/entity/metadata/EntityModal.js +8 -2
- package/dist/containers/entity/metadata/EntityModal.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.js +25 -21
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +3 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +2 -2
- package/dist/containers/entity_finder/details/view/DetailsView.js +16 -5
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +5 -5
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/entity_finder/tree/EntityTree.d.ts +11 -3
- package/dist/containers/entity_finder/tree/EntityTree.js +15 -14
- package/dist/containers/entity_finder/tree/EntityTree.js.map +1 -1
- package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js +4 -4
- package/dist/containers/evaluation_queues/round_limits/EvaluationRoundLimitOptionsList.js.map +1 -1
- package/dist/containers/table/TopLevelControls.js +1 -1
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js +17 -14
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/table/table-top/DownloadOptions.d.ts +1 -5
- package/dist/containers/table/table-top/DownloadOptions.js +21 -11
- package/dist/containers/table/table-top/DownloadOptions.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/style/abstracts/_mixins.scss +5 -3
- package/dist/style/components/_all.scss +3 -3
- package/dist/style/components/_download-list.scss +0 -58
- package/dist/style/components/_entity-badge.scss +3 -3
- package/dist/style/components/_governance-dashboard.scss +2 -1
- package/dist/style/components/entity_finder/_details-view.scss +9 -3
- package/dist/style/components/entity_finder/_entity-finder.scss +2 -2
- package/dist/style/components/entity_finder/_selection-pane.scss +5 -3
- package/dist/style/main.css +56 -161
- package/dist/umd/synapse-react-client.development.css +56 -154
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +5038 -5238
- 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 +76 -76
- package/dist/umd.index.d.ts +0 -2
- package/dist/umd.index.js +0 -2
- package/dist/umd.index.js.map +1 -1
- package/dist/utils/APIConstants.d.ts +1 -0
- package/dist/utils/APIConstants.js +5 -1
- package/dist/utils/APIConstants.js.map +1 -1
- package/dist/utils/SynapseClient.js +1 -2
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.d.ts +5 -0
- package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.js +21 -0
- package/dist/utils/hooks/SynapseAPI/dataaccess/useAccessApprovals.js.map +1 -0
- package/dist/utils/hooks/SynapseAPI/entity/queryKeys.js +4 -0
- package/dist/utils/hooks/SynapseAPI/entity/queryKeys.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/entity/useEntity.d.ts +1 -0
- package/dist/utils/hooks/SynapseAPI/entity/useEntity.js +22 -1
- package/dist/utils/hooks/SynapseAPI/entity/useEntity.js.map +1 -1
- package/dist/utils/hooks/useGetInfoFromIds.js +7 -1
- package/dist/utils/hooks/useGetInfoFromIds.js.map +1 -1
- package/package.json +1 -1
- package/dist/containers/download_list/CreatePackage.d.ts +0 -8
- package/dist/containers/download_list/CreatePackage.js +0 -131
- package/dist/containers/download_list/CreatePackage.js.map +0 -1
- package/dist/containers/download_list/DownloadListTable.d.ts +0 -16
- package/dist/containers/download_list/DownloadListTable.js +0 -438
- package/dist/containers/download_list/DownloadListTable.js.map +0 -1
- package/dist/style/components/_download-link.scss +0 -57
package/dist/style/main.css
CHANGED
|
@@ -16155,10 +16155,6 @@ main .MuiDrawer-root a:not(.btn).disabled:hover,
|
|
|
16155
16155
|
#rootPanel .nav-tabs a:not(.btn).disabled:hover,
|
|
16156
16156
|
#rootPanel .dropdown-menu a:not(.btn).disabled:hover,
|
|
16157
16157
|
#rootPanel .MuiDrawer-root a:not(.btn).disabled:hover {
|
|
16158
|
-
text-decoration: underline;
|
|
16159
|
-
text-underline-offset: 4px;
|
|
16160
|
-
text-decoration-thickness: 1px;
|
|
16161
|
-
text-decoration-color: #d6d6d6;
|
|
16162
16158
|
cursor: default;
|
|
16163
16159
|
}
|
|
16164
16160
|
main * a.ignoreLink:not(.btn),
|
|
@@ -16196,10 +16192,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
|
|
|
16196
16192
|
.modal .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
|
|
16197
16193
|
#rootPanel * a.ignoreLink:not(.btn).disabled:hover,
|
|
16198
16194
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover {
|
|
16199
|
-
text-decoration: underline;
|
|
16200
|
-
text-underline-offset: 4px;
|
|
16201
|
-
text-decoration-thickness: 1px;
|
|
16202
|
-
text-decoration-color: #d6d6d6;
|
|
16203
16195
|
cursor: default;
|
|
16204
16196
|
}
|
|
16205
16197
|
main * a.ignoreLink:not(.btn):visited, main * a.ignoreLink:not(.btn):active, main * a.ignoreLink:not(.btn):link,
|
|
@@ -16277,10 +16269,6 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16277
16269
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):visited.disabled:hover,
|
|
16278
16270
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):active.disabled:hover,
|
|
16279
16271
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover {
|
|
16280
|
-
text-decoration: underline;
|
|
16281
|
-
text-underline-offset: 4px;
|
|
16282
|
-
text-decoration-thickness: 1px;
|
|
16283
|
-
text-decoration-color: #d6d6d6;
|
|
16284
16272
|
cursor: default;
|
|
16285
16273
|
}
|
|
16286
16274
|
|
|
@@ -16833,58 +16821,6 @@ svg.HelpButton {
|
|
|
16833
16821
|
margin-right: 4px;
|
|
16834
16822
|
}
|
|
16835
16823
|
|
|
16836
|
-
.DownloadListTable .create-package-text {
|
|
16837
|
-
font-size: 17px;
|
|
16838
|
-
margin: 0px;
|
|
16839
|
-
}
|
|
16840
|
-
.DownloadListTable .download-list-table-top {
|
|
16841
|
-
align-items: center;
|
|
16842
|
-
height: 40px;
|
|
16843
|
-
padding-left: 5px;
|
|
16844
|
-
}
|
|
16845
|
-
.DownloadListTable .download-list-table-top * {
|
|
16846
|
-
color: white;
|
|
16847
|
-
}
|
|
16848
|
-
.DownloadListTable .btn {
|
|
16849
|
-
margin-left: 15px;
|
|
16850
|
-
}
|
|
16851
|
-
.DownloadListTable .download-list-table td {
|
|
16852
|
-
vertical-align: middle !important;
|
|
16853
|
-
}
|
|
16854
|
-
|
|
16855
|
-
.sort {
|
|
16856
|
-
padding-left: 5px;
|
|
16857
|
-
}
|
|
16858
|
-
|
|
16859
|
-
.create-package-container {
|
|
16860
|
-
display: flex;
|
|
16861
|
-
padding: 8px;
|
|
16862
|
-
flex-flow: row wrap;
|
|
16863
|
-
align-items: center;
|
|
16864
|
-
}
|
|
16865
|
-
.create-package-container > :first-child {
|
|
16866
|
-
flex: 3;
|
|
16867
|
-
}
|
|
16868
|
-
.create-package-container > :last-child {
|
|
16869
|
-
flex: 5;
|
|
16870
|
-
}
|
|
16871
|
-
.create-package-container input {
|
|
16872
|
-
padding: 8px;
|
|
16873
|
-
}
|
|
16874
|
-
.create-package-container svg {
|
|
16875
|
-
margin-right: 8px;
|
|
16876
|
-
}
|
|
16877
|
-
|
|
16878
|
-
.zip-extension {
|
|
16879
|
-
font-size: 18px;
|
|
16880
|
-
color: #666666;
|
|
16881
|
-
margin-left: 5px;
|
|
16882
|
-
}
|
|
16883
|
-
|
|
16884
|
-
.download-list-table td {
|
|
16885
|
-
vertical-align: middle !important;
|
|
16886
|
-
}
|
|
16887
|
-
|
|
16888
16824
|
.has-access-tooltip-width {
|
|
16889
16825
|
max-width: 250px;
|
|
16890
16826
|
text-align: center;
|
|
@@ -18057,71 +17993,6 @@ svg.HelpButton {
|
|
|
18057
17993
|
border-radius: 2px;
|
|
18058
17994
|
}
|
|
18059
17995
|
|
|
18060
|
-
.Download-Link {
|
|
18061
|
-
position: relative;
|
|
18062
|
-
display: inline-block;
|
|
18063
|
-
}
|
|
18064
|
-
.Download-Link .icon-container {
|
|
18065
|
-
background-color: rgb(64, 123, 160);
|
|
18066
|
-
border-radius: 50%;
|
|
18067
|
-
width: 30px;
|
|
18068
|
-
height: 30px;
|
|
18069
|
-
padding: 20px;
|
|
18070
|
-
display: inline-flex;
|
|
18071
|
-
align-items: center;
|
|
18072
|
-
justify-content: center;
|
|
18073
|
-
vertical-align: middle;
|
|
18074
|
-
}
|
|
18075
|
-
.Download-Link .icon-container * {
|
|
18076
|
-
color: white;
|
|
18077
|
-
}
|
|
18078
|
-
.Download-Link .download-size {
|
|
18079
|
-
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
18080
|
-
background-color: green;
|
|
18081
|
-
text-align: center;
|
|
18082
|
-
position: absolute;
|
|
18083
|
-
width: 30px;
|
|
18084
|
-
height: 18px;
|
|
18085
|
-
color: white;
|
|
18086
|
-
border-radius: 8px;
|
|
18087
|
-
}
|
|
18088
|
-
.Download-Link .download-size.position-by-button {
|
|
18089
|
-
top: 7px;
|
|
18090
|
-
right: -8px;
|
|
18091
|
-
}
|
|
18092
|
-
.Download-Link .download-size.position-by-anchor {
|
|
18093
|
-
top: -20px;
|
|
18094
|
-
right: -10px;
|
|
18095
|
-
}
|
|
18096
|
-
|
|
18097
|
-
.download-list-modal-container .DownloadListTable {
|
|
18098
|
-
padding: 20px;
|
|
18099
|
-
max-height: 700px;
|
|
18100
|
-
overflow: auto;
|
|
18101
|
-
}
|
|
18102
|
-
.download-list-modal-container .DownloadListTable table {
|
|
18103
|
-
position: relative;
|
|
18104
|
-
}
|
|
18105
|
-
.download-list-modal-container .DownloadListTable table th {
|
|
18106
|
-
top: 0px;
|
|
18107
|
-
position: sticky;
|
|
18108
|
-
z-index: 12;
|
|
18109
|
-
}
|
|
18110
|
-
.download-list-modal-container .create-package-container {
|
|
18111
|
-
border-top: 1px solid #dcdcdc;
|
|
18112
|
-
}
|
|
18113
|
-
|
|
18114
|
-
.page-progress button,
|
|
18115
|
-
.page-progress button:active,
|
|
18116
|
-
.page-progress button:focus,
|
|
18117
|
-
.page-progress button:active:focus, .terms-conditions .view-terms a,
|
|
18118
|
-
.terms-conditions .view-terms a:active:focus {
|
|
18119
|
-
border: 0;
|
|
18120
|
-
outline: none;
|
|
18121
|
-
box-shadow: none;
|
|
18122
|
-
border-radius: 2px;
|
|
18123
|
-
}
|
|
18124
|
-
|
|
18125
17996
|
.TotalQueryResults {
|
|
18126
17997
|
color: #1a1c29;
|
|
18127
17998
|
background: unset;
|
|
@@ -21061,14 +20932,14 @@ input[type=radio] + span {
|
|
|
21061
20932
|
}
|
|
21062
20933
|
.EntityFinder__Search .SearchIcon {
|
|
21063
20934
|
position: relative;
|
|
21064
|
-
left:
|
|
20935
|
+
left: 27px;
|
|
21065
20936
|
top: 1px;
|
|
21066
20937
|
}
|
|
21067
20938
|
.EntityFinder__Search .ClearSearchIcon {
|
|
21068
20939
|
color: rgb(64, 123, 160);
|
|
21069
20940
|
cursor: pointer;
|
|
21070
20941
|
position: relative;
|
|
21071
|
-
left: -
|
|
20942
|
+
left: -30px;
|
|
21072
20943
|
margin-right: -8px;
|
|
21073
20944
|
}
|
|
21074
20945
|
.EntityFinder__Search button.btn {
|
|
@@ -21166,7 +21037,7 @@ input[type=radio] + span {
|
|
|
21166
21037
|
|
|
21167
21038
|
.EntityFinder__Search .SearchIcon {
|
|
21168
21039
|
position: relative;
|
|
21169
|
-
left:
|
|
21040
|
+
left: 27px;
|
|
21170
21041
|
top: 1px;
|
|
21171
21042
|
}
|
|
21172
21043
|
|
|
@@ -21174,7 +21045,7 @@ input[type=radio] + span {
|
|
|
21174
21045
|
color: rgb(64, 123, 160);
|
|
21175
21046
|
cursor: pointer;
|
|
21176
21047
|
position: relative;
|
|
21177
|
-
left: -
|
|
21048
|
+
left: -30px;
|
|
21178
21049
|
margin-right: -8px;
|
|
21179
21050
|
}
|
|
21180
21051
|
|
|
@@ -21429,7 +21300,7 @@ input[type=radio] + span {
|
|
|
21429
21300
|
background-color: #ffffff;
|
|
21430
21301
|
position: relative;
|
|
21431
21302
|
box-sizing: border-box;
|
|
21432
|
-
font-size:
|
|
21303
|
+
font-size: 14px;
|
|
21433
21304
|
}
|
|
21434
21305
|
.DetailsViewTable--disabled {
|
|
21435
21306
|
opacity: 0.7;
|
|
@@ -21826,6 +21697,31 @@ input[type=radio] + span {
|
|
|
21826
21697
|
.EntityFinderDetailsViewRow[aria-hidden=true] {
|
|
21827
21698
|
display: none;
|
|
21828
21699
|
}
|
|
21700
|
+
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink {
|
|
21701
|
+
color: rgb(64, 123, 160);
|
|
21702
|
+
text-decoration: none;
|
|
21703
|
+
font-weight: 700;
|
|
21704
|
+
letter-spacing: 0.5px;
|
|
21705
|
+
}
|
|
21706
|
+
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink:hover {
|
|
21707
|
+
text-decoration: underline;
|
|
21708
|
+
text-underline-offset: 4px;
|
|
21709
|
+
text-decoration-thickness: 2px;
|
|
21710
|
+
text-decoration-color: #2a678d;
|
|
21711
|
+
}
|
|
21712
|
+
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled {
|
|
21713
|
+
color: #aeb5bc;
|
|
21714
|
+
}
|
|
21715
|
+
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink.disabled:hover {
|
|
21716
|
+
text-decoration: underline;
|
|
21717
|
+
text-underline-offset: 4px;
|
|
21718
|
+
text-decoration-thickness: 1px;
|
|
21719
|
+
text-decoration-color: #d6d6d6;
|
|
21720
|
+
cursor: default;
|
|
21721
|
+
}
|
|
21722
|
+
.EntityFinderDetailsViewRow .EntityFinderTableCellEntityIcon svg {
|
|
21723
|
+
width: 20px;
|
|
21724
|
+
}
|
|
21829
21725
|
|
|
21830
21726
|
.terms-conditions .view-terms a,
|
|
21831
21727
|
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
@@ -21858,7 +21754,7 @@ input[type=radio] + span {
|
|
|
21858
21754
|
|
|
21859
21755
|
.EntityFinder__Search .SearchIcon {
|
|
21860
21756
|
position: relative;
|
|
21861
|
-
left:
|
|
21757
|
+
left: 27px;
|
|
21862
21758
|
top: 1px;
|
|
21863
21759
|
}
|
|
21864
21760
|
|
|
@@ -21866,7 +21762,7 @@ input[type=radio] + span {
|
|
|
21866
21762
|
color: rgb(64, 123, 160);
|
|
21867
21763
|
cursor: pointer;
|
|
21868
21764
|
position: relative;
|
|
21869
|
-
left: -
|
|
21765
|
+
left: -30px;
|
|
21870
21766
|
margin-right: -8px;
|
|
21871
21767
|
}
|
|
21872
21768
|
|
|
@@ -22047,7 +21943,7 @@ input[type=radio] + span {
|
|
|
22047
21943
|
|
|
22048
21944
|
.EntityFinder__Search .SearchIcon {
|
|
22049
21945
|
position: relative;
|
|
22050
|
-
left:
|
|
21946
|
+
left: 27px;
|
|
22051
21947
|
top: 1px;
|
|
22052
21948
|
}
|
|
22053
21949
|
|
|
@@ -22055,7 +21951,7 @@ input[type=radio] + span {
|
|
|
22055
21951
|
color: rgb(64, 123, 160);
|
|
22056
21952
|
cursor: pointer;
|
|
22057
21953
|
position: relative;
|
|
22058
|
-
left: -
|
|
21954
|
+
left: -30px;
|
|
22059
21955
|
margin-right: -8px;
|
|
22060
21956
|
}
|
|
22061
21957
|
|
|
@@ -22203,7 +22099,7 @@ input[type=radio] + span {
|
|
|
22203
22099
|
|
|
22204
22100
|
.EntityFinder__Search .SearchIcon {
|
|
22205
22101
|
position: relative;
|
|
22206
|
-
left:
|
|
22102
|
+
left: 27px;
|
|
22207
22103
|
top: 1px;
|
|
22208
22104
|
}
|
|
22209
22105
|
|
|
@@ -22211,7 +22107,7 @@ input[type=radio] + span {
|
|
|
22211
22107
|
color: rgb(64, 123, 160);
|
|
22212
22108
|
cursor: pointer;
|
|
22213
22109
|
position: relative;
|
|
22214
|
-
left: -
|
|
22110
|
+
left: -30px;
|
|
22215
22111
|
margin-right: -8px;
|
|
22216
22112
|
}
|
|
22217
22113
|
|
|
@@ -22360,7 +22256,7 @@ input[type=radio] + span {
|
|
|
22360
22256
|
|
|
22361
22257
|
.EntityFinder__Search .SearchIcon {
|
|
22362
22258
|
position: relative;
|
|
22363
|
-
left:
|
|
22259
|
+
left: 27px;
|
|
22364
22260
|
top: 1px;
|
|
22365
22261
|
}
|
|
22366
22262
|
|
|
@@ -22368,7 +22264,7 @@ input[type=radio] + span {
|
|
|
22368
22264
|
color: rgb(64, 123, 160);
|
|
22369
22265
|
cursor: pointer;
|
|
22370
22266
|
position: relative;
|
|
22371
|
-
left: -
|
|
22267
|
+
left: -30px;
|
|
22372
22268
|
margin-right: -8px;
|
|
22373
22269
|
}
|
|
22374
22270
|
|
|
@@ -22515,11 +22411,13 @@ input[type=radio] + span {
|
|
|
22515
22411
|
.EntityFinderSelectionPane__Row {
|
|
22516
22412
|
display: flex;
|
|
22517
22413
|
align-items: center;
|
|
22518
|
-
margin
|
|
22414
|
+
margin: 5px 0px;
|
|
22519
22415
|
}
|
|
22520
22416
|
.EntityFinderSelectionPane__Row .EntityIcon {
|
|
22521
|
-
margin:
|
|
22522
|
-
|
|
22417
|
+
margin-right: 5px;
|
|
22418
|
+
}
|
|
22419
|
+
.EntityFinderSelectionPane__Row .EntityIcon svg {
|
|
22420
|
+
width: 18px;
|
|
22523
22421
|
}
|
|
22524
22422
|
.EntityFinderSelectionPane__Row__EntityName {
|
|
22525
22423
|
font-weight: bold;
|
|
@@ -22547,9 +22445,9 @@ input[type=radio] + span {
|
|
|
22547
22445
|
flex-direction: row-reverse;
|
|
22548
22446
|
}
|
|
22549
22447
|
.EntityBadge__Badge {
|
|
22550
|
-
margin:
|
|
22551
|
-
max-width:
|
|
22552
|
-
max-height:
|
|
22448
|
+
margin: 1px;
|
|
22449
|
+
max-width: 16px;
|
|
22450
|
+
max-height: 16px;
|
|
22553
22451
|
}
|
|
22554
22452
|
.EntityBadge__Badge.Unlink {
|
|
22555
22453
|
color: #c94281;
|
|
@@ -23450,10 +23348,6 @@ table.DownloadListTableV2 td {
|
|
|
23450
23348
|
color: #aeb5bc;
|
|
23451
23349
|
}
|
|
23452
23350
|
.SynapseNavContentDrawer .createProjectLink.disabled:hover {
|
|
23453
|
-
text-decoration: underline;
|
|
23454
|
-
text-underline-offset: 4px;
|
|
23455
|
-
text-decoration-thickness: 1px;
|
|
23456
|
-
text-decoration-color: #d6d6d6;
|
|
23457
23351
|
cursor: default;
|
|
23458
23352
|
}
|
|
23459
23353
|
|
|
@@ -24597,10 +24491,6 @@ input[type=radio] + span {
|
|
|
24597
24491
|
color: #aeb5bc;
|
|
24598
24492
|
}
|
|
24599
24493
|
.ReviewerDashboard .Tabs .Tab.disabled:hover {
|
|
24600
|
-
text-decoration: underline;
|
|
24601
|
-
text-underline-offset: 4px;
|
|
24602
|
-
text-decoration-thickness: 1px;
|
|
24603
|
-
text-decoration-color: #d6d6d6;
|
|
24604
24494
|
cursor: default;
|
|
24605
24495
|
}
|
|
24606
24496
|
.ReviewerDashboard .TabContentContainer {
|
|
@@ -24658,22 +24548,26 @@ input[type=radio] + span {
|
|
|
24658
24548
|
}
|
|
24659
24549
|
|
|
24660
24550
|
.AccessRequirementDashboard .InputPanel,
|
|
24661
|
-
.AccessSubmissionDashboard .InputPanel
|
|
24551
|
+
.AccessSubmissionDashboard .InputPanel,
|
|
24552
|
+
.UserHistoryDashboard .InputPanel {
|
|
24662
24553
|
display: grid;
|
|
24663
24554
|
grid-template-columns: auto 265px auto;
|
|
24664
24555
|
gap: 25px;
|
|
24665
24556
|
}
|
|
24666
24557
|
.AccessRequirementDashboard .InputPanel input,
|
|
24667
|
-
.AccessSubmissionDashboard .InputPanel input
|
|
24558
|
+
.AccessSubmissionDashboard .InputPanel input,
|
|
24559
|
+
.UserHistoryDashboard .InputPanel input {
|
|
24668
24560
|
margin-bottom: 0;
|
|
24669
24561
|
}
|
|
24670
24562
|
.AccessRequirementDashboard .InputPanel .ProjectIdInputGroup,
|
|
24671
|
-
.AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup
|
|
24563
|
+
.AccessSubmissionDashboard .InputPanel .ProjectIdInputGroup,
|
|
24564
|
+
.UserHistoryDashboard .InputPanel .ProjectIdInputGroup {
|
|
24672
24565
|
display: flex;
|
|
24673
24566
|
gap: 5px;
|
|
24674
24567
|
}
|
|
24675
24568
|
.AccessRequirementDashboard .InputPanel .styled-svg-wrapper,
|
|
24676
|
-
.AccessSubmissionDashboard .InputPanel .styled-svg-wrapper
|
|
24569
|
+
.AccessSubmissionDashboard .InputPanel .styled-svg-wrapper,
|
|
24570
|
+
.UserHistoryDashboard .InputPanel .styled-svg-wrapper {
|
|
24677
24571
|
position: absolute;
|
|
24678
24572
|
right: 5px;
|
|
24679
24573
|
z-index: 5;
|
|
@@ -24682,7 +24576,8 @@ input[type=radio] + span {
|
|
|
24682
24576
|
align-items: center;
|
|
24683
24577
|
}
|
|
24684
24578
|
.AccessRequirementDashboard .SubmissionGrid,
|
|
24685
|
-
.AccessSubmissionDashboard .SubmissionGrid
|
|
24579
|
+
.AccessSubmissionDashboard .SubmissionGrid,
|
|
24580
|
+
.UserHistoryDashboard .SubmissionGrid {
|
|
24686
24581
|
grid-template-columns: auto auto auto;
|
|
24687
24582
|
}
|
|
24688
24583
|
|