@stellar-expert/ui-framework 1.14.16 → 1.14.18

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.
@@ -90,7 +90,7 @@ class LedgerStream {
90
90
  }
91
91
 
92
92
  async getLast() {
93
- return fetchExplorerApi('ledger/last')
93
+ return fetchExplorerApi(getCurrentStellarNetwork() + '/ledger/last')
94
94
  }
95
95
 
96
96
  async getLastSequence() {
@@ -92,6 +92,10 @@ $tooltip-notch-shadow-color: var(--color-border-shadow);
92
92
  margin-right: .1rem;
93
93
  color: var(--color-primary);
94
94
 
95
+ + .trigger {
96
+ margin-left: 1em;
97
+ }
98
+
95
99
  &:before {
96
100
  opacity: 0.4;
97
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stellar-expert/ui-framework",
3
- "version": "1.14.16",
3
+ "version": "1.14.18",
4
4
  "description": "StellarExpert shared UI components library",
5
5
  "main": "index.js",
6
6
  "module": "./index.js",