ublo-lib 1.30.0 → 1.30.2

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.
@@ -5,7 +5,7 @@ import { loadJS } from "../utils/load-js";
5
5
  export default function useAccount({
6
6
  channel = "ESF",
7
7
  integration
8
- }) {
8
+ } = {}) {
9
9
  const {
10
10
  lang
11
11
  } = useUbloContext();
@@ -0,0 +1,2 @@
1
+ import AccountButton from "./account-button";
2
+ export default AccountButton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.30.0",
3
+ "version": "1.30.2",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^3.8.3",
6
6
  "leaflet": "^1.9.1",