synapse-react-client 2.1.16 → 2.1.19
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/icons/terms/ChatBubblesIcon.d.ts +3 -0
- package/dist/assets/icons/terms/ChatBubblesIcon.js +18 -0
- package/dist/assets/icons/terms/ChatBubblesIcon.js.map +1 -0
- package/dist/assets/icons/terms/CheckIcon.d.ts +3 -0
- package/dist/assets/icons/terms/CheckIcon.js +12 -0
- package/dist/assets/icons/terms/CheckIcon.js.map +1 -0
- package/dist/assets/icons/terms/FlagIcon.d.ts +3 -0
- package/dist/assets/icons/terms/FlagIcon.js +14 -0
- package/dist/assets/icons/terms/FlagIcon.js.map +1 -0
- package/dist/assets/icons/terms/LockIcon.d.ts +3 -0
- package/dist/assets/icons/terms/LockIcon.js +16 -0
- package/dist/assets/icons/terms/LockIcon.js.map +1 -0
- package/dist/assets/icons/terms/PenIcon.d.ts +3 -0
- package/dist/assets/icons/terms/PenIcon.js +15 -0
- package/dist/assets/icons/terms/PenIcon.js.map +1 -0
- package/dist/assets/icons/terms/PeopleIcon.d.ts +3 -0
- package/dist/assets/icons/terms/PeopleIcon.js +24 -0
- package/dist/assets/icons/terms/PeopleIcon.js.map +1 -0
- package/dist/assets/icons/terms/ScaleIcon.d.ts +3 -0
- package/dist/assets/icons/terms/ScaleIcon.js +14 -0
- package/dist/assets/icons/terms/ScaleIcon.js.map +1 -0
- package/dist/assets/icons/terms/ShieldIcon.d.ts +3 -0
- package/dist/assets/icons/terms/ShieldIcon.js +13 -0
- package/dist/assets/icons/terms/ShieldIcon.js.map +1 -0
- package/dist/assets/icons/terms/SpeakerIcon.d.ts +3 -0
- package/dist/assets/icons/terms/SpeakerIcon.js +24 -0
- package/dist/assets/icons/terms/SpeakerIcon.js.map +1 -0
- package/dist/assets/themed_icons/SqlEditorIcon.d.ts +2 -0
- package/dist/assets/themed_icons/SqlEditorIcon.js +9 -0
- package/dist/assets/themed_icons/SqlEditorIcon.js.map +1 -0
- package/dist/assets/themed_icons/index.d.ts +2 -1
- package/dist/assets/themed_icons/index.js +3 -1
- package/dist/assets/themed_icons/index.js.map +1 -1
- package/dist/containers/CreateProjectModal.js +1 -1
- package/dist/containers/CreateProjectModal.js.map +1 -1
- package/dist/containers/EntityIcon.js +2 -0
- package/dist/containers/EntityIcon.js.map +1 -1
- package/dist/containers/ErrorBanner.js +8 -0
- package/dist/containers/ErrorBanner.js.map +1 -1
- package/dist/containers/FullTextSearch.js +4 -4
- package/dist/containers/FullTextSearch.js.map +1 -1
- package/dist/containers/HelpPopover.d.ts +1 -0
- package/dist/containers/HelpPopover.js +10 -8
- package/dist/containers/HelpPopover.js.map +1 -1
- package/dist/containers/JiraIssueCollector.d.ts +34 -0
- package/dist/containers/JiraIssueCollector.js +95 -0
- package/dist/containers/JiraIssueCollector.js.map +1 -0
- package/dist/containers/Login.d.ts +2 -0
- package/dist/containers/Login.js +8 -5
- package/dist/containers/Login.js.map +1 -1
- package/dist/containers/ModalDownload.js +2 -1
- package/dist/containers/ModalDownload.js.map +1 -1
- package/dist/containers/QueryWrapper.d.ts +7 -1
- package/dist/containers/QueryWrapper.js +45 -8
- package/dist/containers/QueryWrapper.js.map +1 -1
- package/dist/containers/SearchV2.js +7 -7
- package/dist/containers/SearchV2.js.map +1 -1
- package/dist/containers/SqlEditor.d.ts +7 -0
- package/dist/containers/SqlEditor.js +50 -0
- package/dist/containers/SqlEditor.js.map +1 -0
- package/dist/containers/TermsAndConditions.d.ts +1 -1
- package/dist/containers/TermsAndConditions.js +16 -16
- package/dist/containers/TermsAndConditions.js.map +1 -1
- package/dist/containers/TermsAndConditionsItem.d.ts +1 -1
- package/dist/containers/TermsAndConditionsItem.js +3 -3
- package/dist/containers/TermsAndConditionsItem.js.map +1 -1
- package/dist/containers/ToastMessage.d.ts +1 -1
- package/dist/containers/TotalQueryResults.js +14 -11
- package/dist/containers/TotalQueryResults.js.map +1 -1
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js +7 -8
- package/dist/containers/entity/annotations/SchemaDrivenAnnotationEditor.js.map +1 -1
- package/dist/containers/entity/metadata/EntityModal.js.map +1 -1
- package/dist/containers/entity_finder/EntityFinder.d.ts +3 -1
- package/dist/containers/entity_finder/EntityFinder.js +9 -5
- 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 +4 -1
- package/dist/containers/entity_finder/EntityFinderModal.js.map +1 -1
- package/dist/containers/entity_finder/details/EntityDetailsList.d.ts +1 -0
- package/dist/containers/entity_finder/details/EntityDetailsList.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.d.ts +2 -0
- package/dist/containers/entity_finder/details/view/DetailsView.js +8 -5
- package/dist/containers/entity_finder/details/view/DetailsView.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.d.ts +2 -1
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js +2 -2
- package/dist/containers/entity_finder/details/view/DetailsViewTableRenderers.js.map +1 -1
- package/dist/containers/personal_access_token/CreateAccessTokenModal.js +1 -1
- package/dist/containers/personal_access_token/CreateAccessTokenModal.js.map +1 -1
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.d.ts +7 -0
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js +23 -12
- package/dist/containers/query_wrapper_plot_nav/QueryWrapperPlotNav.js.map +1 -1
- package/dist/containers/row_renderers/utils/Icon.js +1 -0
- package/dist/containers/row_renderers/utils/Icon.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js +1 -1
- package/dist/containers/synapse_form_wrapper/SynapseFormSubmissionsGrid.js.map +1 -1
- package/dist/containers/synapse_form_wrapper/WarningModal.js +1 -1
- package/dist/containers/synapse_form_wrapper/WarningModal.js.map +1 -1
- package/dist/containers/table/SearchResultsNotFound.js +2 -2
- package/dist/containers/table/SearchResultsNotFound.js.map +1 -1
- package/dist/containers/table/StandaloneQueryWrapper.js +2 -0
- package/dist/containers/table/StandaloneQueryWrapper.js.map +1 -1
- package/dist/containers/table/SynapseTable.js +12 -6
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/TopLevelControls.d.ts +1 -0
- package/dist/containers/table/TopLevelControls.js +10 -3
- package/dist/containers/table/TopLevelControls.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/containers/table/table-top/DownloadLoginModal.js +1 -1
- package/dist/containers/table/table-top/DownloadLoginModal.js.map +1 -1
- package/dist/containers/table/table-top/DownloadOptions.d.ts +1 -1
- package/dist/containers/table/table-top/DownloadOptions.js +1 -1
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js +4 -3
- package/dist/containers/widgets/facet-nav/FacetNavPanel.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/style/base/_core.scss +30 -13
- package/dist/style/base/_icons.scss +3 -2
- package/dist/style/components/_all.scss +1 -1
- package/dist/style/components/_global-alert.scss +5 -0
- package/dist/style/components/_query-wrapper-plot-nav.scss +31 -19
- package/dist/style/components/{_searchv2.scss → _query-wrapper-text-input.scss} +2 -2
- package/dist/style/components/_synapse-nav-drawer.scss +1 -1
- package/dist/style/main.css +306 -80
- package/dist/umd/synapse-react-client.development.css +81 -35
- package/dist/umd/synapse-react-client.development.css.map +3 -3
- package/dist/umd/synapse-react-client.development.js +33620 -26029
- 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 +93 -92
- package/dist/umd.index.d.ts +2 -1
- package/dist/umd.index.js +2 -0
- package/dist/umd.index.js.map +1 -1
- package/dist/utils/APIConstants.d.ts +4 -0
- package/dist/utils/APIConstants.js +8 -1
- package/dist/utils/APIConstants.js.map +1 -1
- package/dist/utils/SynapseClient.d.ts +33 -4
- package/dist/utils/SynapseClient.js +101 -20
- package/dist/utils/SynapseClient.js.map +1 -1
- package/dist/utils/SynapseConstants.d.ts +1 -0
- package/dist/utils/SynapseConstants.js +2 -1
- package/dist/utils/SynapseConstants.js.map +1 -1
- package/dist/utils/SynapseContext.d.ts +5 -0
- package/dist/utils/SynapseContext.js +2 -1
- package/dist/utils/SynapseContext.js.map +1 -1
- package/dist/utils/functions/queryUtils.d.ts +3 -1
- package/dist/utils/functions/queryUtils.js +9 -1
- package/dist/utils/functions/queryUtils.js.map +1 -1
- package/dist/utils/functions/unCamelCase.js +4 -1
- package/dist/utils/functions/unCamelCase.js.map +1 -1
- package/dist/utils/hooks/SynapseAPI/useUserBundle.d.ts +3 -1
- package/dist/utils/hooks/SynapseAPI/useUserBundle.js +14 -4
- package/dist/utils/hooks/SynapseAPI/useUserBundle.js.map +1 -1
- package/dist/utils/synapseTypes/Entity/Entity.d.ts +2 -0
- package/dist/utils/synapseTypes/Entity/Entity.js +5 -0
- package/dist/utils/synapseTypes/Entity/Entity.js.map +1 -1
- package/dist/utils/synapseTypes/EntityType.d.ts +2 -1
- package/dist/utils/synapseTypes/EntityType.js +1 -0
- package/dist/utils/synapseTypes/EntityType.js.map +1 -1
- package/dist/utils/synapseTypes/Principal/PrincipalServices.d.ts +38 -0
- package/dist/utils/synapseTypes/Principal/PrincipalServices.js +15 -0
- package/dist/utils/synapseTypes/Principal/PrincipalServices.js.map +1 -0
- package/dist/utils/synapseTypes/Table/DownloadFromTableRequest.d.ts +2 -0
- package/dist/utils/synapseTypes/UserProfile.d.ts +8 -0
- package/package.json +4 -3
- package/dist/assets/icons/terms/chat-bubbles.svg +0 -9
- package/dist/assets/icons/terms/check.svg +0 -3
- package/dist/assets/icons/terms/flag.svg +0 -5
- package/dist/assets/icons/terms/lock.svg +0 -7
- package/dist/assets/icons/terms/pen.svg +0 -6
- package/dist/assets/icons/terms/people.svg +0 -15
- package/dist/assets/icons/terms/refresh.svg +0 -8
- package/dist/assets/icons/terms/scale.svg +0 -5
- package/dist/assets/icons/terms/shield.svg +0 -4
- package/dist/assets/icons/terms/speaker.svg +0 -15
|
@@ -16153,7 +16153,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16153
16153
|
position: relative;
|
|
16154
16154
|
top: 8px;
|
|
16155
16155
|
left: 6px;
|
|
16156
|
-
color: #
|
|
16156
|
+
color: #878e95;
|
|
16157
16157
|
}
|
|
16158
16158
|
.searchInputWithIcon input {
|
|
16159
16159
|
padding-left: 32px;
|
|
@@ -16165,6 +16165,9 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16165
16165
|
color: #407ba0;
|
|
16166
16166
|
text-transform: uppercase;
|
|
16167
16167
|
}
|
|
16168
|
+
.SRC-margin-left-5 {
|
|
16169
|
+
margin-left: 5px;
|
|
16170
|
+
}
|
|
16168
16171
|
.SRC-arrow-icon path,
|
|
16169
16172
|
.Icon-Plus path,
|
|
16170
16173
|
.Icon-Minus path {
|
|
@@ -16234,7 +16237,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16234
16237
|
svg.HelpButton {
|
|
16235
16238
|
color: #aeb5bc;
|
|
16236
16239
|
cursor: pointer;
|
|
16237
|
-
font-size:
|
|
16240
|
+
font-size: 0.8em;
|
|
16238
16241
|
}
|
|
16239
16242
|
.modal-dialog-scrollable {
|
|
16240
16243
|
height: 100%;
|
|
@@ -18119,12 +18122,28 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18119
18122
|
@media (min-width: 768px) {
|
|
18120
18123
|
.QueryWrapperPlotNav .SRC-wrapper {
|
|
18121
18124
|
display: grid;
|
|
18122
|
-
grid-template-columns:
|
|
18123
|
-
padding-right:
|
|
18125
|
+
grid-template-columns: 25% 10px 75%;
|
|
18126
|
+
padding-right: 15px;
|
|
18124
18127
|
}
|
|
18125
18128
|
.QueryWrapperPlotNav .SRC-wrapper > * {
|
|
18129
|
+
grid-column: 1/span 3;
|
|
18130
|
+
}
|
|
18131
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets {
|
|
18132
|
+
padding-right: 120px;
|
|
18133
|
+
grid-template-columns: 60px 10px 25% 10px 75%;
|
|
18134
|
+
}
|
|
18135
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets > * {
|
|
18126
18136
|
grid-column: 3/span 3;
|
|
18127
18137
|
}
|
|
18138
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .download-confirmation,
|
|
18139
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TotalQueryResults,
|
|
18140
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FacetNav,
|
|
18141
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .FilterAndView,
|
|
18142
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .TopLevelControls,
|
|
18143
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .QueryWrapperTextInput,
|
|
18144
|
+
.QueryWrapperPlotNav .SRC-wrapper.has-facets .ErrorBannerWrapper {
|
|
18145
|
+
margin-left: 30px;
|
|
18146
|
+
}
|
|
18128
18147
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18129
18148
|
position: relative;
|
|
18130
18149
|
left: -23px;
|
|
@@ -18156,19 +18175,22 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18156
18175
|
.QueryWrapperPlotNav .SRC-wrapper .download-confirmation {
|
|
18157
18176
|
grid-row: 2/span 1;
|
|
18158
18177
|
}
|
|
18159
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18178
|
+
.QueryWrapperPlotNav .SRC-wrapper .QueryWrapperTextInput {
|
|
18160
18179
|
grid-row: 3/span 1;
|
|
18161
18180
|
margin-bottom: 10px;
|
|
18162
18181
|
}
|
|
18163
18182
|
.QueryWrapperPlotNav .SRC-wrapper .TotalQueryResults {
|
|
18164
18183
|
grid-row: 4/span 1;
|
|
18165
18184
|
}
|
|
18166
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18185
|
+
.QueryWrapperPlotNav .SRC-wrapper .ErrorBannerWrapper {
|
|
18167
18186
|
grid-row: 5/span 1;
|
|
18168
18187
|
}
|
|
18169
|
-
.QueryWrapperPlotNav .SRC-wrapper .
|
|
18188
|
+
.QueryWrapperPlotNav .SRC-wrapper .FacetNav {
|
|
18170
18189
|
grid-row: 6/span 1;
|
|
18171
18190
|
}
|
|
18191
|
+
.QueryWrapperPlotNav .SRC-wrapper .FilterAndView {
|
|
18192
|
+
grid-row: 7/span 1;
|
|
18193
|
+
}
|
|
18172
18194
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryFilter {
|
|
18173
18195
|
grid-column: 1/span 3;
|
|
18174
18196
|
}
|
|
@@ -18183,7 +18205,8 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18183
18205
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TotalQueryResults,
|
|
18184
18206
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.FilterAndView,
|
|
18185
18207
|
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.TopLevelControls,
|
|
18186
|
-
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.
|
|
18208
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.QueryWrapperTextInput,
|
|
18209
|
+
.QueryWrapperPlotNav .SRC-wrapper .isShowingFacetFilters.ErrorBannerWrapper {
|
|
18187
18210
|
grid-column: 5/span 1;
|
|
18188
18211
|
}
|
|
18189
18212
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilter {
|
|
@@ -18195,21 +18218,13 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18195
18218
|
.QueryWrapperPlotNav .SRC-wrapper .isHidingFacetFilters.QueryFilterToggleButton {
|
|
18196
18219
|
grid-column: 2/span 1;
|
|
18197
18220
|
}
|
|
18198
|
-
.QueryWrapperPlotNav .download-confirmation,
|
|
18199
|
-
.QueryWrapperPlotNav .TotalQueryResults,
|
|
18200
|
-
.QueryWrapperPlotNav .FacetNav,
|
|
18201
|
-
.QueryWrapperPlotNav .FilterAndView,
|
|
18202
|
-
.QueryWrapperPlotNav .TopLevelControls,
|
|
18203
|
-
.QueryWrapperPlotNav .SearchV2 {
|
|
18204
|
-
margin-left: 30px;
|
|
18205
|
-
}
|
|
18206
18221
|
}
|
|
18207
18222
|
@media (max-width: 768px) {
|
|
18208
18223
|
.QueryWrapperPlotNav .SRC-wrapper .QueryFilterToggleButton {
|
|
18209
18224
|
display: none;
|
|
18210
18225
|
}
|
|
18211
18226
|
}
|
|
18212
|
-
.QueryWrapperPlotNav .
|
|
18227
|
+
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
18213
18228
|
z-index: 600;
|
|
18214
18229
|
}
|
|
18215
18230
|
.QueryWrapperPlotNav .TotalQueryResults {
|
|
@@ -18277,19 +18292,19 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18277
18292
|
box-shadow: none;
|
|
18278
18293
|
border-radius: 2px;
|
|
18279
18294
|
}
|
|
18280
|
-
.
|
|
18295
|
+
.QueryWrapperTextInput__searchbar {
|
|
18281
18296
|
height: 50px;
|
|
18282
18297
|
background: #f9f9f9;
|
|
18283
18298
|
border: 1px solid #dddddf;
|
|
18284
18299
|
display: flex;
|
|
18285
18300
|
align-items: center;
|
|
18286
18301
|
}
|
|
18287
|
-
.
|
|
18302
|
+
.QueryWrapperTextInput__searchbar:focus-within {
|
|
18288
18303
|
outline-color: #407ba0;
|
|
18289
18304
|
outline-style: auto;
|
|
18290
18305
|
outline-width: 5px;
|
|
18291
18306
|
}
|
|
18292
|
-
.
|
|
18307
|
+
.QueryWrapperTextInput__searchbar__searchicon {
|
|
18293
18308
|
color: #dcdcdc;
|
|
18294
18309
|
margin-left: 10px;
|
|
18295
18310
|
font-size: 17px;
|
|
@@ -18297,7 +18312,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18297
18312
|
flex-grow: 0;
|
|
18298
18313
|
flex-shrink: 0;
|
|
18299
18314
|
}
|
|
18300
|
-
.
|
|
18315
|
+
.QueryWrapperTextInput__searchbar input {
|
|
18301
18316
|
flex: 1;
|
|
18302
18317
|
margin-left: 10px;
|
|
18303
18318
|
width: fit-content;
|
|
@@ -18306,21 +18321,21 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18306
18321
|
border: none;
|
|
18307
18322
|
background: #f9f9f9;
|
|
18308
18323
|
}
|
|
18309
|
-
.
|
|
18324
|
+
.QueryWrapperTextInput__searchbar input:focus {
|
|
18310
18325
|
outline-width: 0px;
|
|
18311
18326
|
outline: none;
|
|
18312
18327
|
}
|
|
18313
|
-
.
|
|
18328
|
+
.QueryWrapperTextInput__searchbar__clearbutton {
|
|
18314
18329
|
flex: 1;
|
|
18315
18330
|
flex-grow: 0;
|
|
18316
18331
|
flex-shrink: 0;
|
|
18317
18332
|
}
|
|
18318
|
-
.
|
|
18333
|
+
.QueryWrapperTextInput__form-container {
|
|
18319
18334
|
position: relative;
|
|
18320
18335
|
width: 100%;
|
|
18321
18336
|
margin-top: 5px;
|
|
18322
18337
|
}
|
|
18323
|
-
.
|
|
18338
|
+
.QueryWrapperTextInput__column-select {
|
|
18324
18339
|
background: #ffffff;
|
|
18325
18340
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
18326
18341
|
color: #515359;
|
|
@@ -18330,7 +18345,7 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18330
18345
|
z-index: 5;
|
|
18331
18346
|
width: inherit;
|
|
18332
18347
|
}
|
|
18333
|
-
.
|
|
18348
|
+
.QueryWrapperTextInput__animate_height {
|
|
18334
18349
|
max-height: 0;
|
|
18335
18350
|
overflow-y: hidden;
|
|
18336
18351
|
-webkit-transition: max-height 0.3s ease-in-out;
|
|
@@ -18338,29 +18353,29 @@ img.iconImg.SRC-datasetIcon {
|
|
|
18338
18353
|
-o-transition: max-height 0.3s ease-in-out;
|
|
18339
18354
|
transition: max-height 0.3s ease-in-out;
|
|
18340
18355
|
}
|
|
18341
|
-
.
|
|
18356
|
+
.QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18342
18357
|
max-height: 300px;
|
|
18343
18358
|
}
|
|
18344
|
-
.
|
|
18359
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18345
18360
|
max-height: 0;
|
|
18346
18361
|
}
|
|
18347
|
-
.
|
|
18362
|
+
.QueryWrapperTextInput__dropdown_pos {
|
|
18348
18363
|
position: relative;
|
|
18349
18364
|
width: 100%;
|
|
18350
18365
|
}
|
|
18351
|
-
.
|
|
18366
|
+
.QueryWrapperTextInput__column-select.QueryWrapperTextInput__animate_height {
|
|
18352
18367
|
overflow: scroll;
|
|
18353
18368
|
}
|
|
18354
|
-
.
|
|
18355
|
-
.
|
|
18369
|
+
.QueryWrapperTextInput__animate_dropdown-exit-active,
|
|
18370
|
+
.QueryWrapperTextInput__animate_dropdown-enter-done {
|
|
18356
18371
|
padding-left: 30px;
|
|
18357
18372
|
padding-top: 15px;
|
|
18358
18373
|
padding-bottom: 5px;
|
|
18359
18374
|
}
|
|
18360
|
-
.
|
|
18375
|
+
.QueryWrapperTextInput__animate_dropdown-exit-done {
|
|
18361
18376
|
padding: 0;
|
|
18362
18377
|
}
|
|
18363
|
-
.
|
|
18378
|
+
.QueryWrapperTextInput .radio {
|
|
18364
18379
|
padding: 4px 0;
|
|
18365
18380
|
}
|
|
18366
18381
|
.page-progress button,
|
|
@@ -22088,6 +22103,10 @@ table.DownloadListTableV2 td {
|
|
|
22088
22103
|
grid-column: 2/span 1;
|
|
22089
22104
|
max-width: unset;
|
|
22090
22105
|
}
|
|
22106
|
+
.SynapseNavDrawerIsShowing .FullWidthAlert[role=alert].global {
|
|
22107
|
+
left: 56px;
|
|
22108
|
+
width: calc(100vw - 56px);
|
|
22109
|
+
}
|
|
22091
22110
|
.terms-conditions .view-terms a,
|
|
22092
22111
|
.terms-conditions .view-terms a:active:focus,
|
|
22093
22112
|
.page-progress button,
|
|
@@ -22274,7 +22293,7 @@ table.DownloadListTableV2 td {
|
|
|
22274
22293
|
overflow-y: hidden;
|
|
22275
22294
|
}
|
|
22276
22295
|
.SynapseNavContentDrawer .synapseLogoNameContainer {
|
|
22277
|
-
padding: 25px 0px 16px
|
|
22296
|
+
padding: 25px 0px 16px 5px;
|
|
22278
22297
|
}
|
|
22279
22298
|
.SynapseNavContentDrawer .searchInputWithIcon {
|
|
22280
22299
|
padding-top: 30px;
|
|
@@ -23479,6 +23498,33 @@ body.reflex-row-resize {
|
|
|
23479
23498
|
border-right: 8px solid #e4e4e4;
|
|
23480
23499
|
border-left: 8px solid #e4e4e4;
|
|
23481
23500
|
}
|
|
23501
|
+
|
|
23502
|
+
/* sass-plugin-0:/home/runner/work/Synapse-React-Client/Synapse-React-Client/src/lib/style/components/query_filter/_facet-filter-header.scss */
|
|
23503
|
+
.FacetFilterHeader {
|
|
23504
|
+
display: flex;
|
|
23505
|
+
justify-content: space-between;
|
|
23506
|
+
border-bottom: 1px solid #dcdcdc;
|
|
23507
|
+
}
|
|
23508
|
+
.FacetFilterHeader__label {
|
|
23509
|
+
font-weight: bold;
|
|
23510
|
+
}
|
|
23511
|
+
.FacetFilterHeader__collapseToggleBtn {
|
|
23512
|
+
margin: 0;
|
|
23513
|
+
padding: 0;
|
|
23514
|
+
line-height: 14px;
|
|
23515
|
+
font-size: 18px;
|
|
23516
|
+
color: #407ba0 !important;
|
|
23517
|
+
}
|
|
23518
|
+
.FacetFilterHeader__collapseToggleBtn:hover {
|
|
23519
|
+
color: #407ba0 !important;
|
|
23520
|
+
text-decoration: underline;
|
|
23521
|
+
}
|
|
23522
|
+
.FacetFilterHeader__collapseToggleBtn .icon-plus,
|
|
23523
|
+
.FacetFilterHeader__collapseToggleBtn .icon-minus {
|
|
23524
|
+
width: 14px;
|
|
23525
|
+
height: 14px;
|
|
23526
|
+
vertical-align: text-top;
|
|
23527
|
+
}
|
|
23482
23528
|
/*!
|
|
23483
23529
|
* https://github.com/arqex/react-datetime
|
|
23484
23530
|
*/
|