synapse-react-client 2.0.45 → 2.0.46
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/access_requirement_list/AccessRequirementList.js +1 -1
- package/dist/containers/access_requirement_list/AccessRequirementList.js.map +1 -1
- package/dist/containers/download_list_v2/ShowDownloadV2.d.ts +2 -1
- package/dist/containers/download_list_v2/ShowDownloadV2.js +3 -3
- package/dist/containers/download_list_v2/ShowDownloadV2.js.map +1 -1
- package/dist/containers/table/SynapseTable.js +11 -8
- package/dist/containers/table/SynapseTable.js.map +1 -1
- package/dist/style/components/_download-list-v2.scss +6 -7
- package/dist/style/main.css +5 -8
- package/dist/umd/synapse-react-client.production.min.js +2 -2
- package/dist/umd/synapse-react-client.production.styles.css +5 -8
- package/package.json +2 -2
|
@@ -20752,19 +20752,16 @@ button:hover .SRC-column-light-theme .SRC-light-column {
|
|
|
20752
20752
|
margin-bottom: -5px;
|
|
20753
20753
|
}
|
|
20754
20754
|
|
|
20755
|
-
.Download-Link.v2 {
|
|
20756
|
-
|
|
20757
|
-
min-width: 55px;
|
|
20755
|
+
.Download-Link.v2 #SHOW_DOWNLOAD_TOOLTIP {
|
|
20756
|
+
text-transform: none;
|
|
20758
20757
|
}
|
|
20759
20758
|
.Download-Link.v2 .download-cart-size {
|
|
20760
20759
|
background-color: #469285;
|
|
20761
|
-
text-align: center;
|
|
20762
|
-
position: absolute;
|
|
20763
|
-
height: 21px;
|
|
20764
20760
|
color: white;
|
|
20765
20761
|
border-radius: 8px;
|
|
20766
|
-
top: -
|
|
20767
|
-
left:
|
|
20762
|
+
top: -9px;
|
|
20763
|
+
left: -2px;
|
|
20764
|
+
position: relative;
|
|
20768
20765
|
padding: 0px 3px;
|
|
20769
20766
|
}
|
|
20770
20767
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synapse-react-client",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.46",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react-sizeme": "^2.6.12",
|
|
78
78
|
"react-switch": "^5.0.1",
|
|
79
79
|
"react-test-renderer": "16.13.1",
|
|
80
|
-
"react-tooltip": "4.2.21",
|
|
80
|
+
"react-tooltip": "^4.2.21",
|
|
81
81
|
"react-transition-group": "2.6.0",
|
|
82
82
|
"regenerator-runtime": "^0.13.2",
|
|
83
83
|
"rss-parser": "^3.7.2",
|