pangea-lib 2.12.0 → 2.12.1
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.
- package/dist/main.cjs.js +34 -34
- package/dist/main.es.js +4 -0
- package/dist/types/resources/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -65780,6 +65780,7 @@ export {
|
|
|
65780
65780
|
EW as displayAlert,
|
|
65781
65781
|
dT as environments,
|
|
65782
65782
|
sT as getAccessToken,
|
|
65783
|
+
ce as getAppOptions,
|
|
65783
65784
|
hW1 as getCoinAmountInString,
|
|
65784
65785
|
vW1 as getCurrentEnvironment,
|
|
65785
65786
|
pW1 as getDatetimeInString,
|
|
@@ -65795,6 +65796,7 @@ export {
|
|
|
65795
65796
|
rv as getRoutesVisible,
|
|
65796
65797
|
CW1 as greaterEqualRule,
|
|
65797
65798
|
yW1 as greaterThanRule,
|
|
65799
|
+
vF as initAppOptions,
|
|
65798
65800
|
xW1 as integerRule,
|
|
65799
65801
|
hT as isCurrentUrl,
|
|
65800
65802
|
zW1 as lessEqualRule,
|
|
@@ -65808,7 +65810,9 @@ export {
|
|
|
65808
65810
|
uT as rgba,
|
|
65809
65811
|
pF as scrollToTop,
|
|
65810
65812
|
bi as setBodyOverflow,
|
|
65813
|
+
iv as setColorProperties,
|
|
65811
65814
|
df as setColorRootProperties,
|
|
65815
|
+
gF as setLayoutProperties,
|
|
65812
65816
|
yi as setRootProperty,
|
|
65813
65817
|
d6 as useAppOptionsStore,
|
|
65814
65818
|
Le as useRouteStore,
|