@odynn/awayz-core 0.2.1 → 0.2.3

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as Fe, Fragment as GO, jsxs as Jo } from "react/jsx-runtime";
2
2
  import * as Q from "react";
3
3
  import Jl, { useLayoutEffect as XO, useEffect as qO, useMemo as KO } from "react";
4
- import { g as ZO, b as JO } from "../../AccountService-BjwUydb_.js";
4
+ import { g as ZO, b as JO } from "../../AccountService-BfXbgViU.js";
5
5
  import { useQuery as e_ } from "@tanstack/react-query";
6
6
  import { CurrencyService as t_ } from "../../services/currency/CurrencyService.js";
7
7
  import '../../assets/_styles.css';/* empty css */
@@ -1,4 +1,5 @@
1
- import { CashValue as o } from "./CashValue/CashValue.js";
1
+ import { CashValue as a, EToolTipPosition as e } from "./CashValue/CashValue.js";
2
2
  export {
3
- o as CashValue
3
+ a as CashValue,
4
+ e as EToolTipPosition
4
5
  };
@@ -1,4 +1,4 @@
1
- import { A as N, E as r, a as u, b as F } from "../../AccountService-BjwUydb_.js";
1
+ import { A as N, E as r, a as u, b as F } from "../../AccountService-BfXbgViU.js";
2
2
  import { useState as m, useCallback as x, useEffect as w } from "react";
3
3
  import { EAuthFlow as k } from "../../types/EAuthFlow.js";
4
4
  import { awayzClient as U } from "../../configs/awayzClient.js";
@@ -1 +1 @@
1
- export { CashValue } from './CashValue/CashValue';
1
+ export { CashValue, EToolTipPosition } from './CashValue/CashValue';
package/dist/main.js CHANGED
@@ -1,17 +1,18 @@
1
1
  import { AwayzProvider as r } from "./providers/AwayzProvider.js";
2
2
  import { useAwayzContext as a } from "./hooks/useAwayzContext.js";
3
- import { EAuthFlow as f } from "./types/EAuthFlow.js";
4
- import { c as n, i as p } from "./AccountService-BjwUydb_.js";
5
- import { awayzClient as i } from "./configs/awayzClient.js";
6
- import { CashValue as c } from "./components/CashValue/CashValue.js";
7
- import { getBaseUrl as u } from "./configs/baseUrl.js";
3
+ import { EAuthFlow as n } from "./types/EAuthFlow.js";
4
+ import { c as s, i as x } from "./AccountService-BfXbgViU.js";
5
+ import { awayzClient as m } from "./configs/awayzClient.js";
6
+ import { CashValue as c, EToolTipPosition as w } from "./components/CashValue/CashValue.js";
7
+ import { getBaseUrl as y } from "./configs/baseUrl.js";
8
8
  export {
9
9
  r as AwayzProvider,
10
10
  c as CashValue,
11
- f as EAuthFlow,
12
- i as awayzClient,
13
- n as clientInstance,
14
- u as getBaseUrl,
15
- p as instance,
11
+ n as EAuthFlow,
12
+ w as EToolTipPosition,
13
+ m as awayzClient,
14
+ s as clientInstance,
15
+ y as getBaseUrl,
16
+ x as instance,
16
17
  a as useAwayzContext
17
18
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { useEffect as i } from "react";
3
3
  import { AwayzContext as m } from "../context/AwayzContext.js";
4
- import { E as a } from "../AccountService-BjwUydb_.js";
4
+ import { E as a } from "../AccountService-BfXbgViU.js";
5
5
  import { useAwayzAuth as s } from "../hooks/useAwayzAuth/useAwayzAuth.js";
6
6
  import { setBaseUrl as l } from "../configs/baseUrl.js";
7
7
  import { QueryClientProvider as u } from "@tanstack/react-query";
@@ -1,4 +1,4 @@
1
- import { a as p } from "../../AccountService-BjwUydb_.js";
1
+ import { a as p } from "../../AccountService-BfXbgViU.js";
2
2
  import "react";
3
3
  import "../../configs/endpoints.js";
4
4
  import "../../configs/awayzClient.js";
@@ -1,7 +1,7 @@
1
1
  import '../../assets/_styles.css';var s = Object.defineProperty;
2
2
  var i = (t, r, e) => r in t ? s(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e;
3
3
  var c = (t, r, e) => i(t, typeof r != "symbol" ? r + "" : r, e);
4
- import { a as u, b as y, c as p } from "../../AccountService-BjwUydb_.js";
4
+ import { a as u, b as y, c as p } from "../../AccountService-BfXbgViU.js";
5
5
  import "react";
6
6
  import { ECurrencyEndpoints as m } from "../../configs/endpoints.js";
7
7
  import "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { c as a, i as c } from "../AccountService-BjwUydb_.js";
1
+ import { c as a, i as c } from "../AccountService-BfXbgViU.js";
2
2
  import "react";
3
3
  import "../configs/endpoints.js";
4
4
  import "../configs/baseUrl.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-core",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"