@tealca/core-components 1.0.13 → 1.0.14
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.
|
@@ -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.14",
|
|
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",
|