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.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,
@@ -1 +1,2 @@
1
+ export * from './app-options';
1
2
  export * from './environments';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.0",
4
+ "version": "2.12.1",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",