synapse-react-client 2.1.8 → 2.1.12
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/skeletons/SkeletonInlineBlock.d.ts +6 -0
- package/dist/assets/skeletons/SkeletonInlineBlock.js +14 -0
- package/dist/assets/skeletons/SkeletonInlineBlock.js.map +1 -0
- package/dist/containers/DirectDownload.d.ts +1 -1
- package/dist/containers/DirectDownload.js +6 -2
- package/dist/containers/DirectDownload.js.map +1 -1
- package/dist/containers/EntityLink.d.ts +1 -0
- package/dist/containers/EntityLink.js +3 -3
- package/dist/containers/EntityLink.js.map +1 -1
- package/dist/containers/FullTextSearch.js +12 -2
- package/dist/containers/FullTextSearch.js.map +1 -1
- package/dist/containers/FullWidthAlert.js +2 -2
- package/dist/containers/FullWidthAlert.js.map +1 -1
- package/dist/containers/GenericCard.js +1 -1
- package/dist/containers/download_list/DownloadConfirmation.d.ts +1 -7
- package/dist/containers/download_list/DownloadConfirmation.js +73 -71
- package/dist/containers/download_list/DownloadConfirmation.js.map +1 -1
- package/dist/containers/download_list/DownloadDetails.d.ts +6 -0
- package/dist/containers/download_list/DownloadDetails.js +11 -5
- package/dist/containers/download_list/DownloadDetails.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/download_list_v2/DownloadListTable.js +8 -5
- package/dist/containers/download_list_v2/DownloadListTable.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.js +3 -3
- package/dist/containers/entity_finder/tree/TreeNode.js +3 -1
- package/dist/containers/entity_finder/tree/TreeNode.js.map +1 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.d.ts +3 -0
- package/dist/containers/synapse_table_functions/SynapseTableCell.js +10 -1
- package/dist/containers/synapse_table_functions/SynapseTableCell.js.map +1 -1
- package/dist/containers/table/SynapseTable.d.ts +1 -1
- package/dist/containers/table/SynapseTable.js +5 -5
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js +1 -1
- package/dist/containers/widgets/query-filter/QueryFilter.js.map +1 -1
- package/dist/style/base/_base.scss +1 -1
- package/dist/style/base/_core.scss +1 -1
- package/dist/style/components/_cards.scss +4 -1
- package/dist/style/components/_download-cart-page.scss +1 -1
- package/dist/style/components/_download-confirmation.scss +4 -0
- package/dist/style/components/entity_finder/_details-view.scss +1 -1
- package/dist/style/main.css +14 -7
- package/dist/umd/synapse-react-client.development.css +14 -7
- package/dist/umd/synapse-react-client.development.css.map +2 -2
- package/dist/umd/synapse-react-client.development.js +2346 -2312
- 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/utils/synapseTypes/DownloadListV2/QueryResponseDetails.d.ts +5 -5
- package/dist/utils/typography/Typography.styles.js +2 -2
- package/package.json +1 -1
|
@@ -14482,7 +14482,7 @@ textarea {
|
|
|
14482
14482
|
}
|
|
14483
14483
|
html {
|
|
14484
14484
|
box-sizing: border-box;
|
|
14485
|
-
font-size:
|
|
14485
|
+
font-size: 16px;
|
|
14486
14486
|
}
|
|
14487
14487
|
*,
|
|
14488
14488
|
*::before,
|
|
@@ -14931,7 +14931,7 @@ button.SRC-roundBorder {
|
|
|
14931
14931
|
padding: 5px;
|
|
14932
14932
|
}
|
|
14933
14933
|
.SRC-base-font {
|
|
14934
|
-
font-size:
|
|
14934
|
+
font-size: 16px;
|
|
14935
14935
|
}
|
|
14936
14936
|
.SRC-verticalAlignTop {
|
|
14937
14937
|
vertical-align: top;
|
|
@@ -16324,12 +16324,12 @@ svg.HelpButton {
|
|
|
16324
16324
|
border-radius: 2px;
|
|
16325
16325
|
}
|
|
16326
16326
|
.SRC-font-size-base {
|
|
16327
|
-
font-size:
|
|
16327
|
+
font-size: 16px;
|
|
16328
16328
|
}
|
|
16329
16329
|
.SRC-portalCard {
|
|
16330
16330
|
display: block;
|
|
16331
16331
|
font-family: "Lato", sans-serif;
|
|
16332
|
-
font-size:
|
|
16332
|
+
font-size: 16px;
|
|
16333
16333
|
line-height: 21px;
|
|
16334
16334
|
border: 1px solid #dddddf;
|
|
16335
16335
|
margin-top: 30px;
|
|
@@ -16518,6 +16518,9 @@ svg.HelpButton {
|
|
|
16518
16518
|
display: block;
|
|
16519
16519
|
padding: 21px;
|
|
16520
16520
|
}
|
|
16521
|
+
.SRC-portalCard .SRC-cardMetadata > * {
|
|
16522
|
+
margin-left: 15px;
|
|
16523
|
+
}
|
|
16521
16524
|
.SRC-portalCard .SRC-cardMetadata.hasIcon {
|
|
16522
16525
|
padding-left: 15%;
|
|
16523
16526
|
}
|
|
@@ -16565,7 +16568,7 @@ svg.HelpButton {
|
|
|
16565
16568
|
}
|
|
16566
16569
|
.SRC-portalCard.SRC-typeFunder .SRC-cardContent .SRC-website a {
|
|
16567
16570
|
display: inline-block;
|
|
16568
|
-
font-size:
|
|
16571
|
+
font-size: 16px;
|
|
16569
16572
|
padding-bottom: 10.5px;
|
|
16570
16573
|
}
|
|
16571
16574
|
.SRC-portalCard.SRC-typeFunder .SRC-cardAction {
|
|
@@ -16618,8 +16621,12 @@ img.iconImg.SRC-datasetIcon {
|
|
|
16618
16621
|
justify-content: space-between;
|
|
16619
16622
|
align-items: center;
|
|
16620
16623
|
}
|
|
16624
|
+
.download-confirmation-infoText {
|
|
16625
|
+
flex-grow: 1;
|
|
16626
|
+
}
|
|
16621
16627
|
.download-confirmation-action {
|
|
16622
16628
|
text-align: right;
|
|
16629
|
+
flex-shrink: 0;
|
|
16623
16630
|
}
|
|
16624
16631
|
.download-confirmation .btn-link {
|
|
16625
16632
|
text-decoration: underline;
|
|
@@ -20589,7 +20596,7 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20589
20596
|
background-color: #ffffff;
|
|
20590
20597
|
position: relative;
|
|
20591
20598
|
box-sizing: border-box;
|
|
20592
|
-
font-size:
|
|
20599
|
+
font-size: 16px;
|
|
20593
20600
|
}
|
|
20594
20601
|
.DetailsViewTable--disabled {
|
|
20595
20602
|
opacity: 0.7;
|
|
@@ -21757,7 +21764,7 @@ table.DownloadListTableV2 td {
|
|
|
21757
21764
|
}
|
|
21758
21765
|
.DownloadCartPage .pageHeader .grid {
|
|
21759
21766
|
display: grid;
|
|
21760
|
-
grid-template-columns: auto
|
|
21767
|
+
grid-template-columns: auto 235px;
|
|
21761
21768
|
}
|
|
21762
21769
|
.DownloadCartPage .pageHeader .grid * {
|
|
21763
21770
|
vertical-align: bottom;
|