synapse-react-client 3.0.29 → 3.0.30
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/Dataset.d.ts +4 -0
- package/dist/assets/mui_components/Dataset.js +12 -0
- package/dist/assets/mui_components/Dataset.js.map +1 -0
- package/dist/assets/mui_components/DatasetCollection.d.ts +4 -0
- package/dist/assets/mui_components/DatasetCollection.js +13 -0
- package/dist/assets/mui_components/DatasetCollection.js.map +1 -0
- package/dist/containers/AddToDownloadListV2.js +4 -4
- package/dist/containers/AddToDownloadListV2.js.map +1 -1
- package/dist/containers/DirectDownload.js +4 -5
- package/dist/containers/DirectDownload.js.map +1 -1
- package/dist/containers/EntityBadgeIcons.js +43 -28
- package/dist/containers/EntityBadgeIcons.js.map +1 -1
- package/dist/containers/EntityIcon.js +1 -0
- package/dist/containers/EntityIcon.js.map +1 -1
- package/dist/containers/FavoritesPage.js +6 -6
- package/dist/containers/FavoritesPage.js.map +1 -1
- package/dist/containers/FluidModal.js +4 -1
- package/dist/containers/FluidModal.js.map +1 -1
- package/dist/containers/FullWidthAlert.js +23 -22
- package/dist/containers/FullWidthAlert.js.map +1 -1
- package/dist/containers/GenericCard.js +3 -5
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/HasAccess.js +5 -5
- package/dist/containers/HasAccess.js.map +1 -1
- package/dist/containers/IconSvg.d.ts +1 -1
- package/dist/containers/IconSvg.js +7 -1
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/InteractiveCopyIdsIcon.d.ts +5 -0
- package/dist/containers/InteractiveCopyIdsIcon.js +20 -0
- package/dist/containers/InteractiveCopyIdsIcon.js.map +1 -0
- package/dist/containers/SynapseNavDrawer.js +2 -2
- package/dist/containers/SynapseNavDrawer.js.map +1 -1
- package/dist/containers/UserCardMedium.js +3 -5
- package/dist/containers/UserCardMedium.js.map +1 -1
- package/dist/containers/dataaccess/AccessHistoryDashboard.js +2 -2
- package/dist/containers/dataaccess/AccessHistoryDashboard.js.map +1 -1
- package/dist/containers/dataaccess/AccessRequirementDashboard.js +1 -1
- package/dist/containers/dataaccess/AccessRequirementDashboard.js.map +1 -1
- package/dist/containers/dataaccess/AccessSubmissionDashboard.js +2 -2
- package/dist/containers/dataaccess/AccessSubmissionDashboard.js.map +1 -1
- package/dist/containers/download_list/DownloadDetails.js +11 -13
- package/dist/containers/download_list/DownloadDetails.js.map +1 -1
- package/dist/containers/download_list_v2/DirectProgrammaticDownload.js +5 -5
- package/dist/containers/download_list_v2/DirectProgrammaticDownload.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +13 -15
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadDetails.js +3 -5
- package/dist/containers/download_list_v2/DownloadDetails.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadListTable.js +27 -35
- package/dist/containers/download_list_v2/DownloadListTable.js.map +1 -1
- package/dist/containers/download_list_v2/ShowDownloadV2.js +4 -6
- package/dist/containers/download_list_v2/ShowDownloadV2.js.map +1 -1
- package/dist/containers/entity/annotations/CustomObjectFieldTemplate.js +4 -5
- package/dist/containers/entity/annotations/CustomObjectFieldTemplate.js.map +1 -1
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js +0 -3
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js.map +1 -1
- package/dist/containers/entity/metadata/EntityModal.js +0 -2
- package/dist/containers/entity/metadata/EntityModal.js.map +1 -1
- package/dist/containers/entity_finder/SelectionPane.js +4 -4
- package/dist/containers/entity_finder/SelectionPane.js.map +1 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.js +2 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/EntityChildrenDetails.js +3 -8
- package/dist/containers/entity_finder/details/configurations/EntityChildrenDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js +3 -10
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/ProjectListDetails.js +3 -10
- package/dist/containers/entity_finder/details/configurations/ProjectListDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/SearchDetails.js +3 -9
- package/dist/containers/entity_finder/details/configurations/SearchDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.js +1 -4
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +2 -2
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +4 -2
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/entity_finder/tree/VirtualizedTree.js +45 -56
- package/dist/containers/entity_finder/tree/VirtualizedTree.js.map +1 -1
- package/dist/containers/personal_access_token/AccessTokenCard.js +4 -9
- package/dist/containers/personal_access_token/AccessTokenCard.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +4 -0
- package/dist/containers/table/SynapseTable.js +25 -1
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.d.ts +2 -2
- package/dist/containers/table/datasets/DatasetItemsEditor.js +76 -51
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/table/table-top/DownloadOptions.js +11 -11
- package/dist/containers/table/table-top/DownloadOptions.js.map +1 -1
- package/dist/containers/widgets/ElementWithTooltip.js +5 -7
- package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js +3 -4
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js.map +1 -1
- package/dist/style/base/_core.scss +2 -1
- package/dist/style/bootstrap4_backports/_base-import.scss +7 -1
- package/dist/style/components/_global-alert.scss +52 -62
- package/dist/style/components/_governance-dashboard.scss +13 -9
- package/dist/style/components/entity_finder/_details-view.scss +2 -0
- package/dist/style/components/entity_finder/_tree-view.scss +3 -1
- package/dist/style/main.css +98 -91
- package/dist/umd/synapse-react-client.development.css +105 -91
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +3624 -3710
- 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 +80 -84
- package/dist/utils/SynapseClient.js +3 -3
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/EntityTypeUtils.js +7 -0
- package/dist/utils/functions/EntityTypeUtils.js.map +1 -1
- package/dist/utils/synapseTypes/Entity/Entity.d.ts +1 -1
- package/dist/utils/synapseTypes/EntityType.d.ts +1 -0
- package/dist/utils/synapseTypes/EntityType.js +1 -0
- package/dist/utils/synapseTypes/EntityType.js.map +1 -1
- package/dist/utils/synapseTypes/Table/Dataset.d.ts +8 -2
- package/dist/utils/synapseTypes/Table/Dataset.js +2 -1
- package/dist/utils/synapseTypes/Table/Dataset.js.map +1 -1
- package/dist/utils/synapseTypes/Table/Table.d.ts +1 -1
- package/dist/utils/synapseTypes/Table/View.d.ts +1 -1
- package/dist/utils/synapseTypes/Table/View.js +1 -0
- package/dist/utils/synapseTypes/Table/View.js.map +1 -1
- package/package.json +2 -2
package/dist/style/main.css
CHANGED
|
@@ -9941,13 +9941,16 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9941
9941
|
.bootstrap-4-backport .btn-tertiary {
|
|
9942
9942
|
color: rgb(64, 123, 160);
|
|
9943
9943
|
border-color: rgb(64, 123, 160);
|
|
9944
|
-
color: rgb(64, 123, 160);
|
|
9945
|
-
text-decoration: none;
|
|
9946
|
-
font-weight: 700;
|
|
9947
|
-
letter-spacing: 0.5px;
|
|
9948
9944
|
border: none;
|
|
9949
9945
|
font-weight: 900;
|
|
9950
9946
|
white-space: normal;
|
|
9947
|
+
color: rgb(64, 123, 160);
|
|
9948
|
+
font-weight: 700;
|
|
9949
|
+
letter-spacing: 0.5px;
|
|
9950
|
+
text-decoration: underline;
|
|
9951
|
+
text-underline-offset: 4px;
|
|
9952
|
+
text-decoration-thickness: 1px;
|
|
9953
|
+
text-decoration-color: #d6d6d6;
|
|
9951
9954
|
}
|
|
9952
9955
|
.bootstrap-4-backport .btn-tertiary:hover {
|
|
9953
9956
|
color: #357197;
|
|
@@ -9969,6 +9972,9 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9969
9972
|
.bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active:focus, .bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle:focus {
|
|
9970
9973
|
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
9971
9974
|
}
|
|
9975
|
+
.bootstrap-4-backport .btn-tertiary:hover {
|
|
9976
|
+
box-shadow: none;
|
|
9977
|
+
}
|
|
9972
9978
|
.bootstrap-4-backport .btn-tertiary:hover {
|
|
9973
9979
|
text-decoration: underline;
|
|
9974
9980
|
text-underline-offset: 4px;
|
|
@@ -9985,8 +9991,30 @@ a.bootstrap-4-backport .badge-dark:focus, a.bootstrap-4-backport .badge-dark.foc
|
|
|
9985
9991
|
text-decoration-color: #d6d6d6;
|
|
9986
9992
|
cursor: default;
|
|
9987
9993
|
}
|
|
9988
|
-
.bootstrap-4-backport .btn-tertiary:
|
|
9989
|
-
|
|
9994
|
+
.bootstrap-4-backport .btn-tertiary:visited, .bootstrap-4-backport .btn-tertiary:active, .bootstrap-4-backport .btn-tertiary:link {
|
|
9995
|
+
color: rgb(64, 123, 160);
|
|
9996
|
+
font-weight: 700;
|
|
9997
|
+
letter-spacing: 0.5px;
|
|
9998
|
+
text-decoration: underline;
|
|
9999
|
+
text-underline-offset: 4px;
|
|
10000
|
+
text-decoration-thickness: 1px;
|
|
10001
|
+
text-decoration-color: #d6d6d6;
|
|
10002
|
+
}
|
|
10003
|
+
.bootstrap-4-backport .btn-tertiary:visited:hover, .bootstrap-4-backport .btn-tertiary:active:hover, .bootstrap-4-backport .btn-tertiary:link:hover {
|
|
10004
|
+
text-decoration: underline;
|
|
10005
|
+
text-underline-offset: 4px;
|
|
10006
|
+
text-decoration-thickness: 2px;
|
|
10007
|
+
text-decoration-color: #2a678d;
|
|
10008
|
+
}
|
|
10009
|
+
.bootstrap-4-backport .btn-tertiary:visited.disabled, .bootstrap-4-backport .btn-tertiary:active.disabled, .bootstrap-4-backport .btn-tertiary:link.disabled {
|
|
10010
|
+
color: #aeb5bc;
|
|
10011
|
+
}
|
|
10012
|
+
.bootstrap-4-backport .btn-tertiary:visited.disabled:hover, .bootstrap-4-backport .btn-tertiary:active.disabled:hover, .bootstrap-4-backport .btn-tertiary:link.disabled:hover {
|
|
10013
|
+
text-decoration: underline;
|
|
10014
|
+
text-underline-offset: 4px;
|
|
10015
|
+
text-decoration-thickness: 1px;
|
|
10016
|
+
text-decoration-color: #d6d6d6;
|
|
10017
|
+
cursor: default;
|
|
9990
10018
|
}
|
|
9991
10019
|
|
|
9992
10020
|
.bootstrap-4-backport .alert > p, .bootstrap-4-backport .alert > ul {
|
|
@@ -21743,6 +21771,7 @@ input[type=radio] + span {
|
|
|
21743
21771
|
text-decoration: none;
|
|
21744
21772
|
font-weight: 700;
|
|
21745
21773
|
letter-spacing: 0.5px;
|
|
21774
|
+
cursor: pointer;
|
|
21746
21775
|
}
|
|
21747
21776
|
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink:hover {
|
|
21748
21777
|
text-decoration: underline;
|
|
@@ -21917,6 +21946,9 @@ input[type=radio] + span {
|
|
|
21917
21946
|
overflow-x: clip;
|
|
21918
21947
|
text-overflow: ellipsis;
|
|
21919
21948
|
}
|
|
21949
|
+
.TreeView .Tree .Node[aria-disabled=false][aria-selected=false] {
|
|
21950
|
+
cursor: pointer;
|
|
21951
|
+
}
|
|
21920
21952
|
.TreeView .Tree .Node[aria-disabled=true] {
|
|
21921
21953
|
opacity: 0.5;
|
|
21922
21954
|
}
|
|
@@ -23029,115 +23061,102 @@ table.DownloadListTableV2 td {
|
|
|
23029
23061
|
}
|
|
23030
23062
|
.FullWidthAlert[role=alert].alert-info {
|
|
23031
23063
|
background: #d9ebf2;
|
|
23032
|
-
border-left: 10px solid #
|
|
23064
|
+
border-left: 10px solid #017fa5;
|
|
23033
23065
|
}
|
|
23034
23066
|
.FullWidthAlert[role=alert].alert-info .iconBackground {
|
|
23035
|
-
color: #
|
|
23067
|
+
color: #017fa5;
|
|
23036
23068
|
}
|
|
23037
23069
|
.FullWidthAlert[role=alert].alert-danger {
|
|
23038
23070
|
background: #f7e0dc;
|
|
23039
|
-
border-left: 10px solid #
|
|
23071
|
+
border-left: 10px solid #c13415;
|
|
23040
23072
|
}
|
|
23041
23073
|
.FullWidthAlert[role=alert].alert-danger .iconBackground {
|
|
23042
|
-
color: #
|
|
23074
|
+
color: #c13415;
|
|
23043
23075
|
}
|
|
23044
23076
|
.FullWidthAlert[role=alert].alert-warning {
|
|
23045
23077
|
background: #f8f1d9;
|
|
23046
|
-
border-left: 10px solid #
|
|
23078
|
+
border-left: 10px solid #cc9f00;
|
|
23047
23079
|
}
|
|
23048
23080
|
.FullWidthAlert[role=alert].alert-warning .iconBackground {
|
|
23049
|
-
color: #
|
|
23081
|
+
color: #cc9f00;
|
|
23050
23082
|
}
|
|
23051
23083
|
.FullWidthAlert[role=alert].alert-success {
|
|
23052
23084
|
background: #e0f1e0;
|
|
23053
|
-
border-left: 10px solid #
|
|
23085
|
+
border-left: 10px solid #32a330;
|
|
23054
23086
|
}
|
|
23055
23087
|
.FullWidthAlert[role=alert].alert-success .iconBackground {
|
|
23056
|
-
color: #
|
|
23088
|
+
color: #32a330;
|
|
23057
23089
|
}
|
|
23058
23090
|
.FullWidthAlert[role=alert] .gridContainer {
|
|
23059
23091
|
display: grid;
|
|
23060
|
-
grid-template-columns: 50px auto
|
|
23061
|
-
column-gap: 10px;
|
|
23092
|
+
grid-template-columns: 50px auto;
|
|
23062
23093
|
align-items: center;
|
|
23063
23094
|
justify-items: start;
|
|
23064
23095
|
}
|
|
23096
|
+
.FullWidthAlert[role=alert] .gridContainer.hasCloseButton {
|
|
23097
|
+
grid-template-columns: 50px auto 50px;
|
|
23098
|
+
}
|
|
23065
23099
|
.FullWidthAlert[role=alert] .gridContainer .iconArea {
|
|
23066
23100
|
font-size: 20px;
|
|
23067
23101
|
grid-column: 1/span 1;
|
|
23068
23102
|
grid-row: 1/span 1;
|
|
23069
23103
|
min-width: 50px;
|
|
23104
|
+
margin-right: 10px;
|
|
23070
23105
|
}
|
|
23071
|
-
.FullWidthAlert[role=alert] .gridContainer .
|
|
23106
|
+
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23072
23107
|
grid-row: 1/span 1;
|
|
23108
|
+
grid-column: 2/span 1;
|
|
23109
|
+
display: flex;
|
|
23110
|
+
flex-wrap: nowrap;
|
|
23111
|
+
align-items: center;
|
|
23112
|
+
flex-direction: row;
|
|
23113
|
+
width: 100%;
|
|
23114
|
+
}
|
|
23115
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea {
|
|
23116
|
+
display: flex;
|
|
23117
|
+
flex-wrap: nowrap;
|
|
23118
|
+
align-items: center;
|
|
23119
|
+
flex-direction: row;
|
|
23120
|
+
}
|
|
23121
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
23122
|
+
white-space: nowrap;
|
|
23123
|
+
margin-right: 15px;
|
|
23124
|
+
}
|
|
23125
|
+
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23126
|
+
width: 100%;
|
|
23127
|
+
flex-grow: 1;
|
|
23073
23128
|
}
|
|
23074
23129
|
.FullWidthAlert[role=alert] .gridContainer .messageArea p {
|
|
23075
23130
|
margin-bottom: 0px;
|
|
23131
|
+
margin-right: 15px;
|
|
23076
23132
|
}
|
|
23077
23133
|
.FullWidthAlert[role=alert] .gridContainer .iconForeground {
|
|
23078
23134
|
color: white;
|
|
23079
23135
|
}
|
|
23080
23136
|
.FullWidthAlert[role=alert] .gridContainer .closeAlert {
|
|
23081
23137
|
font-size: 29px;
|
|
23082
|
-
grid-column:
|
|
23138
|
+
grid-column: 3/span 1;
|
|
23083
23139
|
grid-row: 1/span 1;
|
|
23084
23140
|
justify-self: end;
|
|
23085
23141
|
padding-bottom: 6px;
|
|
23086
23142
|
color: #878e95;
|
|
23087
23143
|
}
|
|
23088
|
-
@media (
|
|
23089
|
-
.FullWidthAlert[role=alert] .gridContainer {
|
|
23090
|
-
|
|
23091
|
-
}
|
|
23092
|
-
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23093
|
-
grid-column: 2/span 1;
|
|
23094
|
-
}
|
|
23095
|
-
.FullWidthAlert[role=alert] .gridContainer .secondaryButton {
|
|
23096
|
-
grid-column: 3/span 1;
|
|
23097
|
-
grid-row: 1/span 1;
|
|
23098
|
-
justify-self: end;
|
|
23099
|
-
}
|
|
23100
|
-
.FullWidthAlert[role=alert] .gridContainer .primaryButton {
|
|
23101
|
-
grid-column: 4/span 1;
|
|
23102
|
-
grid-row: 1/span 1;
|
|
23103
|
-
justify-self: end;
|
|
23104
|
-
}
|
|
23105
|
-
}
|
|
23106
|
-
@media (max-width: 992px) {
|
|
23107
|
-
.FullWidthAlert[role=alert] .gridContainer {
|
|
23108
|
-
grid-template-rows: auto 75px;
|
|
23109
|
-
}
|
|
23110
|
-
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23111
|
-
grid-column: 2/span 3;
|
|
23112
|
-
}
|
|
23113
|
-
.FullWidthAlert[role=alert] .gridContainer .secondaryButton {
|
|
23114
|
-
grid-column: 4/span 1;
|
|
23115
|
-
grid-row: 2/span 1;
|
|
23144
|
+
@media (max-width: 768px) {
|
|
23145
|
+
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23146
|
+
flex-direction: column;
|
|
23116
23147
|
}
|
|
23117
|
-
.FullWidthAlert[role=alert] .gridContainer .
|
|
23118
|
-
|
|
23119
|
-
|
|
23148
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea {
|
|
23149
|
+
margin-top: 20px;
|
|
23150
|
+
justify-content: space-between;
|
|
23151
|
+
width: 100%;
|
|
23120
23152
|
}
|
|
23121
|
-
|
|
23122
|
-
|
|
23123
|
-
.FullWidthAlert[role=alert] .gridContainer.hasCloseButton {
|
|
23124
|
-
grid-template-columns: 50px auto 150px 200px 50px;
|
|
23153
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea .primaryButton {
|
|
23154
|
+
order: 1;
|
|
23125
23155
|
}
|
|
23126
|
-
.FullWidthAlert[role=alert] .gridContainer.
|
|
23127
|
-
|
|
23156
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea .secondaryButton {
|
|
23157
|
+
order: 2;
|
|
23128
23158
|
}
|
|
23129
23159
|
}
|
|
23130
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions {
|
|
23131
|
-
grid-template-rows: auto;
|
|
23132
|
-
grid-template-columns: 50px auto 50px;
|
|
23133
|
-
}
|
|
23134
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions .closeAlert {
|
|
23135
|
-
grid-column: 3/span 1;
|
|
23136
|
-
}
|
|
23137
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions .messageArea {
|
|
23138
|
-
grid-column: 2/span 1;
|
|
23139
|
-
max-width: unset;
|
|
23140
|
-
}
|
|
23141
23160
|
|
|
23142
23161
|
.SynapseNavDrawerIsShowing .FullWidthAlert[role=alert].global {
|
|
23143
23162
|
left: 56px;
|
|
@@ -24512,27 +24531,13 @@ input[type=radio] + span {
|
|
|
24512
24531
|
color: #469285;
|
|
24513
24532
|
}
|
|
24514
24533
|
.ReviewerDashboard .Tabs .Tab {
|
|
24515
|
-
color: unset;
|
|
24516
|
-
text-decoration: unset;
|
|
24517
|
-
font-weight: unset;
|
|
24518
|
-
text-decoration: unset;
|
|
24519
|
-
letter-spacing: unset;
|
|
24520
24534
|
flex-grow: 0;
|
|
24521
24535
|
height: 45px;
|
|
24522
24536
|
padding-left: 30px;
|
|
24523
24537
|
padding-right: 30px;
|
|
24524
24538
|
display: flex;
|
|
24525
24539
|
align-items: center;
|
|
24526
|
-
|
|
24527
|
-
.ReviewerDashboard .Tabs .Tab:hover {
|
|
24528
|
-
text-decoration: unset;
|
|
24529
|
-
margin-bottom: unset;
|
|
24530
|
-
}
|
|
24531
|
-
.ReviewerDashboard .Tabs .Tab.disabled {
|
|
24532
|
-
color: #aeb5bc;
|
|
24533
|
-
}
|
|
24534
|
-
.ReviewerDashboard .Tabs .Tab.disabled:hover {
|
|
24535
|
-
cursor: default;
|
|
24540
|
+
text-decoration: none !important;
|
|
24536
24541
|
}
|
|
24537
24542
|
.ReviewerDashboard .TabContentContainer {
|
|
24538
24543
|
margin: 20px 30px;
|
|
@@ -24591,9 +24596,13 @@ input[type=radio] + span {
|
|
|
24591
24596
|
.AccessRequirementDashboard .InputPanel,
|
|
24592
24597
|
.AccessSubmissionDashboard .InputPanel,
|
|
24593
24598
|
.UserHistoryDashboard .InputPanel {
|
|
24594
|
-
display:
|
|
24595
|
-
|
|
24596
|
-
|
|
24599
|
+
display: flex;
|
|
24600
|
+
justify-content: space-between;
|
|
24601
|
+
}
|
|
24602
|
+
.AccessRequirementDashboard .InputPanel > *,
|
|
24603
|
+
.AccessSubmissionDashboard .InputPanel > *,
|
|
24604
|
+
.UserHistoryDashboard .InputPanel > * {
|
|
24605
|
+
flex: 0 0 32%;
|
|
24597
24606
|
}
|
|
24598
24607
|
.AccessRequirementDashboard .InputPanel input,
|
|
24599
24608
|
.AccessSubmissionDashboard .InputPanel input,
|
|
@@ -24612,14 +24621,12 @@ input[type=radio] + span {
|
|
|
24612
24621
|
position: absolute;
|
|
24613
24622
|
right: 5px;
|
|
24614
24623
|
z-index: 5;
|
|
24615
|
-
|
|
24616
|
-
display: flex;
|
|
24617
|
-
align-items: center;
|
|
24624
|
+
margin-top: -2px;
|
|
24618
24625
|
}
|
|
24619
|
-
|
|
24620
|
-
.
|
|
24621
|
-
|
|
24622
|
-
|
|
24626
|
+
|
|
24627
|
+
.UserHistoryDashboard .InputPanel {
|
|
24628
|
+
justify-content: flex-start;
|
|
24629
|
+
gap: 10px;
|
|
24623
24630
|
}
|
|
24624
24631
|
|
|
24625
24632
|
/*# sourceMappingURL=main.css.map */
|
|
@@ -11174,13 +11174,16 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
11174
11174
|
.bootstrap-4-backport .btn-tertiary {
|
|
11175
11175
|
color: rgb(64, 123, 160);
|
|
11176
11176
|
border-color: rgb(64, 123, 160);
|
|
11177
|
-
color: rgb(64, 123, 160);
|
|
11178
|
-
text-decoration: none;
|
|
11179
|
-
font-weight: 700;
|
|
11180
|
-
letter-spacing: 0.5px;
|
|
11181
11177
|
border: none;
|
|
11182
11178
|
font-weight: 900;
|
|
11183
11179
|
white-space: normal;
|
|
11180
|
+
color: rgb(64, 123, 160);
|
|
11181
|
+
font-weight: 700;
|
|
11182
|
+
letter-spacing: 0.5px;
|
|
11183
|
+
text-decoration: underline;
|
|
11184
|
+
text-underline-offset: 4px;
|
|
11185
|
+
text-decoration-thickness: 1px;
|
|
11186
|
+
text-decoration-color: #d6d6d6;
|
|
11184
11187
|
}
|
|
11185
11188
|
.bootstrap-4-backport .btn-tertiary:hover {
|
|
11186
11189
|
color: #357197;
|
|
@@ -11208,6 +11211,9 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
11208
11211
|
.show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle:focus {
|
|
11209
11212
|
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
11210
11213
|
}
|
|
11214
|
+
.bootstrap-4-backport .btn-tertiary:hover {
|
|
11215
|
+
box-shadow: none;
|
|
11216
|
+
}
|
|
11211
11217
|
.bootstrap-4-backport .btn-tertiary:hover {
|
|
11212
11218
|
text-decoration: underline;
|
|
11213
11219
|
text-underline-offset: 4px;
|
|
@@ -11224,8 +11230,38 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
11224
11230
|
text-decoration-color: #d6d6d6;
|
|
11225
11231
|
cursor: default;
|
|
11226
11232
|
}
|
|
11227
|
-
.bootstrap-4-backport .btn-tertiary:
|
|
11228
|
-
|
|
11233
|
+
.bootstrap-4-backport .btn-tertiary:visited,
|
|
11234
|
+
.bootstrap-4-backport .btn-tertiary:active,
|
|
11235
|
+
.bootstrap-4-backport .btn-tertiary:link {
|
|
11236
|
+
color: rgb(64, 123, 160);
|
|
11237
|
+
font-weight: 700;
|
|
11238
|
+
letter-spacing: 0.5px;
|
|
11239
|
+
text-decoration: underline;
|
|
11240
|
+
text-underline-offset: 4px;
|
|
11241
|
+
text-decoration-thickness: 1px;
|
|
11242
|
+
text-decoration-color: #d6d6d6;
|
|
11243
|
+
}
|
|
11244
|
+
.bootstrap-4-backport .btn-tertiary:visited:hover,
|
|
11245
|
+
.bootstrap-4-backport .btn-tertiary:active:hover,
|
|
11246
|
+
.bootstrap-4-backport .btn-tertiary:link:hover {
|
|
11247
|
+
text-decoration: underline;
|
|
11248
|
+
text-underline-offset: 4px;
|
|
11249
|
+
text-decoration-thickness: 2px;
|
|
11250
|
+
text-decoration-color: #2a678d;
|
|
11251
|
+
}
|
|
11252
|
+
.bootstrap-4-backport .btn-tertiary:visited.disabled,
|
|
11253
|
+
.bootstrap-4-backport .btn-tertiary:active.disabled,
|
|
11254
|
+
.bootstrap-4-backport .btn-tertiary:link.disabled {
|
|
11255
|
+
color: #aeb5bc;
|
|
11256
|
+
}
|
|
11257
|
+
.bootstrap-4-backport .btn-tertiary:visited.disabled:hover,
|
|
11258
|
+
.bootstrap-4-backport .btn-tertiary:active.disabled:hover,
|
|
11259
|
+
.bootstrap-4-backport .btn-tertiary:link.disabled:hover {
|
|
11260
|
+
text-decoration: underline;
|
|
11261
|
+
text-underline-offset: 4px;
|
|
11262
|
+
text-decoration-thickness: 1px;
|
|
11263
|
+
text-decoration-color: #d6d6d6;
|
|
11264
|
+
cursor: default;
|
|
11229
11265
|
}
|
|
11230
11266
|
.bootstrap-4-backport .alert > p,
|
|
11231
11267
|
.bootstrap-4-backport .alert > ul {
|
|
@@ -22296,6 +22332,7 @@ input[type=radio] + span {
|
|
|
22296
22332
|
text-decoration: none;
|
|
22297
22333
|
font-weight: 700;
|
|
22298
22334
|
letter-spacing: 0.5px;
|
|
22335
|
+
cursor: pointer;
|
|
22299
22336
|
}
|
|
22300
22337
|
.EntityFinderDetailsViewRow .EntityFinderTableCellContainerLink:hover {
|
|
22301
22338
|
text-decoration: underline;
|
|
@@ -22450,6 +22487,9 @@ input[type=radio] + span {
|
|
|
22450
22487
|
overflow-x: clip;
|
|
22451
22488
|
text-overflow: ellipsis;
|
|
22452
22489
|
}
|
|
22490
|
+
.TreeView .Tree .Node[aria-disabled=false][aria-selected=false] {
|
|
22491
|
+
cursor: pointer;
|
|
22492
|
+
}
|
|
22453
22493
|
.TreeView .Tree .Node[aria-disabled=true] {
|
|
22454
22494
|
opacity: 0.5;
|
|
22455
22495
|
}
|
|
@@ -23469,115 +23509,102 @@ table.DownloadListTableV2 td {
|
|
|
23469
23509
|
}
|
|
23470
23510
|
.FullWidthAlert[role=alert].alert-info {
|
|
23471
23511
|
background: #d9ebf2;
|
|
23472
|
-
border-left: 10px solid #
|
|
23512
|
+
border-left: 10px solid #017fa5;
|
|
23473
23513
|
}
|
|
23474
23514
|
.FullWidthAlert[role=alert].alert-info .iconBackground {
|
|
23475
|
-
color: #
|
|
23515
|
+
color: #017fa5;
|
|
23476
23516
|
}
|
|
23477
23517
|
.FullWidthAlert[role=alert].alert-danger {
|
|
23478
23518
|
background: #f7e0dc;
|
|
23479
|
-
border-left: 10px solid #
|
|
23519
|
+
border-left: 10px solid #c13415;
|
|
23480
23520
|
}
|
|
23481
23521
|
.FullWidthAlert[role=alert].alert-danger .iconBackground {
|
|
23482
|
-
color: #
|
|
23522
|
+
color: #c13415;
|
|
23483
23523
|
}
|
|
23484
23524
|
.FullWidthAlert[role=alert].alert-warning {
|
|
23485
23525
|
background: #f8f1d9;
|
|
23486
|
-
border-left: 10px solid #
|
|
23526
|
+
border-left: 10px solid #cc9f00;
|
|
23487
23527
|
}
|
|
23488
23528
|
.FullWidthAlert[role=alert].alert-warning .iconBackground {
|
|
23489
|
-
color: #
|
|
23529
|
+
color: #cc9f00;
|
|
23490
23530
|
}
|
|
23491
23531
|
.FullWidthAlert[role=alert].alert-success {
|
|
23492
23532
|
background: #e0f1e0;
|
|
23493
|
-
border-left: 10px solid #
|
|
23533
|
+
border-left: 10px solid #32a330;
|
|
23494
23534
|
}
|
|
23495
23535
|
.FullWidthAlert[role=alert].alert-success .iconBackground {
|
|
23496
|
-
color: #
|
|
23536
|
+
color: #32a330;
|
|
23497
23537
|
}
|
|
23498
23538
|
.FullWidthAlert[role=alert] .gridContainer {
|
|
23499
23539
|
display: grid;
|
|
23500
|
-
grid-template-columns: 50px auto
|
|
23501
|
-
column-gap: 10px;
|
|
23540
|
+
grid-template-columns: 50px auto;
|
|
23502
23541
|
align-items: center;
|
|
23503
23542
|
justify-items: start;
|
|
23504
23543
|
}
|
|
23544
|
+
.FullWidthAlert[role=alert] .gridContainer.hasCloseButton {
|
|
23545
|
+
grid-template-columns: 50px auto 50px;
|
|
23546
|
+
}
|
|
23505
23547
|
.FullWidthAlert[role=alert] .gridContainer .iconArea {
|
|
23506
23548
|
font-size: 20px;
|
|
23507
23549
|
grid-column: 1/span 1;
|
|
23508
23550
|
grid-row: 1/span 1;
|
|
23509
23551
|
min-width: 50px;
|
|
23552
|
+
margin-right: 10px;
|
|
23510
23553
|
}
|
|
23511
|
-
.FullWidthAlert[role=alert] .gridContainer .
|
|
23554
|
+
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23512
23555
|
grid-row: 1/span 1;
|
|
23556
|
+
grid-column: 2/span 1;
|
|
23557
|
+
display: flex;
|
|
23558
|
+
flex-wrap: nowrap;
|
|
23559
|
+
align-items: center;
|
|
23560
|
+
flex-direction: row;
|
|
23561
|
+
width: 100%;
|
|
23562
|
+
}
|
|
23563
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea {
|
|
23564
|
+
display: flex;
|
|
23565
|
+
flex-wrap: nowrap;
|
|
23566
|
+
align-items: center;
|
|
23567
|
+
flex-direction: row;
|
|
23568
|
+
}
|
|
23569
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
23570
|
+
white-space: nowrap;
|
|
23571
|
+
margin-right: 15px;
|
|
23572
|
+
}
|
|
23573
|
+
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23574
|
+
width: 100%;
|
|
23575
|
+
flex-grow: 1;
|
|
23513
23576
|
}
|
|
23514
23577
|
.FullWidthAlert[role=alert] .gridContainer .messageArea p {
|
|
23515
23578
|
margin-bottom: 0px;
|
|
23579
|
+
margin-right: 15px;
|
|
23516
23580
|
}
|
|
23517
23581
|
.FullWidthAlert[role=alert] .gridContainer .iconForeground {
|
|
23518
23582
|
color: white;
|
|
23519
23583
|
}
|
|
23520
23584
|
.FullWidthAlert[role=alert] .gridContainer .closeAlert {
|
|
23521
23585
|
font-size: 29px;
|
|
23522
|
-
grid-column:
|
|
23586
|
+
grid-column: 3/span 1;
|
|
23523
23587
|
grid-row: 1/span 1;
|
|
23524
23588
|
justify-self: end;
|
|
23525
23589
|
padding-bottom: 6px;
|
|
23526
23590
|
color: #878e95;
|
|
23527
23591
|
}
|
|
23528
|
-
@media (
|
|
23529
|
-
.FullWidthAlert[role=alert] .gridContainer {
|
|
23530
|
-
|
|
23531
|
-
}
|
|
23532
|
-
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23533
|
-
grid-column: 2/span 1;
|
|
23534
|
-
}
|
|
23535
|
-
.FullWidthAlert[role=alert] .gridContainer .secondaryButton {
|
|
23536
|
-
grid-column: 3/span 1;
|
|
23537
|
-
grid-row: 1/span 1;
|
|
23538
|
-
justify-self: end;
|
|
23539
|
-
}
|
|
23540
|
-
.FullWidthAlert[role=alert] .gridContainer .primaryButton {
|
|
23541
|
-
grid-column: 4/span 1;
|
|
23542
|
-
grid-row: 1/span 1;
|
|
23543
|
-
justify-self: end;
|
|
23544
|
-
}
|
|
23545
|
-
}
|
|
23546
|
-
@media (max-width: 992px) {
|
|
23547
|
-
.FullWidthAlert[role=alert] .gridContainer {
|
|
23548
|
-
grid-template-rows: auto 75px;
|
|
23549
|
-
}
|
|
23550
|
-
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23551
|
-
grid-column: 2/span 3;
|
|
23552
|
-
}
|
|
23553
|
-
.FullWidthAlert[role=alert] .gridContainer .secondaryButton {
|
|
23554
|
-
grid-column: 4/span 1;
|
|
23555
|
-
grid-row: 2/span 1;
|
|
23592
|
+
@media (max-width: 768px) {
|
|
23593
|
+
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23594
|
+
flex-direction: column;
|
|
23556
23595
|
}
|
|
23557
|
-
.FullWidthAlert[role=alert] .gridContainer .
|
|
23558
|
-
|
|
23559
|
-
|
|
23596
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea {
|
|
23597
|
+
margin-top: 20px;
|
|
23598
|
+
justify-content: space-between;
|
|
23599
|
+
width: 100%;
|
|
23560
23600
|
}
|
|
23561
|
-
|
|
23562
|
-
|
|
23563
|
-
.FullWidthAlert[role=alert] .gridContainer.hasCloseButton {
|
|
23564
|
-
grid-template-columns: 50px auto 150px 200px 50px;
|
|
23601
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea .primaryButton {
|
|
23602
|
+
order: 1;
|
|
23565
23603
|
}
|
|
23566
|
-
.FullWidthAlert[role=alert] .gridContainer.
|
|
23567
|
-
|
|
23604
|
+
.FullWidthAlert[role=alert] .gridContainer .buttonArea .secondaryButton {
|
|
23605
|
+
order: 2;
|
|
23568
23606
|
}
|
|
23569
23607
|
}
|
|
23570
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions {
|
|
23571
|
-
grid-template-rows: auto;
|
|
23572
|
-
grid-template-columns: 50px auto 50px;
|
|
23573
|
-
}
|
|
23574
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions .closeAlert {
|
|
23575
|
-
grid-column: 3/span 1;
|
|
23576
|
-
}
|
|
23577
|
-
.FullWidthAlert[role=alert] .gridContainer.noActions .messageArea {
|
|
23578
|
-
grid-column: 2/span 1;
|
|
23579
|
-
max-width: unset;
|
|
23580
|
-
}
|
|
23581
23608
|
.SynapseNavDrawerIsShowing .FullWidthAlert[role=alert].global {
|
|
23582
23609
|
left: 56px;
|
|
23583
23610
|
width: calc(100vw - 56px);
|
|
@@ -24888,27 +24915,13 @@ input[type=radio] + span {
|
|
|
24888
24915
|
color: #469285;
|
|
24889
24916
|
}
|
|
24890
24917
|
.ReviewerDashboard .Tabs .Tab {
|
|
24891
|
-
color: unset;
|
|
24892
|
-
text-decoration: unset;
|
|
24893
|
-
font-weight: unset;
|
|
24894
|
-
text-decoration: unset;
|
|
24895
|
-
letter-spacing: unset;
|
|
24896
24918
|
flex-grow: 0;
|
|
24897
24919
|
height: 45px;
|
|
24898
24920
|
padding-left: 30px;
|
|
24899
24921
|
padding-right: 30px;
|
|
24900
24922
|
display: flex;
|
|
24901
24923
|
align-items: center;
|
|
24902
|
-
|
|
24903
|
-
.ReviewerDashboard .Tabs .Tab:hover {
|
|
24904
|
-
text-decoration: unset;
|
|
24905
|
-
margin-bottom: unset;
|
|
24906
|
-
}
|
|
24907
|
-
.ReviewerDashboard .Tabs .Tab.disabled {
|
|
24908
|
-
color: #aeb5bc;
|
|
24909
|
-
}
|
|
24910
|
-
.ReviewerDashboard .Tabs .Tab.disabled:hover {
|
|
24911
|
-
cursor: default;
|
|
24924
|
+
text-decoration: none !important;
|
|
24912
24925
|
}
|
|
24913
24926
|
.ReviewerDashboard .TabContentContainer {
|
|
24914
24927
|
margin: 20px 30px;
|
|
@@ -24965,9 +24978,13 @@ input[type=radio] + span {
|
|
|
24965
24978
|
.AccessRequirementDashboard .InputPanel,
|
|
24966
24979
|
.AccessSubmissionDashboard .InputPanel,
|
|
24967
24980
|
.UserHistoryDashboard .InputPanel {
|
|
24968
|
-
display:
|
|
24969
|
-
|
|
24970
|
-
|
|
24981
|
+
display: flex;
|
|
24982
|
+
justify-content: space-between;
|
|
24983
|
+
}
|
|
24984
|
+
.AccessRequirementDashboard .InputPanel > *,
|
|
24985
|
+
.AccessSubmissionDashboard .InputPanel > *,
|
|
24986
|
+
.UserHistoryDashboard .InputPanel > * {
|
|
24987
|
+
flex: 0 0 32%;
|
|
24971
24988
|
}
|
|
24972
24989
|
.AccessRequirementDashboard .InputPanel input,
|
|
24973
24990
|
.AccessSubmissionDashboard .InputPanel input,
|
|
@@ -24986,14 +25003,11 @@ input[type=radio] + span {
|
|
|
24986
25003
|
position: absolute;
|
|
24987
25004
|
right: 5px;
|
|
24988
25005
|
z-index: 5;
|
|
24989
|
-
|
|
24990
|
-
display: flex;
|
|
24991
|
-
align-items: center;
|
|
25006
|
+
margin-top: -2px;
|
|
24992
25007
|
}
|
|
24993
|
-
.
|
|
24994
|
-
|
|
24995
|
-
|
|
24996
|
-
grid-template-columns: auto auto auto;
|
|
25008
|
+
.UserHistoryDashboard .InputPanel {
|
|
25009
|
+
justify-content: flex-start;
|
|
25010
|
+
gap: 10px;
|
|
24997
25011
|
}
|
|
24998
25012
|
/*!
|
|
24999
25013
|
* https://github.com/arqex/react-datetime
|