synapse-react-client 3.3.8 → 3.3.9
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/homepage/research-credit-feature.svg +10 -10
- package/dist/index.cjs +24 -24
- package/dist/index.d.ts +110 -77
- package/dist/index.js +15871 -15486
- package/dist/style/components/_query-wrapper-plot-nav.scss +4 -4
- package/dist/style/components/query_filter/_facet-chip.scss +6 -0
- package/dist/umd/synapse-react-client.development.css +10 -4
- package/dist/umd/synapse-react-client.development.js +6419 -5996
- package/dist/umd/synapse-react-client.production.min.css +1 -1
- package/dist/umd/synapse-react-client.production.min.js +193 -193
- package/package.json +2 -2
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
.QueryWrapperFullTextSearchInput,
|
|
31
31
|
.QueryWrapperSearchInput,
|
|
32
32
|
.QueryWrapperSqlEditorInput,
|
|
33
|
-
.
|
|
33
|
+
.RowSetView,
|
|
34
34
|
.SynapsePlots {
|
|
35
35
|
grid-column: 2 / span 1;
|
|
36
36
|
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
.hasSelectedRows {
|
|
50
50
|
margin-bottom: 100px;
|
|
51
51
|
}
|
|
52
52
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
.PlotsContainer {
|
|
85
85
|
grid-row: 8 / span 1;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
.RowSetView {
|
|
88
88
|
grid-row: 9 / span 1;
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
display: none;
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
|
-
.
|
|
98
|
+
.RowSetView {
|
|
99
99
|
margin-top: 10px;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
&:hover {
|
|
9
9
|
background-color: map.get(SRC.$secondary-color-palette, 100);
|
|
10
10
|
}
|
|
11
|
+
&:active {
|
|
12
|
+
background-color: map.get(SRC.$secondary-color-palette, 200);
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
.Checked {
|
|
13
16
|
color: #ffffff;
|
|
@@ -15,4 +18,7 @@
|
|
|
15
18
|
&:hover {
|
|
16
19
|
background-color: map.get(SRC.$secondary-color-palette, 700);
|
|
17
20
|
}
|
|
21
|
+
&:active {
|
|
22
|
+
background-color: map.get(SRC.$secondary-color-palette, 600);
|
|
23
|
+
}
|
|
18
24
|
}
|
|
@@ -17722,7 +17722,7 @@ svg.HelpButton {
|
|
|
17722
17722
|
.QueryWrapperPlotNav.isShowingFacetFilters .QueryWrapperFullTextSearchInput,
|
|
17723
17723
|
.QueryWrapperPlotNav.isShowingFacetFilters .QueryWrapperSearchInput,
|
|
17724
17724
|
.QueryWrapperPlotNav.isShowingFacetFilters .QueryWrapperSqlEditorInput,
|
|
17725
|
-
.QueryWrapperPlotNav.isShowingFacetFilters .
|
|
17725
|
+
.QueryWrapperPlotNav.isShowingFacetFilters .RowSetView,
|
|
17726
17726
|
.QueryWrapperPlotNav.isShowingFacetFilters .SynapsePlots {
|
|
17727
17727
|
grid-column: 2/span 1;
|
|
17728
17728
|
}
|
|
@@ -17734,7 +17734,7 @@ svg.HelpButton {
|
|
|
17734
17734
|
margin-left: 0;
|
|
17735
17735
|
}
|
|
17736
17736
|
}
|
|
17737
|
-
.QueryWrapperPlotNav.hasSelectedRows {
|
|
17737
|
+
.QueryWrapperPlotNav .hasSelectedRows {
|
|
17738
17738
|
margin-bottom: 100px;
|
|
17739
17739
|
}
|
|
17740
17740
|
.QueryWrapperPlotNav .TopLevelControls {
|
|
@@ -17769,7 +17769,7 @@ svg.HelpButton {
|
|
|
17769
17769
|
.QueryWrapperPlotNav .PlotsContainer {
|
|
17770
17770
|
grid-row: 8/span 1;
|
|
17771
17771
|
}
|
|
17772
|
-
.QueryWrapperPlotNav .
|
|
17772
|
+
.QueryWrapperPlotNav .RowSetView {
|
|
17773
17773
|
grid-row: 9/span 1;
|
|
17774
17774
|
}
|
|
17775
17775
|
.QueryWrapperPlotNav.isHidingFacetFilters .FacetFilterControls {
|
|
@@ -17778,7 +17778,7 @@ svg.HelpButton {
|
|
|
17778
17778
|
.QueryWrapperPlotNav.isHidingFacetFilters .FacetFilterControls > * {
|
|
17779
17779
|
display: none;
|
|
17780
17780
|
}
|
|
17781
|
-
.QueryWrapperPlotNav.isHidingFacetFilters .
|
|
17781
|
+
.QueryWrapperPlotNav.isHidingFacetFilters .RowSetView {
|
|
17782
17782
|
margin-top: 10px;
|
|
17783
17783
|
}
|
|
17784
17784
|
.QueryWrapperPlotNav .QueryWrapperTextInput {
|
|
@@ -18403,6 +18403,9 @@ input[type=radio] + span {
|
|
|
18403
18403
|
.Chip:hover {
|
|
18404
18404
|
background-color: #eaeded;
|
|
18405
18405
|
}
|
|
18406
|
+
.Chip:active {
|
|
18407
|
+
background-color: #8ab4ad;
|
|
18408
|
+
}
|
|
18406
18409
|
|
|
18407
18410
|
.Checked {
|
|
18408
18411
|
color: #ffffff;
|
|
@@ -18411,6 +18414,9 @@ input[type=radio] + span {
|
|
|
18411
18414
|
.Checked:hover {
|
|
18412
18415
|
background-color: #2f8072;
|
|
18413
18416
|
}
|
|
18417
|
+
.Checked:active {
|
|
18418
|
+
background-color: #3a897c;
|
|
18419
|
+
}
|
|
18414
18420
|
|
|
18415
18421
|
.SynapsePlots {
|
|
18416
18422
|
padding-top: 5px;
|