@xaui/native 0.0.11 → 0.0.12
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/autocomplete/index.cjs +151 -133
- package/dist/autocomplete/index.js +2 -2
- package/dist/{chunk-RE3CO277.js → chunk-CKGZOJVV.js} +423 -52
- package/dist/chunk-LM23DOX3.js +1647 -0
- package/dist/{chunk-W7JJVPK5.js → chunk-RL47NQAU.js} +3 -3
- package/dist/datepicker/index.cjs +2429 -0
- package/dist/datepicker/index.d.cts +45 -0
- package/dist/datepicker/index.d.ts +45 -0
- package/dist/datepicker/index.js +9 -0
- package/dist/icon/index.cjs +439 -65
- package/dist/icon/index.d.cts +7 -1
- package/dist/icon/index.d.ts +7 -1
- package/dist/icon/index.js +8 -2
- package/dist/index.cjs +2818 -670
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -2
- package/package.json +8 -1
package/dist/index.d.cts
CHANGED
|
@@ -4,6 +4,7 @@ export { Avatar, AvatarGroup } from './avatar/index.cjs';
|
|
|
4
4
|
export { Badge } from './badge/index.cjs';
|
|
5
5
|
export { Alert } from './alert/index.cjs';
|
|
6
6
|
export { Autocomplete, AutocompleteItem } from './autocomplete/index.cjs';
|
|
7
|
+
export { DatePicker } from './datepicker/index.cjs';
|
|
7
8
|
export { Typography } from './typography/index.cjs';
|
|
8
9
|
import 'react';
|
|
9
10
|
import './index-BOw6tbkc.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { Avatar, AvatarGroup } from './avatar/index.js';
|
|
|
4
4
|
export { Badge } from './badge/index.js';
|
|
5
5
|
export { Alert } from './alert/index.js';
|
|
6
6
|
export { Autocomplete, AutocompleteItem } from './autocomplete/index.js';
|
|
7
|
+
export { DatePicker } from './datepicker/index.js';
|
|
7
8
|
export { Typography } from './typography/index.js';
|
|
8
9
|
import 'react';
|
|
9
10
|
import './index-BOw6tbkc.js';
|
package/dist/index.js
CHANGED
|
@@ -11,9 +11,12 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
Autocomplete,
|
|
13
13
|
AutocompleteItem
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-RE3CO277.js";
|
|
14
|
+
} from "./chunk-RL47NQAU.js";
|
|
16
15
|
import "./chunk-GBHQCAKW.js";
|
|
16
|
+
import {
|
|
17
|
+
DatePicker
|
|
18
|
+
} from "./chunk-LM23DOX3.js";
|
|
19
|
+
import "./chunk-CKGZOJVV.js";
|
|
17
20
|
import "./chunk-SIXET7TJ.js";
|
|
18
21
|
import {
|
|
19
22
|
Typography
|
|
@@ -33,6 +36,7 @@ export {
|
|
|
33
36
|
Avatar,
|
|
34
37
|
AvatarGroup,
|
|
35
38
|
Badge,
|
|
39
|
+
DatePicker,
|
|
36
40
|
Divider,
|
|
37
41
|
Typography
|
|
38
42
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xaui/native",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"description": "Flutter-inspired React Native UI components with native animations powered by React Native Reanimated",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
"import": "./dist/autocomplete/index.js",
|
|
88
88
|
"require": "./dist/autocomplete/index.js"
|
|
89
89
|
},
|
|
90
|
+
"./datepicker": {
|
|
91
|
+
"types": "./dist/datepicker/index.d.ts",
|
|
92
|
+
"import": "./dist/datepicker/index.js",
|
|
93
|
+
"require": "./dist/datepicker/index.js"
|
|
94
|
+
},
|
|
90
95
|
"./typography": {
|
|
91
96
|
"types": "./dist/typography/index.d.ts",
|
|
92
97
|
"import": "./dist/typography/index.js",
|
|
@@ -118,6 +123,7 @@
|
|
|
118
123
|
"peerDependencies": {
|
|
119
124
|
"react": "^18.0.0 || ^19.0.0",
|
|
120
125
|
"react-native": ">=0.70.0",
|
|
126
|
+
"react-native-gesture-handler": ">=2.0.0",
|
|
121
127
|
"react-native-reanimated": ">=4.0.0",
|
|
122
128
|
"react-native-svg": ">=15.0.0"
|
|
123
129
|
},
|
|
@@ -126,6 +132,7 @@
|
|
|
126
132
|
"@types/react-native": "^0.73.0",
|
|
127
133
|
"react": "19.1.0",
|
|
128
134
|
"react-native": "^0.81.5",
|
|
135
|
+
"react-native-gesture-handler": "^2.28.0",
|
|
129
136
|
"react-native-reanimated": "^4.0.0",
|
|
130
137
|
"react-native-svg": "^15.8.0",
|
|
131
138
|
"tsup": "^8.5.1",
|