@odynn/awayz-core 0.2.1 → 0.2.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.
@@ -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 +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-BjwUydb_.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
  };
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.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"