synapse-react-client 3.0.35 → 3.1.0
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/README.md +2 -10
- package/dist/containers/Carousel.js +3 -1
- package/dist/containers/Carousel.js.map +1 -1
- package/dist/containers/EntityForm.d.ts +2 -0
- package/dist/containers/EntityForm.js.map +1 -1
- package/dist/containers/ErrorBanner.d.ts +1 -1
- package/dist/containers/ErrorBanner.js +1 -1
- package/dist/containers/ErrorBanner.js.map +1 -1
- package/dist/containers/FavoritesPage.js +3 -0
- package/dist/containers/FavoritesPage.js.map +1 -1
- package/dist/containers/IconSvg.d.ts +1 -1
- package/dist/containers/IconSvg.js +3 -0
- package/dist/containers/IconSvg.js.map +1 -1
- package/dist/containers/MarkdownSynapse.d.ts +2 -0
- package/dist/containers/MarkdownSynapse.js.map +1 -1
- package/dist/containers/ModalDownload.d.ts +2 -0
- package/dist/containers/ModalDownload.js.map +1 -1
- package/dist/containers/QueryContext.d.ts +3 -3
- package/dist/containers/QueryContext.js.map +1 -1
- package/dist/containers/QueryVisualizationWrapper.d.ts +3 -3
- package/dist/containers/QueryVisualizationWrapper.js.map +1 -1
- package/dist/containers/RenderIfInView.d.ts +1 -1
- package/dist/containers/RenderIfInView.js.map +1 -1
- package/dist/containers/StatisticsPlot.d.ts +2 -0
- package/dist/containers/StatisticsPlot.js.map +1 -1
- package/dist/containers/TotalQueryResults.d.ts +1 -1
- package/dist/containers/TotalQueryResults.js +11 -8
- package/dist/containers/TotalQueryResults.js.map +1 -1
- package/dist/containers/UpsetPlot.js.map +1 -1
- package/dist/containers/UserSearchBoxV2.js.map +1 -1
- package/dist/containers/VisibilityObserver.js +5 -5
- package/dist/containers/VisibilityObserver.js.map +1 -1
- package/dist/containers/dataaccess/AccessRequirementSearchBox.js.map +1 -1
- package/dist/containers/dataaccess/ReviewerDashboard.js.map +1 -1
- package/dist/containers/entity/annotations/AdditionalPropertiesSchemaField.js.map +1 -1
- package/dist/containers/entity/annotations/CustomSelectWidget.js +1 -1
- package/dist/containers/entity/annotations/CustomSelectWidget.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.d.ts +3 -6
- package/dist/containers/entity_finder/EntityFinder.js +14 -13
- package/dist/containers/entity_finder/EntityFinder.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinderModal.d.ts +1 -0
- package/dist/containers/entity_finder/EntityFinderModal.js +32 -15
- package/dist/containers/entity_finder/EntityFinderModal.js.map +1 -1
- package/dist/containers/entity_finder/VersionSelectionType.d.ts +20 -0
- package/dist/containers/entity_finder/VersionSelectionType.js +25 -0
- package/dist/containers/entity_finder/VersionSelectionType.js.map +1 -0
- package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +2 -3
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js +1 -1
- package/dist/containers/entity_finder/details/configurations/FavoritesDetails.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +0 -2
- package/dist/containers/entity_finder/details/view/DetailsView.js +10 -16
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +3 -3
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +46 -8
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.d.ts +5 -0
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.js +34 -0
- package/dist/containers/entity_finder/details/view/VersionColumnHeader.js.map +1 -0
- package/dist/containers/entity_finder/tree/EntityTree.js +1 -1
- package/dist/containers/entity_finder/tree/EntityTree.js.map +1 -1
- package/dist/containers/oauth/CreateOAuthClient.js +3 -4
- package/dist/containers/oauth/CreateOAuthClient.js.map +1 -1
- package/dist/containers/oauth/OAuthManagement.js +11 -12
- package/dist/containers/oauth/OAuthManagement.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +4 -6
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/row_renderers/utils/ChipContainer.d.ts +2 -2
- package/dist/containers/row_renderers/utils/ChipContainer.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/SynapseForm.d.ts +3 -2
- package/dist/containers/synapse_form_wrapper/SynapseForm.js +12 -8
- package/dist/containers/synapse_form_wrapper/SynapseForm.js.map +1 -1
- package/dist/containers/table/EntityIDColumnCopyIcon.d.ts +3 -0
- package/dist/containers/table/EntityIDColumnCopyIcon.js +77 -0
- package/dist/containers/table/EntityIDColumnCopyIcon.js.map +1 -0
- package/dist/containers/table/StandaloneQueryWrapper.js +2 -4
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +0 -4
- package/dist/containers/table/SynapseTable.js +7 -36
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.js +18 -17
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js +2 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/widgets/ElementWithTooltip.d.ts +5 -5
- package/dist/containers/widgets/ElementWithTooltip.js +1 -1
- package/dist/containers/widgets/ElementWithTooltip.js.map +1 -1
- package/dist/containers/widgets/Range.d.ts +3 -3
- package/dist/containers/widgets/Range.js +1 -1
- package/dist/containers/widgets/Range.js.map +1 -1
- package/dist/containers/widgets/RangeSlider.d.ts +4 -4
- package/dist/containers/widgets/RangeSlider.js.map +1 -1
- package/dist/containers/widgets/SynapseImage.d.ts +2 -0
- package/dist/containers/widgets/SynapseImage.js.map +1 -1
- package/dist/containers/widgets/SynapsePlot.d.ts +2 -0
- package/dist/containers/widgets/SynapsePlot.js.map +1 -1
- package/dist/containers/widgets/facet-nav/FacetNav.d.ts +0 -1
- package/dist/containers/widgets/facet-nav/FacetNav.js +10 -10
- package/dist/containers/widgets/facet-nav/FacetNav.js.map +1 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js +0 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js.map +1 -1
- package/dist/style/base/_core.scss +13 -0
- package/dist/style/components/_all.scss +1 -1
- package/dist/style/components/_certification-quiz.scss +32 -0
- package/dist/style/components/_column-selection.scss +0 -16
- package/dist/style/components/_element-with-tooltip.scss +0 -28
- package/dist/style/components/_global-alert.scss +9 -3
- package/dist/style/components/_query-filter.scss +1 -2
- package/dist/style/components/_query-wrapper-plot-nav.scss +59 -70
- package/dist/style/components/_total-query-results.scss +1 -31
- package/dist/style/main.css +112 -126
- package/dist/umd/synapse-react-client.development.css +114 -130
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +9916 -9630
- 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 +89 -89
- package/dist/utils/SynapseClient.d.ts +15 -3
- package/dist/utils/SynapseClient.js +32 -10
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/functions/EntityTypeUtils.d.ts +1 -0
- package/dist/utils/functions/EntityTypeUtils.js +21 -1
- package/dist/utils/functions/EntityTypeUtils.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.d.ts +1 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js +7 -1
- package/dist/utils/hooks/SynapseAPI/oauth/useOAuthClient.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.d.ts +3 -2
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js +13 -6
- package/dist/utils/hooks/SynapseAPI/user/useFavorites.js.map +1 -1
- package/dist/utils/hooks/useTheme.d.ts +3 -3
- package/dist/utils/hooks/useTheme.js.map +1 -1
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.d.ts +28 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.js +5 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Questions.js.map +1 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.d.ts +27 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.js +3 -0
- package/dist/utils/synapseTypes/CertificationQuiz/Quiz.js.map +1 -0
- package/dist/utils/synapseTypes/FavoriteSortBy.d.ts +2 -0
- package/dist/utils/synapseTypes/FavoriteSortBy.js +3 -0
- package/dist/utils/synapseTypes/FavoriteSortBy.js.map +1 -0
- package/dist/utils/synapseTypes/Table/Table.d.ts +1 -0
- package/dist/utils/synapseTypes/Table/TableEntity.d.ts +0 -1
- package/package.json +28 -31
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.d.ts +0 -3
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.js +0 -25
- package/dist/containers/query_wrapper_plot_nav/QueryFilterToggleButton.js.map +0 -1
|
@@ -15233,6 +15233,14 @@ svg.SRC-hoverBox:hover:after {
|
|
|
15233
15233
|
.table .SRC-primary-background-color-hover[aria-expanded=true] path {
|
|
15234
15234
|
fill: #fff;
|
|
15235
15235
|
}
|
|
15236
|
+
.table .SRC-primary-background-color svg,
|
|
15237
|
+
.table .SRC-primary-background-color path {
|
|
15238
|
+
fill: #fff;
|
|
15239
|
+
}
|
|
15240
|
+
.SRC-grey-background-hover:hover,
|
|
15241
|
+
.SRC-grey-background-hover[aria-expanded=true] {
|
|
15242
|
+
background-color: #dfe2e6;
|
|
15243
|
+
}
|
|
15236
15244
|
.SRC-facets {
|
|
15237
15245
|
padding: 4px 12px;
|
|
15238
15246
|
border-radius: 20px;
|
|
@@ -18098,8 +18106,7 @@ svg.HelpButton {
|
|
|
18098
18106
|
border-radius: 2px;
|
|
18099
18107
|
}
|
|
18100
18108
|
.QueryFilter {
|
|
18101
|
-
padding:
|
|
18102
|
-
background-color: rgba(64, 123, 160, 0.05);
|
|
18109
|
+
padding-top: 18px;
|
|
18103
18110
|
}
|
|
18104
18111
|
.QueryFilter__title {
|
|
18105
18112
|
font-weight: bold;
|
|
@@ -18644,6 +18651,7 @@ svg.HelpButton {
|
|
|
18644
18651
|
border-radius: 2px;
|
|
18645
18652
|
white-space: nowrap;
|
|
18646
18653
|
height: fit-content;
|
|
18654
|
+
margin-top: 8px;
|
|
18647
18655
|
}
|
|
18648
18656
|
.SelectionCriteriaPill {
|
|
18649
18657
|
padding: 3px 10px;
|
|
@@ -18670,35 +18678,6 @@ svg.HelpButton {
|
|
|
18670
18678
|
.SelectionCriteriaPill__btnRemove svg {
|
|
18671
18679
|
font-size: 1.25rem;
|
|
18672
18680
|
}
|
|
18673
|
-
.notch-down {
|
|
18674
|
-
position: relative;
|
|
18675
|
-
}
|
|
18676
|
-
.notch-down:after,
|
|
18677
|
-
.notch-down::after {
|
|
18678
|
-
position: absolute;
|
|
18679
|
-
left: 2.4rem;
|
|
18680
|
-
bottom: -10px;
|
|
18681
|
-
content: "";
|
|
18682
|
-
width: 0;
|
|
18683
|
-
height: 0;
|
|
18684
|
-
border-top: solid 10px;
|
|
18685
|
-
border-top-color: #f9f9f9;
|
|
18686
|
-
border-left: solid 10px transparent;
|
|
18687
|
-
border-right: solid 10px transparent;
|
|
18688
|
-
}
|
|
18689
|
-
.notch-down:before,
|
|
18690
|
-
.notch-down::before {
|
|
18691
|
-
position: absolute;
|
|
18692
|
-
left: calc(2.4rem - 2px);
|
|
18693
|
-
bottom: -12px;
|
|
18694
|
-
content: "";
|
|
18695
|
-
width: 0;
|
|
18696
|
-
height: 0;
|
|
18697
|
-
border-top: solid 12px;
|
|
18698
|
-
border-top-color: inherit;
|
|
18699
|
-
border-left: solid 12px transparent;
|
|
18700
|
-
border-right: solid 12px transparent;
|
|
18701
|
-
}
|
|
18702
18681
|
.page-progress button,
|
|
18703
18682
|
.page-progress button:active,
|
|
18704
18683
|
.page-progress button:focus,
|
|
@@ -18874,71 +18853,41 @@ svg.HelpButton {
|
|
|
18874
18853
|
@media (min-width: 768px) {
|
|
18875
18854
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18876
18855
|
display: grid;
|
|
18877
|
-
grid-template-columns: 25%
|
|
18878
|
-
padding-right: 15px;
|
|
18856
|
+
grid-template-columns: 25% 75%;
|
|
18879
18857
|
}
|
|
18880
18858
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18881
|
-
grid-column: 1/span
|
|
18859
|
+
grid-column: 1/span 2;
|
|
18882
18860
|
}
|
|
18883
18861
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18884
|
-
|
|
18885
|
-
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18862
|
+
grid-template-columns: 25% 75%;
|
|
18886
18863
|
}
|
|
18887
18864
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18888
|
-
grid-column:
|
|
18889
|
-
}
|
|
18890
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .download-confirmation,
|
|
18891
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TotalQueryResults,
|
|
18892
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18893
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18894
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18895
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSearchInput,
|
|
18896
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSqlEditorInput,
|
|
18897
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18898
|
-
margin-left: 30px;
|
|
18899
|
-
}
|
|
18900
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18901
|
-
position: relative;
|
|
18902
|
-
left: -23px;
|
|
18903
|
-
top: 20px;
|
|
18904
|
-
}
|
|
18905
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary {
|
|
18906
|
-
border-radius: 50% !important;
|
|
18907
|
-
background-color: white;
|
|
18908
|
-
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
|
|
18909
|
-
border: none;
|
|
18910
|
-
width: 45px;
|
|
18911
|
-
height: 45px;
|
|
18912
|
-
}
|
|
18913
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
|
|
18914
|
-
background-color: rgb(64, 123, 160);
|
|
18865
|
+
grid-column: 1/span 2;
|
|
18915
18866
|
}
|
|
18916
18867
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
|
|
18917
|
-
grid-row:
|
|
18918
|
-
}
|
|
18919
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18920
|
-
grid-row: 1/span 1;
|
|
18921
|
-
}
|
|
18922
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton svg {
|
|
18923
|
-
margin-bottom: 2px;
|
|
18868
|
+
grid-row: 3/span 100;
|
|
18924
18869
|
}
|
|
18925
18870
|
.QueryWrapperPlotNav .SRC-wrapper .TopLevelControls {
|
|
18926
18871
|
grid-row: 1/span 1;
|
|
18927
18872
|
}
|
|
18928
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18873
|
+
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18929
18874
|
grid-row: 2/span 1;
|
|
18930
18875
|
}
|
|
18931
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18876
|
+
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18932
18877
|
grid-row: 3/span 1;
|
|
18933
|
-
margin-bottom: 10px;
|
|
18934
18878
|
}
|
|
18935
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18879
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput {
|
|
18936
18880
|
grid-row: 4/span 1;
|
|
18937
|
-
margin-bottom: 10px;
|
|
18938
18881
|
}
|
|
18939
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18882
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput .MuiCollapse-entered {
|
|
18883
|
+
margin: 5px 0px;
|
|
18884
|
+
}
|
|
18885
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput {
|
|
18940
18886
|
grid-row: 5/span 1;
|
|
18941
18887
|
}
|
|
18888
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput .MuiCollapse-entered {
|
|
18889
|
+
margin: 5px 0px;
|
|
18890
|
+
}
|
|
18942
18891
|
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18943
18892
|
grid-row: 6/span 1;
|
|
18944
18893
|
}
|
|
@@ -18949,23 +18898,19 @@ svg.HelpButton {
|
|
|
18949
18898
|
grid-row: 8/span 1;
|
|
18950
18899
|
}
|
|
18951
18900
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18952
|
-
grid-column: 1/span
|
|
18953
|
-
}
|
|
18954
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton {
|
|
18955
|
-
grid-column: 4/span 1;
|
|
18956
|
-
}
|
|
18957
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton svg {
|
|
18958
|
-
margin-left: 2px;
|
|
18901
|
+
grid-column: 1/span 1;
|
|
18959
18902
|
}
|
|
18960
18903
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation,
|
|
18961
18904
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav,
|
|
18962
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults,
|
|
18963
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView,
|
|
18964
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18965
18905
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSearchInput,
|
|
18966
18906
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSqlEditorInput,
|
|
18967
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper
|
|
18968
|
-
|
|
18907
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper,
|
|
18908
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView {
|
|
18909
|
+
grid-column: 2/span 1;
|
|
18910
|
+
}
|
|
18911
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18912
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults {
|
|
18913
|
+
grid-column: 1/span 2;
|
|
18969
18914
|
}
|
|
18970
18915
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
18971
18916
|
grid-column: 1/span 1;
|
|
@@ -18973,14 +18918,19 @@ svg.HelpButton {
|
|
|
18973
18918
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter > * {
|
|
18974
18919
|
display: none;
|
|
18975
18920
|
}
|
|
18976
|
-
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.
|
|
18977
|
-
|
|
18921
|
+
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.FilterAndView {
|
|
18922
|
+
margin-top: 10px;
|
|
18978
18923
|
}
|
|
18979
18924
|
}
|
|
18980
|
-
|
|
18981
|
-
|
|
18982
|
-
|
|
18983
|
-
|
|
18925
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryFilter,
|
|
18926
|
+
.QueryWrapperPlotNav .SRC-wrapper > .download-confirmation,
|
|
18927
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FacetNav,
|
|
18928
|
+
.QueryWrapperPlotNav .SRC-wrapper > .TotalQueryResults,
|
|
18929
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSearchInput,
|
|
18930
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSqlEditorInput,
|
|
18931
|
+
.QueryWrapperPlotNav .SRC-wrapper > .ErrorBannerWrapper,
|
|
18932
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FilterAndView {
|
|
18933
|
+
margin-left: 15px;
|
|
18984
18934
|
}
|
|
18985
18935
|
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
18986
18936
|
z-index: 600;
|
|
@@ -19003,15 +18953,15 @@ svg.HelpButton {
|
|
|
19003
18953
|
text-align: center;
|
|
19004
18954
|
}
|
|
19005
18955
|
.TopLevelControls {
|
|
19006
|
-
|
|
19007
|
-
padding-bottom: 10px;
|
|
19008
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
19009
|
-
margin-bottom: 15px;
|
|
18956
|
+
background-color: rgba(64, 123, 160, 0.05);
|
|
19010
18957
|
}
|
|
19011
|
-
.TopLevelControls
|
|
18958
|
+
.TopLevelControls > * {
|
|
19012
18959
|
display: flex;
|
|
19013
18960
|
justify-content: space-between;
|
|
19014
18961
|
font-weight: bold;
|
|
18962
|
+
margin: 0px 0px 0px 15px;
|
|
18963
|
+
}
|
|
18964
|
+
.TopLevelControls > * p {
|
|
19015
18965
|
margin-top: 0px;
|
|
19016
18966
|
}
|
|
19017
18967
|
.TopLevelControls__showhidefacetfilters {
|
|
@@ -19021,6 +18971,22 @@ svg.HelpButton {
|
|
|
19021
18971
|
display: inline-flex;
|
|
19022
18972
|
align-items: center;
|
|
19023
18973
|
}
|
|
18974
|
+
.TopLevelControls__querycount__facetFilterLink {
|
|
18975
|
+
height: 100%;
|
|
18976
|
+
display: flex;
|
|
18977
|
+
flex-wrap: nowrap;
|
|
18978
|
+
justify-content: flex-start;
|
|
18979
|
+
align-items: stretch;
|
|
18980
|
+
margin-left: 15px;
|
|
18981
|
+
font-weight: 400 !important;
|
|
18982
|
+
}
|
|
18983
|
+
.TopLevelControls__querycount__facetFilterLink__text {
|
|
18984
|
+
margin-top: 4px;
|
|
18985
|
+
}
|
|
18986
|
+
.TopLevelControls__querycount__facetFilterLink svg {
|
|
18987
|
+
margin-right: 7px;
|
|
18988
|
+
margin-top: 8px;
|
|
18989
|
+
}
|
|
19024
18990
|
.TopLevelControls__actions {
|
|
19025
18991
|
display: inline-flex;
|
|
19026
18992
|
align-items: center;
|
|
@@ -19183,10 +19149,6 @@ svg.HelpButton {
|
|
|
19183
19149
|
.ElementWithTooltip svg path {
|
|
19184
19150
|
fill: rgb(64, 123, 160);
|
|
19185
19151
|
}
|
|
19186
|
-
.ElementWithTooltip:hover svg,
|
|
19187
|
-
.ElementWithTooltip:hover path {
|
|
19188
|
-
fill: #fff;
|
|
19189
|
-
}
|
|
19190
19152
|
.ElementWithTooltip.dark-theme svg {
|
|
19191
19153
|
fill: rgb(64, 123, 160);
|
|
19192
19154
|
color: rgb(64, 123, 160) !important;
|
|
@@ -19196,17 +19158,6 @@ svg.HelpButton {
|
|
|
19196
19158
|
.ElementWithTooltip.dark-theme svg path {
|
|
19197
19159
|
fill: rgb(64, 123, 160);
|
|
19198
19160
|
}
|
|
19199
|
-
.ElementWithTooltip.dark-theme:hover svg,
|
|
19200
|
-
.ElementWithTooltip.dark-theme:hover path {
|
|
19201
|
-
fill: #fff;
|
|
19202
|
-
}
|
|
19203
|
-
.show .ElementWithTooltip.dark-theme svg {
|
|
19204
|
-
fill: rgb(64, 123, 160);
|
|
19205
|
-
color: white !important;
|
|
19206
|
-
}
|
|
19207
|
-
.show .ElementWithTooltip.dark-theme svg path {
|
|
19208
|
-
fill: white;
|
|
19209
|
-
}
|
|
19210
19161
|
button.ElementWithTooltip:active:focus,
|
|
19211
19162
|
button.ElementWithTooltip:focus {
|
|
19212
19163
|
outline: none;
|
|
@@ -19222,19 +19173,6 @@ button.ElementWithTooltip:focus {
|
|
|
19222
19173
|
box-shadow: none;
|
|
19223
19174
|
border-radius: 2px;
|
|
19224
19175
|
}
|
|
19225
|
-
.show button svg .SRC-primary-fill-color,
|
|
19226
|
-
button:hover .SRC-primary-fill-color {
|
|
19227
|
-
fill: white;
|
|
19228
|
-
}
|
|
19229
|
-
.show button svg .SRC-primary-stroke-color,
|
|
19230
|
-
button:hover .SRC-primary-stroke-color {
|
|
19231
|
-
fill: rgb(64, 123, 160) !important;
|
|
19232
|
-
stroke: white !important;
|
|
19233
|
-
}
|
|
19234
|
-
button:hover .SRC-column-light-theme .SRC-light-column {
|
|
19235
|
-
fill: rgb(64, 123, 160) !important;
|
|
19236
|
-
stroke: white !important;
|
|
19237
|
-
}
|
|
19238
19176
|
.page-progress button,
|
|
19239
19177
|
.page-progress button:active,
|
|
19240
19178
|
.page-progress button:focus,
|
|
@@ -23440,11 +23378,18 @@ table.DownloadListTableV2 td {
|
|
|
23440
23378
|
border: none;
|
|
23441
23379
|
}
|
|
23442
23380
|
.FullWidthAlert[role=alert].global {
|
|
23443
|
-
|
|
23381
|
+
bottom: 2%;
|
|
23382
|
+
left: 2%;
|
|
23444
23383
|
position: fixed;
|
|
23445
|
-
|
|
23446
|
-
left: 0px;
|
|
23384
|
+
width: 96%;
|
|
23447
23385
|
z-index: 2500;
|
|
23386
|
+
filter: drop-shadow(3px 4px 9px #9e9e9e);
|
|
23387
|
+
-webkit-border-radius: 2px;
|
|
23388
|
+
-moz-border-radius: 2px;
|
|
23389
|
+
-ms-border-radius: 2px;
|
|
23390
|
+
border-radius: 2px;
|
|
23391
|
+
-o-border-radius: 2px;
|
|
23392
|
+
-khtml-border-radius: 2px;
|
|
23448
23393
|
}
|
|
23449
23394
|
.FullWidthAlert[role=alert] .alert-link {
|
|
23450
23395
|
color: inherit;
|
|
@@ -23493,6 +23438,9 @@ table.DownloadListTableV2 td {
|
|
|
23493
23438
|
min-width: 50px;
|
|
23494
23439
|
margin-right: 10px;
|
|
23495
23440
|
}
|
|
23441
|
+
.FullWidthAlert[role=alert] .gridContainer .iconArea svg {
|
|
23442
|
+
width: 26px;
|
|
23443
|
+
}
|
|
23496
23444
|
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23497
23445
|
grid-row: 1/span 1;
|
|
23498
23446
|
grid-column: 2/span 1;
|
|
@@ -23511,6 +23459,7 @@ table.DownloadListTableV2 td {
|
|
|
23511
23459
|
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
23512
23460
|
white-space: nowrap;
|
|
23513
23461
|
margin-right: 15px;
|
|
23462
|
+
padding: 10px 15px;
|
|
23514
23463
|
}
|
|
23515
23464
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23516
23465
|
width: 100%;
|
|
@@ -25058,6 +25007,41 @@ input[type=radio] + span {
|
|
|
25058
25007
|
.react-flow__handle {
|
|
25059
25008
|
height: 0px !important;
|
|
25060
25009
|
}
|
|
25010
|
+
.terms-conditions .view-terms a,
|
|
25011
|
+
.terms-conditions .view-terms a:active:focus,
|
|
25012
|
+
.page-progress button,
|
|
25013
|
+
.page-progress button:active,
|
|
25014
|
+
.page-progress button:focus,
|
|
25015
|
+
.page-progress button:active:focus {
|
|
25016
|
+
border: 0;
|
|
25017
|
+
outline: none;
|
|
25018
|
+
box-shadow: none;
|
|
25019
|
+
border-radius: 2px;
|
|
25020
|
+
}
|
|
25021
|
+
.CertificationQuiz .failBanner {
|
|
25022
|
+
background-color: red;
|
|
25023
|
+
color: white;
|
|
25024
|
+
padding: 8px;
|
|
25025
|
+
}
|
|
25026
|
+
.CertificationQuiz__container {
|
|
25027
|
+
border: solid 1px #ddd;
|
|
25028
|
+
border-radius: 4px;
|
|
25029
|
+
padding: 10px;
|
|
25030
|
+
}
|
|
25031
|
+
.CertificationQuiz__container a {
|
|
25032
|
+
color: rgb(64, 123, 160);
|
|
25033
|
+
}
|
|
25034
|
+
.CertificationQuiz__container .help-button {
|
|
25035
|
+
display: block;
|
|
25036
|
+
margin-left: auto;
|
|
25037
|
+
margin-right: 0;
|
|
25038
|
+
}
|
|
25039
|
+
.CertificationQuiz__container .incorrectQuestion {
|
|
25040
|
+
color: #f44336;
|
|
25041
|
+
}
|
|
25042
|
+
.CertificationQuiz__container .question-choice {
|
|
25043
|
+
font-weight: 400;
|
|
25044
|
+
}
|
|
25061
25045
|
/*!
|
|
25062
25046
|
* https://github.com/arqex/react-datetime
|
|
25063
25047
|
*/
|