@xaui/native 0.9.1-alpha.32 → 0.9.1-alpha.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/native",
3
- "version": "0.9.1-alpha.32",
3
+ "version": "0.9.1-alpha.33",
4
4
  "description": "Composition-first React Native UI components with native animations powered by Reanimated",
5
5
  "keywords": [
6
6
  "react-native",
@@ -37,6 +37,16 @@
37
37
  "default": "./dist/components/alert/index.cjs"
38
38
  }
39
39
  },
40
+ "./avatar": {
41
+ "import": {
42
+ "types": "./dist/components/avatar/index.d.ts",
43
+ "default": "./dist/components/avatar/index.js"
44
+ },
45
+ "require": {
46
+ "types": "./dist/components/avatar/index.d.cts",
47
+ "default": "./dist/components/avatar/index.cjs"
48
+ }
49
+ },
40
50
  "./button": {
41
51
  "import": {
42
52
  "types": "./dist/components/button/index.d.ts",
@@ -1,6 +1,9 @@
1
1
  import {
2
2
  useRotation
3
3
  } from "./chunk-PPWXLZGL.js";
4
+ import {
5
+ Icon
6
+ } from "./chunk-WJPQARJ5.js";
4
7
  import {
5
8
  PressableFeedback
6
9
  } from "./chunk-XNNJM5DQ.js";
@@ -10,9 +13,6 @@ import {
10
13
  import {
11
14
  warnDev
12
15
  } from "./chunk-EGLLDKN6.js";
13
- import {
14
- Icon
15
- } from "./chunk-WJPQARJ5.js";
16
16
  import {
17
17
  childrenToString,
18
18
  createSlotContext
@@ -3,6 +3,9 @@
3
3
  var _chunkK4TWKF5Ucjs = require('./chunk-K4TWKF5U.cjs');
4
4
 
5
5
 
6
+ var _chunkPCWT2YBEcjs = require('./chunk-PCWT2YBE.cjs');
7
+
8
+
6
9
  var _chunk6M7RUU7Vcjs = require('./chunk-6M7RUU7V.cjs');
7
10
 
8
11
 
@@ -12,9 +15,6 @@ var _chunk7DPL3ZDScjs = require('./chunk-7DPL3ZDS.cjs');
12
15
  var _chunkEJQCQPETcjs = require('./chunk-EJQCQPET.cjs');
13
16
 
14
17
 
15
- var _chunkPCWT2YBEcjs = require('./chunk-PCWT2YBE.cjs');
16
-
17
-
18
18
 
19
19
  var _chunk54FJOKANcjs = require('./chunk-54FJOKAN.cjs');
20
20
 
@@ -2,6 +2,9 @@ import {
2
2
  CloseButton,
3
3
  closeButtonBase
4
4
  } from "./chunk-U3RDU3HU.js";
5
+ import {
6
+ Icon
7
+ } from "./chunk-WJPQARJ5.js";
5
8
  import {
6
9
  PressableFeedback
7
10
  } from "./chunk-XNNJM5DQ.js";
@@ -11,9 +14,6 @@ import {
11
14
  import {
12
15
  warnDev
13
16
  } from "./chunk-EGLLDKN6.js";
14
- import {
15
- Icon
16
- } from "./chunk-WJPQARJ5.js";
17
17
  import {
18
18
  Slot,
19
19
  childrenToString,
@@ -4,6 +4,9 @@
4
4
  var _chunkCYS6U374cjs = require('./chunk-CYS6U374.cjs');
5
5
 
6
6
 
7
+ var _chunkPCWT2YBEcjs = require('./chunk-PCWT2YBE.cjs');
8
+
9
+
7
10
  var _chunk6M7RUU7Vcjs = require('./chunk-6M7RUU7V.cjs');
8
11
 
9
12
 
@@ -13,9 +16,6 @@ var _chunk7DPL3ZDScjs = require('./chunk-7DPL3ZDS.cjs');
13
16
  var _chunkEJQCQPETcjs = require('./chunk-EJQCQPET.cjs');
14
17
 
15
18
 
16
- var _chunkPCWT2YBEcjs = require('./chunk-PCWT2YBE.cjs');
17
-
18
-
19
19
 
20
20
 
21
21
  var _chunk54FJOKANcjs = require('./chunk-54FJOKAN.cjs');