@xaui/native 0.0.10 → 0.0.11

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/index.d.cts CHANGED
@@ -1,5 +1,7 @@
1
1
  export { ActivityIndicator } from './indicator/index.cjs';
2
2
  export { Divider } from './divider/index.cjs';
3
+ export { Avatar, AvatarGroup } from './avatar/index.cjs';
4
+ export { Badge } from './badge/index.cjs';
3
5
  export { Alert } from './alert/index.cjs';
4
6
  export { Autocomplete, AutocompleteItem } from './autocomplete/index.cjs';
5
7
  export { Typography } from './typography/index.cjs';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,7 @@
1
1
  export { ActivityIndicator } from './indicator/index.js';
2
2
  export { Divider } from './divider/index.js';
3
+ export { Avatar, AvatarGroup } from './avatar/index.js';
4
+ export { Badge } from './badge/index.js';
3
5
  export { Alert } from './alert/index.js';
4
6
  export { Autocomplete, AutocompleteItem } from './autocomplete/index.js';
5
7
  export { Typography } from './typography/index.js';
package/dist/index.js CHANGED
@@ -1,16 +1,23 @@
1
+ import {
2
+ Avatar,
3
+ AvatarGroup
4
+ } from "./chunk-4LFRYVSR.js";
5
+ import {
6
+ Badge
7
+ } from "./chunk-XJKA22BK.js";
1
8
  import {
2
9
  Alert
3
10
  } from "./chunk-OFYJYQ2M.js";
4
11
  import {
5
12
  Autocomplete,
6
13
  AutocompleteItem
7
- } from "./chunk-SVYTCEGB.js";
14
+ } from "./chunk-W7JJVPK5.js";
15
+ import "./chunk-RE3CO277.js";
8
16
  import "./chunk-GBHQCAKW.js";
17
+ import "./chunk-SIXET7TJ.js";
9
18
  import {
10
19
  Typography
11
20
  } from "./chunk-ZYTBRHLJ.js";
12
- import "./chunk-RE3CO277.js";
13
- import "./chunk-SIXET7TJ.js";
14
21
  import {
15
22
  Divider
16
23
  } from "./chunk-GNJIET26.js";
@@ -23,6 +30,9 @@ export {
23
30
  Alert,
24
31
  Autocomplete,
25
32
  AutocompleteItem,
33
+ Avatar,
34
+ AvatarGroup,
35
+ Badge,
26
36
  Divider,
27
37
  Typography
28
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/native",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Flutter-inspired React Native UI components with native animations powered by React Native Reanimated",
5
5
  "keywords": [
6
6
  "react-native",
@@ -67,6 +67,16 @@
67
67
  "import": "./dist/divider/index.js",
68
68
  "require": "./dist/divider/index.js"
69
69
  },
70
+ "./avatar": {
71
+ "types": "./dist/avatar/index.d.ts",
72
+ "import": "./dist/avatar/index.js",
73
+ "require": "./dist/avatar/index.js"
74
+ },
75
+ "./badge": {
76
+ "types": "./dist/badge/index.d.ts",
77
+ "import": "./dist/badge/index.js",
78
+ "require": "./dist/badge/index.js"
79
+ },
70
80
  "./alert": {
71
81
  "types": "./dist/alert/index.d.ts",
72
82
  "import": "./dist/alert/index.js",
@@ -1,9 +1,9 @@
1
- import {
2
- CheckmarkIcon
3
- } from "./chunk-GBHQCAKW.js";
4
1
  import {
5
2
  ArrowBackIcon
6
3
  } from "./chunk-RE3CO277.js";
4
+ import {
5
+ CheckmarkIcon
6
+ } from "./chunk-GBHQCAKW.js";
7
7
  import {
8
8
  CloseIcon
9
9
  } from "./chunk-SIXET7TJ.js";