@tealca/core-components 1.0.13 → 1.0.15
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.
|
@@ -19478,7 +19478,7 @@ const kO = (e, t) => Ze(() => {
|
|
|
19478
19478
|
(n) => Promise.reject(n)
|
|
19479
19479
|
), r;
|
|
19480
19480
|
}, [e]), lL = ({ children: e, applicationId: t }) => {
|
|
19481
|
-
const r = EO(
|
|
19481
|
+
const r = EO("http://localhost:8000/api"), n = kO("http://localhost:8000/api", r), [s, i] = C(null);
|
|
19482
19482
|
return x(() => {
|
|
19483
19483
|
(async () => {
|
|
19484
19484
|
const o = await dw(r, t);
|
|
@@ -19572,5 +19572,7 @@ export {
|
|
|
19572
19572
|
fw as getTaxIdentificationTypes,
|
|
19573
19573
|
pw as getToken,
|
|
19574
19574
|
gw as refreshToken,
|
|
19575
|
-
K_ as shipmentInitialValues
|
|
19575
|
+
K_ as shipmentInitialValues,
|
|
19576
|
+
kO as useApi,
|
|
19577
|
+
EO as useBasicApi
|
|
19576
19578
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tealca/core-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.15",
|
|
5
5
|
"description": "A collection of shared UI components for Tealca's applications.",
|
|
6
6
|
"main": "dist/tealca-core-components.cjs.js",
|
|
7
7
|
"module": "dist/tealca-core-components.es.js",
|
|
@@ -72,8 +72,6 @@
|
|
|
72
72
|
"jsdom": "^26.1.0",
|
|
73
73
|
"playwright": "^1.55.0",
|
|
74
74
|
"prettier": "^3.6.2",
|
|
75
|
-
"react": "^18.2.0",
|
|
76
|
-
"react-dom": "^18.2.0",
|
|
77
75
|
"storybook": "^9.1.4",
|
|
78
76
|
"typescript": "~5.8.3",
|
|
79
77
|
"typescript-eslint": "^8.39.1",
|