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
package/dist/style/main.css
CHANGED
|
@@ -14332,6 +14332,14 @@ svg.SRC-hoverBox:hover:after {
|
|
|
14332
14332
|
.table .SRC-primary-background-color-hover[aria-expanded=true] path {
|
|
14333
14333
|
fill: #fff;
|
|
14334
14334
|
}
|
|
14335
|
+
.table .SRC-primary-background-color svg,
|
|
14336
|
+
.table .SRC-primary-background-color path {
|
|
14337
|
+
fill: #fff;
|
|
14338
|
+
}
|
|
14339
|
+
|
|
14340
|
+
.SRC-grey-background-hover:hover, .SRC-grey-background-hover[aria-expanded=true] {
|
|
14341
|
+
background-color: #dfe2e6;
|
|
14342
|
+
}
|
|
14335
14343
|
|
|
14336
14344
|
.SRC-facets {
|
|
14337
14345
|
padding: 4px 12px;
|
|
@@ -17406,8 +17414,7 @@ svg.HelpButton {
|
|
|
17406
17414
|
}
|
|
17407
17415
|
|
|
17408
17416
|
.QueryFilter {
|
|
17409
|
-
padding:
|
|
17410
|
-
background-color: rgba(64, 123, 160, 0.05);
|
|
17417
|
+
padding-top: 18px;
|
|
17411
17418
|
}
|
|
17412
17419
|
.QueryFilter__title {
|
|
17413
17420
|
font-weight: bold;
|
|
@@ -17991,6 +17998,7 @@ svg.HelpButton {
|
|
|
17991
17998
|
border-radius: 2px;
|
|
17992
17999
|
white-space: nowrap;
|
|
17993
18000
|
height: fit-content;
|
|
18001
|
+
margin-top: 8px;
|
|
17994
18002
|
}
|
|
17995
18003
|
|
|
17996
18004
|
.SelectionCriteriaPill {
|
|
@@ -18019,34 +18027,6 @@ svg.HelpButton {
|
|
|
18019
18027
|
font-size: 1.25rem;
|
|
18020
18028
|
}
|
|
18021
18029
|
|
|
18022
|
-
.notch-down {
|
|
18023
|
-
position: relative;
|
|
18024
|
-
}
|
|
18025
|
-
.notch-down:after, .notch-down::after {
|
|
18026
|
-
position: absolute;
|
|
18027
|
-
left: 2.4rem;
|
|
18028
|
-
bottom: -10px;
|
|
18029
|
-
content: "";
|
|
18030
|
-
width: 0;
|
|
18031
|
-
height: 0;
|
|
18032
|
-
border-top: solid 10px;
|
|
18033
|
-
border-top-color: #f9f9f9;
|
|
18034
|
-
border-left: solid 10px transparent;
|
|
18035
|
-
border-right: solid 10px transparent;
|
|
18036
|
-
}
|
|
18037
|
-
.notch-down:before, .notch-down::before {
|
|
18038
|
-
position: absolute;
|
|
18039
|
-
left: calc(2.4rem - 2px);
|
|
18040
|
-
bottom: -12px;
|
|
18041
|
-
content: "";
|
|
18042
|
-
width: 0;
|
|
18043
|
-
height: 0;
|
|
18044
|
-
border-top: solid 12px;
|
|
18045
|
-
border-top-color: inherit;
|
|
18046
|
-
border-left: solid 12px transparent;
|
|
18047
|
-
border-right: solid 12px transparent;
|
|
18048
|
-
}
|
|
18049
|
-
|
|
18050
18030
|
.page-progress button,
|
|
18051
18031
|
.page-progress button:active,
|
|
18052
18032
|
.page-progress button:focus,
|
|
@@ -18223,71 +18203,41 @@ svg.HelpButton {
|
|
|
18223
18203
|
@media (min-width: 768px) {
|
|
18224
18204
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18225
18205
|
display: grid;
|
|
18226
|
-
grid-template-columns: 25%
|
|
18227
|
-
padding-right: 15px;
|
|
18206
|
+
grid-template-columns: 25% 75%;
|
|
18228
18207
|
}
|
|
18229
18208
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18230
|
-
grid-column: 1/span
|
|
18209
|
+
grid-column: 1/span 2;
|
|
18231
18210
|
}
|
|
18232
18211
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18233
|
-
|
|
18234
|
-
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18212
|
+
grid-template-columns: 25% 75%;
|
|
18235
18213
|
}
|
|
18236
18214
|
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18237
|
-
grid-column:
|
|
18238
|
-
}
|
|
18239
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .download-confirmation,
|
|
18240
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TotalQueryResults,
|
|
18241
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18242
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18243
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18244
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSearchInput,
|
|
18245
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperSqlEditorInput,
|
|
18246
|
-
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18247
|
-
margin-left: 30px;
|
|
18248
|
-
}
|
|
18249
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18250
|
-
position: relative;
|
|
18251
|
-
left: -23px;
|
|
18252
|
-
top: 20px;
|
|
18253
|
-
}
|
|
18254
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary {
|
|
18255
|
-
border-radius: 50% !important;
|
|
18256
|
-
background-color: white;
|
|
18257
|
-
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25) !important;
|
|
18258
|
-
border: none;
|
|
18259
|
-
width: 45px;
|
|
18260
|
-
height: 45px;
|
|
18261
|
-
}
|
|
18262
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton button.btn.btn-outline-primary:hover {
|
|
18263
|
-
background-color: rgb(64, 123, 160);
|
|
18215
|
+
grid-column: 1/span 2;
|
|
18264
18216
|
}
|
|
18265
18217
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilter {
|
|
18266
|
-
grid-row:
|
|
18267
|
-
}
|
|
18268
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18269
|
-
grid-row: 1/span 1;
|
|
18270
|
-
}
|
|
18271
|
-
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton svg {
|
|
18272
|
-
margin-bottom: 2px;
|
|
18218
|
+
grid-row: 3/span 100;
|
|
18273
18219
|
}
|
|
18274
18220
|
.QueryWrapperPlotNav .SRC-wrapper .TopLevelControls {
|
|
18275
18221
|
grid-row: 1/span 1;
|
|
18276
18222
|
}
|
|
18277
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18223
|
+
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18278
18224
|
grid-row: 2/span 1;
|
|
18279
18225
|
}
|
|
18280
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18226
|
+
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18281
18227
|
grid-row: 3/span 1;
|
|
18282
|
-
margin-bottom: 10px;
|
|
18283
18228
|
}
|
|
18284
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18229
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput {
|
|
18285
18230
|
grid-row: 4/span 1;
|
|
18286
|
-
margin-bottom: 10px;
|
|
18287
18231
|
}
|
|
18288
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18232
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSearchInput .MuiCollapse-entered {
|
|
18233
|
+
margin: 5px 0px;
|
|
18234
|
+
}
|
|
18235
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput {
|
|
18289
18236
|
grid-row: 5/span 1;
|
|
18290
18237
|
}
|
|
18238
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperSqlEditorInput .MuiCollapse-entered {
|
|
18239
|
+
margin: 5px 0px;
|
|
18240
|
+
}
|
|
18291
18241
|
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18292
18242
|
grid-row: 6/span 1;
|
|
18293
18243
|
}
|
|
@@ -18298,16 +18248,13 @@ svg.HelpButton {
|
|
|
18298
18248
|
grid-row: 8/span 1;
|
|
18299
18249
|
}
|
|
18300
18250
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18301
|
-
grid-column: 1/span
|
|
18302
|
-
}
|
|
18303
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilterToggleButton {
|
|
18304
|
-
grid-column: 4/span 1;
|
|
18251
|
+
grid-column: 1/span 1;
|
|
18305
18252
|
}
|
|
18306
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18307
|
-
|
|
18253
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.download-confirmation, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FacetNav, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSearchInput, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperSqlEditorInput, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView {
|
|
18254
|
+
grid-column: 2/span 1;
|
|
18308
18255
|
}
|
|
18309
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18310
|
-
grid-column:
|
|
18256
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls, .QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults {
|
|
18257
|
+
grid-column: 1/span 2;
|
|
18311
18258
|
}
|
|
18312
18259
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
18313
18260
|
grid-column: 1/span 1;
|
|
@@ -18315,14 +18262,19 @@ svg.HelpButton {
|
|
|
18315
18262
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter > * {
|
|
18316
18263
|
display: none;
|
|
18317
18264
|
}
|
|
18318
|
-
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.
|
|
18319
|
-
|
|
18265
|
+
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.FilterAndView {
|
|
18266
|
+
margin-top: 10px;
|
|
18320
18267
|
}
|
|
18321
18268
|
}
|
|
18322
|
-
|
|
18323
|
-
|
|
18324
|
-
|
|
18325
|
-
|
|
18269
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryFilter,
|
|
18270
|
+
.QueryWrapperPlotNav .SRC-wrapper > .download-confirmation,
|
|
18271
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FacetNav,
|
|
18272
|
+
.QueryWrapperPlotNav .SRC-wrapper > .TotalQueryResults,
|
|
18273
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSearchInput,
|
|
18274
|
+
.QueryWrapperPlotNav .SRC-wrapper > .QueryWrapperSqlEditorInput,
|
|
18275
|
+
.QueryWrapperPlotNav .SRC-wrapper > .ErrorBannerWrapper,
|
|
18276
|
+
.QueryWrapperPlotNav .SRC-wrapper > .FilterAndView {
|
|
18277
|
+
margin-left: 15px;
|
|
18326
18278
|
}
|
|
18327
18279
|
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
18328
18280
|
z-index: 600;
|
|
@@ -18346,15 +18298,15 @@ svg.HelpButton {
|
|
|
18346
18298
|
}
|
|
18347
18299
|
|
|
18348
18300
|
.TopLevelControls {
|
|
18349
|
-
|
|
18350
|
-
padding-bottom: 10px;
|
|
18351
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
18352
|
-
margin-bottom: 15px;
|
|
18301
|
+
background-color: rgba(64, 123, 160, 0.05);
|
|
18353
18302
|
}
|
|
18354
|
-
.TopLevelControls
|
|
18303
|
+
.TopLevelControls > * {
|
|
18355
18304
|
display: flex;
|
|
18356
18305
|
justify-content: space-between;
|
|
18357
18306
|
font-weight: bold;
|
|
18307
|
+
margin: 0px 0px 0px 15px;
|
|
18308
|
+
}
|
|
18309
|
+
.TopLevelControls > * p {
|
|
18358
18310
|
margin-top: 0px;
|
|
18359
18311
|
}
|
|
18360
18312
|
.TopLevelControls__showhidefacetfilters {
|
|
@@ -18364,6 +18316,22 @@ svg.HelpButton {
|
|
|
18364
18316
|
display: inline-flex;
|
|
18365
18317
|
align-items: center;
|
|
18366
18318
|
}
|
|
18319
|
+
.TopLevelControls__querycount__facetFilterLink {
|
|
18320
|
+
height: 100%;
|
|
18321
|
+
display: flex;
|
|
18322
|
+
flex-wrap: nowrap;
|
|
18323
|
+
justify-content: flex-start;
|
|
18324
|
+
align-items: stretch;
|
|
18325
|
+
margin-left: 15px;
|
|
18326
|
+
font-weight: 400 !important;
|
|
18327
|
+
}
|
|
18328
|
+
.TopLevelControls__querycount__facetFilterLink__text {
|
|
18329
|
+
margin-top: 4px;
|
|
18330
|
+
}
|
|
18331
|
+
.TopLevelControls__querycount__facetFilterLink svg {
|
|
18332
|
+
margin-right: 7px;
|
|
18333
|
+
margin-top: 8px;
|
|
18334
|
+
}
|
|
18367
18335
|
.TopLevelControls__actions {
|
|
18368
18336
|
display: inline-flex;
|
|
18369
18337
|
align-items: center;
|
|
@@ -18526,10 +18494,6 @@ svg.HelpButton {
|
|
|
18526
18494
|
.ElementWithTooltip svg path {
|
|
18527
18495
|
fill: rgb(64, 123, 160);
|
|
18528
18496
|
}
|
|
18529
|
-
.ElementWithTooltip:hover svg,
|
|
18530
|
-
.ElementWithTooltip:hover path {
|
|
18531
|
-
fill: #fff;
|
|
18532
|
-
}
|
|
18533
18497
|
.ElementWithTooltip.dark-theme svg {
|
|
18534
18498
|
fill: rgb(64, 123, 160);
|
|
18535
18499
|
color: rgb(64, 123, 160) !important;
|
|
@@ -18539,18 +18503,6 @@ svg.HelpButton {
|
|
|
18539
18503
|
.ElementWithTooltip.dark-theme svg path {
|
|
18540
18504
|
fill: rgb(64, 123, 160);
|
|
18541
18505
|
}
|
|
18542
|
-
.ElementWithTooltip.dark-theme:hover svg,
|
|
18543
|
-
.ElementWithTooltip.dark-theme:hover path {
|
|
18544
|
-
fill: #fff;
|
|
18545
|
-
}
|
|
18546
|
-
|
|
18547
|
-
.show .ElementWithTooltip.dark-theme svg {
|
|
18548
|
-
fill: rgb(64, 123, 160);
|
|
18549
|
-
color: white !important;
|
|
18550
|
-
}
|
|
18551
|
-
.show .ElementWithTooltip.dark-theme svg path {
|
|
18552
|
-
fill: white;
|
|
18553
|
-
}
|
|
18554
18506
|
|
|
18555
18507
|
button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
|
|
18556
18508
|
outline: none;
|
|
@@ -18567,19 +18519,6 @@ button.ElementWithTooltip:active:focus, button.ElementWithTooltip:focus {
|
|
|
18567
18519
|
border-radius: 2px;
|
|
18568
18520
|
}
|
|
18569
18521
|
|
|
18570
|
-
.show button svg .SRC-primary-fill-color, button:hover .SRC-primary-fill-color {
|
|
18571
|
-
fill: white;
|
|
18572
|
-
}
|
|
18573
|
-
.show button svg .SRC-primary-stroke-color, button:hover .SRC-primary-stroke-color {
|
|
18574
|
-
fill: rgb(64, 123, 160) !important;
|
|
18575
|
-
stroke: white !important;
|
|
18576
|
-
}
|
|
18577
|
-
|
|
18578
|
-
button:hover .SRC-column-light-theme .SRC-light-column {
|
|
18579
|
-
fill: rgb(64, 123, 160) !important;
|
|
18580
|
-
stroke: white !important;
|
|
18581
|
-
}
|
|
18582
|
-
|
|
18583
18522
|
.page-progress button,
|
|
18584
18523
|
.page-progress button:active,
|
|
18585
18524
|
.page-progress button:focus,
|
|
@@ -22992,11 +22931,18 @@ table.DownloadListTableV2 td {
|
|
|
22992
22931
|
border: none;
|
|
22993
22932
|
}
|
|
22994
22933
|
.FullWidthAlert[role=alert].global {
|
|
22995
|
-
|
|
22934
|
+
bottom: 2%;
|
|
22935
|
+
left: 2%;
|
|
22996
22936
|
position: fixed;
|
|
22997
|
-
|
|
22998
|
-
left: 0px;
|
|
22937
|
+
width: 96%;
|
|
22999
22938
|
z-index: 2500;
|
|
22939
|
+
filter: drop-shadow(3px 4px 9px #9e9e9e);
|
|
22940
|
+
-webkit-border-radius: 2px;
|
|
22941
|
+
-moz-border-radius: 2px;
|
|
22942
|
+
-ms-border-radius: 2px;
|
|
22943
|
+
border-radius: 2px;
|
|
22944
|
+
-o-border-radius: 2px;
|
|
22945
|
+
-khtml-border-radius: 2px;
|
|
23000
22946
|
}
|
|
23001
22947
|
.FullWidthAlert[role=alert] .alert-link {
|
|
23002
22948
|
color: inherit;
|
|
@@ -23045,6 +22991,9 @@ table.DownloadListTableV2 td {
|
|
|
23045
22991
|
min-width: 50px;
|
|
23046
22992
|
margin-right: 10px;
|
|
23047
22993
|
}
|
|
22994
|
+
.FullWidthAlert[role=alert] .gridContainer .iconArea svg {
|
|
22995
|
+
width: 26px;
|
|
22996
|
+
}
|
|
23048
22997
|
.FullWidthAlert[role=alert] .gridContainer .mainContent {
|
|
23049
22998
|
grid-row: 1/span 1;
|
|
23050
22999
|
grid-column: 2/span 1;
|
|
@@ -23063,6 +23012,7 @@ table.DownloadListTableV2 td {
|
|
|
23063
23012
|
.FullWidthAlert[role=alert] .gridContainer .buttonArea button {
|
|
23064
23013
|
white-space: nowrap;
|
|
23065
23014
|
margin-right: 15px;
|
|
23015
|
+
padding: 10px 15px;
|
|
23066
23016
|
}
|
|
23067
23017
|
.FullWidthAlert[role=alert] .gridContainer .messageArea {
|
|
23068
23018
|
width: 100%;
|
|
@@ -24677,4 +24627,40 @@ input[type=radio] + span {
|
|
|
24677
24627
|
height: 0px !important;
|
|
24678
24628
|
}
|
|
24679
24629
|
|
|
24630
|
+
.terms-conditions .view-terms a,
|
|
24631
|
+
.terms-conditions .view-terms a:active:focus, .page-progress button,
|
|
24632
|
+
.page-progress button:active,
|
|
24633
|
+
.page-progress button:focus,
|
|
24634
|
+
.page-progress button:active:focus {
|
|
24635
|
+
border: 0;
|
|
24636
|
+
outline: none;
|
|
24637
|
+
box-shadow: none;
|
|
24638
|
+
border-radius: 2px;
|
|
24639
|
+
}
|
|
24640
|
+
|
|
24641
|
+
.CertificationQuiz .failBanner {
|
|
24642
|
+
background-color: red;
|
|
24643
|
+
color: white;
|
|
24644
|
+
padding: 8px;
|
|
24645
|
+
}
|
|
24646
|
+
.CertificationQuiz__container {
|
|
24647
|
+
border: solid 1px #ddd;
|
|
24648
|
+
border-radius: 4px;
|
|
24649
|
+
padding: 10px;
|
|
24650
|
+
}
|
|
24651
|
+
.CertificationQuiz__container a {
|
|
24652
|
+
color: rgb(64, 123, 160);
|
|
24653
|
+
}
|
|
24654
|
+
.CertificationQuiz__container .help-button {
|
|
24655
|
+
display: block;
|
|
24656
|
+
margin-left: auto;
|
|
24657
|
+
margin-right: 0;
|
|
24658
|
+
}
|
|
24659
|
+
.CertificationQuiz__container .incorrectQuestion {
|
|
24660
|
+
color: #f44336;
|
|
24661
|
+
}
|
|
24662
|
+
.CertificationQuiz__container .question-choice {
|
|
24663
|
+
font-weight: 400;
|
|
24664
|
+
}
|
|
24665
|
+
|
|
24680
24666
|
/*# sourceMappingURL=main.css.map */
|