@almadar/mobile 1.15.0 → 1.17.0

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -8,6 +8,14 @@ import {
8
8
  GameTemplate,
9
9
  WorldMapTemplate
10
10
  } from "./chunk-7JWBQIW4.js";
11
+ import {
12
+ cn,
13
+ convertThemeToRN,
14
+ defaultRNTheme
15
+ } from "./chunk-5JVEVV74.js";
16
+ import {
17
+ EventBusProvider
18
+ } from "./chunk-TRYFJDL3.js";
11
19
  import {
12
20
  useInfiniteScroll,
13
21
  useKeyboard,
@@ -22,14 +30,6 @@ import {
22
30
  useTraitState,
23
31
  useUIEvents
24
32
  } from "./chunk-LQD3TO5U.js";
25
- import {
26
- cn,
27
- convertThemeToRN,
28
- defaultRNTheme
29
- } from "./chunk-5JVEVV74.js";
30
- import {
31
- EventBusProvider
32
- } from "./chunk-TRYFJDL3.js";
33
33
  import {
34
34
  AnimatedCounter,
35
35
  Avatar,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/mobile",
3
- "version": "1.15.0",
3
+ "version": "1.17.0",
4
4
  "description": "React Native UI components for Almadar - extends @almadar/ui",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -48,9 +48,9 @@
48
48
  "dist"
49
49
  ],
50
50
  "dependencies": {
51
- "@almadar/core": "^10.58.0",
52
- "@almadar/runtime": "^6.53.0",
53
- "@almadar/ui": "^5.148.0",
51
+ "@almadar/core": "^10.80.0",
52
+ "@almadar/runtime": "^6.69.0",
53
+ "@almadar/ui": "^6.3.0",
54
54
  "@react-native-async-storage/async-storage": "2.2.0",
55
55
  "expo": "^54.0.0",
56
56
  "expo-status-bar": "~3.0.9",