@xaui/native 0.0.14 → 0.0.16

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
@@ -6,7 +6,12 @@ export { Alert } from './alert/index.cjs';
6
6
  export { Autocomplete, AutocompleteItem } from './autocomplete/index.cjs';
7
7
  export { DatePicker } from './datepicker/index.cjs';
8
8
  export { Typography } from './typography/index.cjs';
9
+ export { Chip, ChipGroup, ChipItem } from './chip/index.cjs';
9
10
  export { BottomSheet } from './bottom-sheet/index.cjs';
11
+ export { Fab } from './fab/index.cjs';
12
+ export { FabMenu, FabMenuItem } from './fab-menu/index.cjs';
10
13
  import 'react';
11
14
  import './index-BOw6tbkc.cjs';
12
15
  import 'react-native';
16
+ import './fab.type-U09H8B7D.cjs';
17
+ import './button.type-ikaWzhIg.cjs';
package/dist/index.d.ts CHANGED
@@ -6,7 +6,12 @@ export { Alert } from './alert/index.js';
6
6
  export { Autocomplete, AutocompleteItem } from './autocomplete/index.js';
7
7
  export { DatePicker } from './datepicker/index.js';
8
8
  export { Typography } from './typography/index.js';
9
+ export { Chip, ChipGroup, ChipItem } from './chip/index.js';
9
10
  export { BottomSheet } from './bottom-sheet/index.js';
11
+ export { Fab } from './fab/index.js';
12
+ export { FabMenu, FabMenuItem } from './fab-menu/index.js';
10
13
  import 'react';
11
14
  import './index-BOw6tbkc.js';
12
15
  import 'react-native';
16
+ import './fab.type-Ba0QMprb.js';
17
+ import './button.type-D8tzEBo7.js';
package/dist/index.js CHANGED
@@ -1,6 +1,18 @@
1
+ import {
2
+ Chip,
3
+ ChipGroup,
4
+ ChipItem
5
+ } from "./chunk-QLEQYKG5.js";
1
6
  import {
2
7
  BottomSheet
3
8
  } from "./chunk-GAOI4KIV.js";
9
+ import {
10
+ FabMenu,
11
+ FabMenuItem
12
+ } from "./chunk-EI5OMBFE.js";
13
+ import {
14
+ Fab
15
+ } from "./chunk-II4QINLG.js";
4
16
  import {
5
17
  Avatar,
6
18
  AvatarGroup
@@ -38,7 +50,13 @@ export {
38
50
  AvatarGroup,
39
51
  Badge,
40
52
  BottomSheet,
53
+ Chip,
54
+ ChipGroup,
55
+ ChipItem,
41
56
  DatePicker,
42
57
  Divider,
58
+ Fab,
59
+ FabMenu,
60
+ FabMenuItem,
43
61
  Typography
44
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/native",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "Flutter-inspired React Native UI components with native animations powered by React Native Reanimated",
5
5
  "keywords": [
6
6
  "react-native",
@@ -102,6 +102,11 @@
102
102
  "import": "./dist/view/index.js",
103
103
  "require": "./dist/view/index.js"
104
104
  },
105
+ "./chip": {
106
+ "types": "./dist/chip/index.d.ts",
107
+ "import": "./dist/chip/index.js",
108
+ "require": "./dist/chip/index.js"
109
+ },
105
110
  "./bottom-sheet": {
106
111
  "types": "./dist/bottom-sheet/index.d.ts",
107
112
  "import": "./dist/bottom-sheet/index.js",
@@ -111,6 +116,16 @@
111
116
  "types": "./dist/menu/index.d.ts",
112
117
  "import": "./dist/menu/index.js",
113
118
  "require": "./dist/menu/index.js"
119
+ },
120
+ "./fab": {
121
+ "types": "./dist/fab/index.d.ts",
122
+ "import": "./dist/fab/index.js",
123
+ "require": "./dist/fab/index.js"
124
+ },
125
+ "./fab-menu": {
126
+ "types": "./dist/fab-menu/index.d.ts",
127
+ "import": "./dist/fab-menu/index.js",
128
+ "require": "./dist/fab-menu/index.js"
114
129
  }
115
130
  },
116
131
  "files": [