synapse-react-client 2.1.3 → 2.1.7
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/containers/CardContainerLogic.d.ts +1 -0
- package/dist/containers/CardContainerLogic.js.map +1 -1
- package/dist/containers/DirectDownload.js +34 -13
- package/dist/containers/DirectDownload.js.map +1 -1
- package/dist/containers/FullWidthAlert.d.ts +13 -5
- package/dist/containers/FullWidthAlert.js +28 -14
- package/dist/containers/FullWidthAlert.js.map +1 -1
- package/dist/containers/GenericCard.js +15 -2
- package/dist/containers/GenericCard.js.map +1 -1
- package/dist/containers/ToastMessage.d.ts +3 -4
- package/dist/containers/ToastMessage.js +15 -12
- package/dist/containers/ToastMessage.js.map +1 -1
- package/dist/containers/download_list/DownloadConfirmation.js +9 -5
- package/dist/containers/download_list/DownloadConfirmation.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +1 -1
- package/dist/containers/table/SynapseTable.js +24 -7
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/table/datasets/DatasetItemsEditor.js +1 -2
- package/dist/containers/table/datasets/DatasetItemsEditor.js.map +1 -1
- package/dist/index.d.ts +2 -4
- package/dist/style/abstracts/_mixins.scss +14 -11
- package/dist/style/bootstrap4_backports/_base-import.scss +19 -0
- package/dist/style/components/_cards.scss +1 -0
- package/dist/style/main.css +120 -31
- package/dist/umd/synapse-react-client.development.css +122 -31
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +1019 -53
- 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 +63 -63
- package/dist/umd.index.d.ts +5 -4
- package/dist/umd.index.js +2 -0
- package/dist/umd.index.js.map +1 -1
- package/package.json +3 -1
|
@@ -10621,6 +10621,62 @@ a.bootstrap-4-backport .badge-dark.focus {
|
|
|
10621
10621
|
color: #aeb5bc;
|
|
10622
10622
|
border-color: #dfe2e6;
|
|
10623
10623
|
}
|
|
10624
|
+
.bootstrap-4-backport .btn-tertiary {
|
|
10625
|
+
color: #407ba0;
|
|
10626
|
+
border-color: #407ba0;
|
|
10627
|
+
color: #407ba0;
|
|
10628
|
+
text-decoration: none;
|
|
10629
|
+
font-weight: 700;
|
|
10630
|
+
letter-spacing: 0.5px;
|
|
10631
|
+
border: none;
|
|
10632
|
+
font-weight: 900;
|
|
10633
|
+
white-space: normal;
|
|
10634
|
+
}
|
|
10635
|
+
.bootstrap-4-backport .btn-tertiary:hover {
|
|
10636
|
+
color: #357197;
|
|
10637
|
+
background-color: rgba(255, 255, 255, 0);
|
|
10638
|
+
border-color: #2a678d;
|
|
10639
|
+
}
|
|
10640
|
+
.bootstrap-4-backport .btn-tertiary:focus,
|
|
10641
|
+
.bootstrap-4-backport .btn-tertiary.focus {
|
|
10642
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
10643
|
+
}
|
|
10644
|
+
.bootstrap-4-backport .btn-tertiary.disabled,
|
|
10645
|
+
.bootstrap-4-backport .btn-tertiary:disabled {
|
|
10646
|
+
color: #407ba0;
|
|
10647
|
+
background-color: transparent;
|
|
10648
|
+
}
|
|
10649
|
+
.bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active,
|
|
10650
|
+
.bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled).active,
|
|
10651
|
+
.show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle {
|
|
10652
|
+
color: #212529;
|
|
10653
|
+
background-color: rgba(255, 255, 255, 0);
|
|
10654
|
+
border-color: #2a678d;
|
|
10655
|
+
}
|
|
10656
|
+
.bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled):active:focus,
|
|
10657
|
+
.bootstrap-4-backport .btn-tertiary:not(:disabled):not(.disabled).active:focus,
|
|
10658
|
+
.show > .bootstrap-4-backport .btn-tertiary.dropdown-toggle:focus {
|
|
10659
|
+
box-shadow: 0 0 0 0.2rem rgba(64, 123, 160, 0.5);
|
|
10660
|
+
}
|
|
10661
|
+
.bootstrap-4-backport .btn-tertiary:hover {
|
|
10662
|
+
text-decoration: underline;
|
|
10663
|
+
text-underline-offset: 4px;
|
|
10664
|
+
text-decoration-thickness: 2px;
|
|
10665
|
+
text-decoration-color: #2a678d;
|
|
10666
|
+
}
|
|
10667
|
+
.bootstrap-4-backport .btn-tertiary.disabled {
|
|
10668
|
+
color: #aeb5bc;
|
|
10669
|
+
}
|
|
10670
|
+
.bootstrap-4-backport .btn-tertiary.disabled:hover {
|
|
10671
|
+
text-decoration: underline;
|
|
10672
|
+
text-underline-offset: 4px;
|
|
10673
|
+
text-decoration-thickness: 1px;
|
|
10674
|
+
text-decoration-color: #d6d6d6;
|
|
10675
|
+
cursor: default;
|
|
10676
|
+
}
|
|
10677
|
+
.bootstrap-4-backport .btn-tertiary:hover {
|
|
10678
|
+
box-shadow: none;
|
|
10679
|
+
}
|
|
10624
10680
|
.bootstrap-4-backport .alert > p,
|
|
10625
10681
|
.bootstrap-4-backport .alert > ul {
|
|
10626
10682
|
margin-bottom: 0;
|
|
@@ -15559,7 +15615,6 @@ main .markdown .secondary-links a:not(.btn),
|
|
|
15559
15615
|
color: #407ba0;
|
|
15560
15616
|
text-decoration: none;
|
|
15561
15617
|
font-weight: 700;
|
|
15562
|
-
border-bottom: 2px solid transparent;
|
|
15563
15618
|
letter-spacing: 0.5px;
|
|
15564
15619
|
}
|
|
15565
15620
|
main a:not(.btn):hover,
|
|
@@ -15574,8 +15629,10 @@ main .markdown .secondary-links a:not(.btn):hover,
|
|
|
15574
15629
|
#rootPanel .markdown a.SRC-userCard:not(.btn):hover,
|
|
15575
15630
|
#rootPanel .secondary-links a:not(.btn):hover,
|
|
15576
15631
|
#rootPanel .markdown .secondary-links a:not(.btn):hover {
|
|
15577
|
-
|
|
15578
|
-
|
|
15632
|
+
text-decoration: underline;
|
|
15633
|
+
text-underline-offset: 4px;
|
|
15634
|
+
text-decoration-thickness: 2px;
|
|
15635
|
+
text-decoration-color: #2a678d;
|
|
15579
15636
|
}
|
|
15580
15637
|
main a:not(.btn).disabled,
|
|
15581
15638
|
main .bootstrap-4-backport a:not(.btn).disabled,
|
|
@@ -15603,7 +15660,10 @@ main .markdown .secondary-links a:not(.btn).disabled:hover,
|
|
|
15603
15660
|
#rootPanel .markdown a.SRC-userCard:not(.btn).disabled:hover,
|
|
15604
15661
|
#rootPanel .secondary-links a:not(.btn).disabled:hover,
|
|
15605
15662
|
#rootPanel .markdown .secondary-links a:not(.btn).disabled:hover {
|
|
15606
|
-
|
|
15663
|
+
text-decoration: underline;
|
|
15664
|
+
text-underline-offset: 4px;
|
|
15665
|
+
text-decoration-thickness: 1px;
|
|
15666
|
+
text-decoration-color: #d6d6d6;
|
|
15607
15667
|
cursor: default;
|
|
15608
15668
|
}
|
|
15609
15669
|
main a:not(.btn):visited,
|
|
@@ -15645,7 +15705,6 @@ main .markdown .secondary-links a:not(.btn):link,
|
|
|
15645
15705
|
color: #407ba0;
|
|
15646
15706
|
text-decoration: none;
|
|
15647
15707
|
font-weight: 700;
|
|
15648
|
-
border-bottom: 2px solid transparent;
|
|
15649
15708
|
letter-spacing: 0.5px;
|
|
15650
15709
|
}
|
|
15651
15710
|
main a:not(.btn):visited:hover,
|
|
@@ -15684,8 +15743,10 @@ main .markdown .secondary-links a:not(.btn):link:hover,
|
|
|
15684
15743
|
#rootPanel .markdown .secondary-links a:not(.btn):visited:hover,
|
|
15685
15744
|
#rootPanel .markdown .secondary-links a:not(.btn):active:hover,
|
|
15686
15745
|
#rootPanel .markdown .secondary-links a:not(.btn):link:hover {
|
|
15687
|
-
|
|
15688
|
-
|
|
15746
|
+
text-decoration: underline;
|
|
15747
|
+
text-underline-offset: 4px;
|
|
15748
|
+
text-decoration-thickness: 2px;
|
|
15749
|
+
text-decoration-color: #2a678d;
|
|
15689
15750
|
}
|
|
15690
15751
|
main a:not(.btn):visited.disabled,
|
|
15691
15752
|
main a:not(.btn):active.disabled,
|
|
@@ -15761,7 +15822,10 @@ main .markdown .secondary-links a:not(.btn):link.disabled:hover,
|
|
|
15761
15822
|
#rootPanel .markdown .secondary-links a:not(.btn):visited.disabled:hover,
|
|
15762
15823
|
#rootPanel .markdown .secondary-links a:not(.btn):active.disabled:hover,
|
|
15763
15824
|
#rootPanel .markdown .secondary-links a:not(.btn):link.disabled:hover {
|
|
15764
|
-
|
|
15825
|
+
text-decoration: underline;
|
|
15826
|
+
text-underline-offset: 4px;
|
|
15827
|
+
text-decoration-thickness: 1px;
|
|
15828
|
+
text-decoration-color: #d6d6d6;
|
|
15765
15829
|
cursor: default;
|
|
15766
15830
|
}
|
|
15767
15831
|
main .markdown a:not(.btn),
|
|
@@ -15773,10 +15837,12 @@ main details > summary:not(.btn),
|
|
|
15773
15837
|
#rootPanel a.highlight-link:not(.btn),
|
|
15774
15838
|
#rootPanel details > summary:not(.btn) {
|
|
15775
15839
|
color: #407ba0;
|
|
15776
|
-
text-decoration: none;
|
|
15777
15840
|
font-weight: 700;
|
|
15778
15841
|
letter-spacing: 0.5px;
|
|
15779
|
-
|
|
15842
|
+
text-decoration: underline;
|
|
15843
|
+
text-underline-offset: 4px;
|
|
15844
|
+
text-decoration-thickness: 1px;
|
|
15845
|
+
text-decoration-color: #d6d6d6;
|
|
15780
15846
|
}
|
|
15781
15847
|
main .markdown a:not(.btn):hover,
|
|
15782
15848
|
main .SRC-userCardName a:not(.btn):hover,
|
|
@@ -15786,8 +15852,10 @@ main details > summary:not(.btn):hover,
|
|
|
15786
15852
|
#rootPanel .SRC-userCardName a:not(.btn):hover,
|
|
15787
15853
|
#rootPanel a.highlight-link:not(.btn):hover,
|
|
15788
15854
|
#rootPanel details > summary:not(.btn):hover {
|
|
15789
|
-
|
|
15790
|
-
|
|
15855
|
+
text-decoration: underline;
|
|
15856
|
+
text-underline-offset: 4px;
|
|
15857
|
+
text-decoration-thickness: 2px;
|
|
15858
|
+
text-decoration-color: #2a678d;
|
|
15791
15859
|
}
|
|
15792
15860
|
main .markdown a:not(.btn).disabled,
|
|
15793
15861
|
main .SRC-userCardName a:not(.btn).disabled,
|
|
@@ -15807,7 +15875,10 @@ main details > summary:not(.btn).disabled:hover,
|
|
|
15807
15875
|
#rootPanel .SRC-userCardName a:not(.btn).disabled:hover,
|
|
15808
15876
|
#rootPanel a.highlight-link:not(.btn).disabled:hover,
|
|
15809
15877
|
#rootPanel details > summary:not(.btn).disabled:hover {
|
|
15810
|
-
|
|
15878
|
+
text-decoration: underline;
|
|
15879
|
+
text-underline-offset: 4px;
|
|
15880
|
+
text-decoration-thickness: 1px;
|
|
15881
|
+
text-decoration-color: #d6d6d6;
|
|
15811
15882
|
cursor: default;
|
|
15812
15883
|
}
|
|
15813
15884
|
main .markdown a:not(.btn):visited,
|
|
@@ -15835,10 +15906,12 @@ main details > summary:not(.btn):link,
|
|
|
15835
15906
|
#rootPanel details > summary:not(.btn):active,
|
|
15836
15907
|
#rootPanel details > summary:not(.btn):link {
|
|
15837
15908
|
color: #407ba0;
|
|
15838
|
-
text-decoration: none;
|
|
15839
15909
|
font-weight: 700;
|
|
15840
15910
|
letter-spacing: 0.5px;
|
|
15841
|
-
|
|
15911
|
+
text-decoration: underline;
|
|
15912
|
+
text-underline-offset: 4px;
|
|
15913
|
+
text-decoration-thickness: 1px;
|
|
15914
|
+
text-decoration-color: #d6d6d6;
|
|
15842
15915
|
}
|
|
15843
15916
|
main .markdown a:not(.btn):visited:hover,
|
|
15844
15917
|
main .markdown a:not(.btn):active:hover,
|
|
@@ -15864,8 +15937,10 @@ main details > summary:not(.btn):link:hover,
|
|
|
15864
15937
|
#rootPanel details > summary:not(.btn):visited:hover,
|
|
15865
15938
|
#rootPanel details > summary:not(.btn):active:hover,
|
|
15866
15939
|
#rootPanel details > summary:not(.btn):link:hover {
|
|
15867
|
-
|
|
15868
|
-
|
|
15940
|
+
text-decoration: underline;
|
|
15941
|
+
text-underline-offset: 4px;
|
|
15942
|
+
text-decoration-thickness: 2px;
|
|
15943
|
+
text-decoration-color: #2a678d;
|
|
15869
15944
|
}
|
|
15870
15945
|
main .markdown a:not(.btn):visited.disabled,
|
|
15871
15946
|
main .markdown a:not(.btn):active.disabled,
|
|
@@ -15917,7 +15992,10 @@ main details > summary:not(.btn):link.disabled:hover,
|
|
|
15917
15992
|
#rootPanel details > summary:not(.btn):visited.disabled:hover,
|
|
15918
15993
|
#rootPanel details > summary:not(.btn):active.disabled:hover,
|
|
15919
15994
|
#rootPanel details > summary:not(.btn):link.disabled:hover {
|
|
15920
|
-
|
|
15995
|
+
text-decoration: underline;
|
|
15996
|
+
text-underline-offset: 4px;
|
|
15997
|
+
text-decoration-thickness: 1px;
|
|
15998
|
+
text-decoration-color: #d6d6d6;
|
|
15921
15999
|
cursor: default;
|
|
15922
16000
|
}
|
|
15923
16001
|
main .dropdown a:not(.btn),
|
|
@@ -15931,7 +16009,7 @@ main .MuiDrawer-root a:not(.btn),
|
|
|
15931
16009
|
color: unset;
|
|
15932
16010
|
text-decoration: unset;
|
|
15933
16011
|
font-weight: unset;
|
|
15934
|
-
|
|
16012
|
+
text-decoration: unset;
|
|
15935
16013
|
letter-spacing: unset;
|
|
15936
16014
|
}
|
|
15937
16015
|
main .dropdown a:not(.btn):hover,
|
|
@@ -15942,7 +16020,7 @@ main .MuiDrawer-root a:not(.btn):hover,
|
|
|
15942
16020
|
#rootPanel .nav-tabs a:not(.btn):hover,
|
|
15943
16021
|
#rootPanel .dropdown-menu a:not(.btn):hover,
|
|
15944
16022
|
#rootPanel .MuiDrawer-root a:not(.btn):hover {
|
|
15945
|
-
|
|
16023
|
+
text-decoration: unset;
|
|
15946
16024
|
margin-bottom: unset;
|
|
15947
16025
|
}
|
|
15948
16026
|
main .dropdown a:not(.btn).disabled,
|
|
@@ -15963,7 +16041,10 @@ main .MuiDrawer-root a:not(.btn).disabled:hover,
|
|
|
15963
16041
|
#rootPanel .nav-tabs a:not(.btn).disabled:hover,
|
|
15964
16042
|
#rootPanel .dropdown-menu a:not(.btn).disabled:hover,
|
|
15965
16043
|
#rootPanel .MuiDrawer-root a:not(.btn).disabled:hover {
|
|
15966
|
-
|
|
16044
|
+
text-decoration: underline;
|
|
16045
|
+
text-underline-offset: 4px;
|
|
16046
|
+
text-decoration-thickness: 1px;
|
|
16047
|
+
text-decoration-color: #d6d6d6;
|
|
15967
16048
|
cursor: default;
|
|
15968
16049
|
}
|
|
15969
16050
|
main * a.ignoreLink:not(.btn),
|
|
@@ -15973,14 +16054,14 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn),
|
|
|
15973
16054
|
color: unset;
|
|
15974
16055
|
text-decoration: unset;
|
|
15975
16056
|
font-weight: unset;
|
|
15976
|
-
|
|
16057
|
+
text-decoration: unset;
|
|
15977
16058
|
letter-spacing: unset;
|
|
15978
16059
|
}
|
|
15979
16060
|
main * a.ignoreLink:not(.btn):hover,
|
|
15980
16061
|
main .bootstrap-4-backport a.ignoreLink:not(.btn):hover,
|
|
15981
16062
|
#rootPanel * a.ignoreLink:not(.btn):hover,
|
|
15982
16063
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):hover {
|
|
15983
|
-
|
|
16064
|
+
text-decoration: unset;
|
|
15984
16065
|
margin-bottom: unset;
|
|
15985
16066
|
}
|
|
15986
16067
|
main * a.ignoreLink:not(.btn).disabled,
|
|
@@ -15993,7 +16074,10 @@ main * a.ignoreLink:not(.btn).disabled:hover,
|
|
|
15993
16074
|
main .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover,
|
|
15994
16075
|
#rootPanel * a.ignoreLink:not(.btn).disabled:hover,
|
|
15995
16076
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn).disabled:hover {
|
|
15996
|
-
|
|
16077
|
+
text-decoration: underline;
|
|
16078
|
+
text-underline-offset: 4px;
|
|
16079
|
+
text-decoration-thickness: 1px;
|
|
16080
|
+
text-decoration-color: #d6d6d6;
|
|
15997
16081
|
cursor: default;
|
|
15998
16082
|
}
|
|
15999
16083
|
main * a.ignoreLink:not(.btn):visited,
|
|
@@ -16011,7 +16095,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link,
|
|
|
16011
16095
|
color: unset;
|
|
16012
16096
|
text-decoration: unset;
|
|
16013
16097
|
font-weight: unset;
|
|
16014
|
-
|
|
16098
|
+
text-decoration: unset;
|
|
16015
16099
|
letter-spacing: unset;
|
|
16016
16100
|
}
|
|
16017
16101
|
main * a.ignoreLink:not(.btn):visited:hover,
|
|
@@ -16026,7 +16110,7 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link:hover,
|
|
|
16026
16110
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):visited:hover,
|
|
16027
16111
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):active:hover,
|
|
16028
16112
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):link:hover {
|
|
16029
|
-
|
|
16113
|
+
text-decoration: unset;
|
|
16030
16114
|
margin-bottom: unset;
|
|
16031
16115
|
}
|
|
16032
16116
|
main * a.ignoreLink:not(.btn):visited.disabled,
|
|
@@ -16055,7 +16139,10 @@ main .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover,
|
|
|
16055
16139
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):visited.disabled:hover,
|
|
16056
16140
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):active.disabled:hover,
|
|
16057
16141
|
#rootPanel .bootstrap-4-backport a.ignoreLink:not(.btn):link.disabled:hover {
|
|
16058
|
-
|
|
16142
|
+
text-decoration: underline;
|
|
16143
|
+
text-underline-offset: 4px;
|
|
16144
|
+
text-decoration-thickness: 1px;
|
|
16145
|
+
text-decoration-color: #d6d6d6;
|
|
16059
16146
|
cursor: default;
|
|
16060
16147
|
}
|
|
16061
16148
|
.searchInputWithIcon span {
|
|
@@ -16396,6 +16483,7 @@ svg.HelpButton {
|
|
|
16396
16483
|
padding-top: 21px;
|
|
16397
16484
|
margin-bottom: 21px;
|
|
16398
16485
|
max-width: 850px;
|
|
16486
|
+
overflow-x: hidden;
|
|
16399
16487
|
}
|
|
16400
16488
|
.SRC-portalCard .SRC-cardContent.SRC-dataset {
|
|
16401
16489
|
width: 80%;
|
|
@@ -21471,7 +21559,7 @@ table.DownloadListTableV2 tbody tr:nth-of-type(even) > .stickyColumn {
|
|
|
21471
21559
|
background-color: white;
|
|
21472
21560
|
}
|
|
21473
21561
|
table.DownloadListTableV2 tbody tr:nth-of-type(odd) > .stickyColumn {
|
|
21474
|
-
background-color: #
|
|
21562
|
+
background-color: #fbfbfc;
|
|
21475
21563
|
}
|
|
21476
21564
|
table.DownloadListTableV2 tbody .stickyColumn .actionsContainer {
|
|
21477
21565
|
color: #878e95;
|
|
@@ -22161,18 +22249,21 @@ table.DownloadListTableV2 td {
|
|
|
22161
22249
|
color: unset;
|
|
22162
22250
|
text-decoration: unset;
|
|
22163
22251
|
font-weight: unset;
|
|
22164
|
-
|
|
22252
|
+
text-decoration: unset;
|
|
22165
22253
|
letter-spacing: unset;
|
|
22166
22254
|
}
|
|
22167
22255
|
.SynapseNavContentDrawer .createProjectLink:hover {
|
|
22168
|
-
|
|
22256
|
+
text-decoration: unset;
|
|
22169
22257
|
margin-bottom: unset;
|
|
22170
22258
|
}
|
|
22171
22259
|
.SynapseNavContentDrawer .createProjectLink.disabled {
|
|
22172
22260
|
color: #aeb5bc;
|
|
22173
22261
|
}
|
|
22174
22262
|
.SynapseNavContentDrawer .createProjectLink.disabled:hover {
|
|
22175
|
-
|
|
22263
|
+
text-decoration: underline;
|
|
22264
|
+
text-underline-offset: 4px;
|
|
22265
|
+
text-decoration-thickness: 1px;
|
|
22266
|
+
text-decoration-color: #d6d6d6;
|
|
22176
22267
|
cursor: default;
|
|
22177
22268
|
}
|
|
22178
22269
|
.terms-conditions .view-terms a,
|