@luxfi/ui 6.0.0 → 6.1.1
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 +27 -22
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luxfi/ui",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@gorhom/bottom-sheet": "4.6.4",
|
|
6
6
|
"@react-native-masked-view/masked-view": "0.3.2",
|
|
7
7
|
"@shopify/flash-list": "1.7.6",
|
|
8
8
|
"@shopify/react-native-skia": "2.2.20",
|
|
9
9
|
"@storybook/react": "8.5.2",
|
|
10
|
-
"@hanzogui/adapt": "2.0.
|
|
11
|
-
"@hanzogui/animations-css": "2.0.
|
|
12
|
-
"@hanzogui/animations-react-native": "2.0.
|
|
13
|
-
"@hanzogui/font-geist-sans": "2.0.
|
|
14
|
-
"@hanzogui/helpers-icon": "2.0.
|
|
15
|
-
"@hanzogui/portal": "2.0.
|
|
16
|
-
"@hanzogui/react-native-media-driver": "2.0.
|
|
17
|
-
"@hanzogui/remove-scroll": "2.0.
|
|
18
|
-
"@hanzogui/theme-base": "2.0.
|
|
10
|
+
"@hanzogui/adapt": "2.0.3",
|
|
11
|
+
"@hanzogui/animations-css": "2.0.3",
|
|
12
|
+
"@hanzogui/animations-react-native": "2.0.3",
|
|
13
|
+
"@hanzogui/font-geist-sans": "2.0.3",
|
|
14
|
+
"@hanzogui/helpers-icon": "2.0.3",
|
|
15
|
+
"@hanzogui/portal": "2.0.3",
|
|
16
|
+
"@hanzogui/react-native-media-driver": "2.0.3",
|
|
17
|
+
"@hanzogui/remove-scroll": "2.0.3",
|
|
18
|
+
"@hanzogui/theme-base": "2.0.3",
|
|
19
19
|
"@tanstack/react-query": "5.90.20",
|
|
20
20
|
"@testing-library/react": "16.3.0",
|
|
21
21
|
"ethers": "5.7.2",
|
|
22
22
|
"expo-blur": "14.1.5",
|
|
23
|
+
"expo-image": "2.4.1",
|
|
23
24
|
"expo-linear-gradient": "14.1.5",
|
|
24
25
|
"i18next": "23.10.0",
|
|
25
26
|
"qrcode": "1.5.1",
|
|
26
27
|
"react": "19.0.3",
|
|
27
28
|
"react-i18next": "14.1.0",
|
|
28
29
|
"react-native": "0.79.5",
|
|
29
|
-
"react-native-fast-image": "8.6.3",
|
|
30
30
|
"react-native-gesture-handler": "2.24.0",
|
|
31
31
|
"react-native-image-colors": "1.5.2",
|
|
32
32
|
"react-native-keyboard-controller": "1.17.5",
|
|
@@ -34,21 +34,22 @@
|
|
|
34
34
|
"react-native-safe-area-context": "5.4.0",
|
|
35
35
|
"react-native-svg": "15.13.0",
|
|
36
36
|
"react-native-webview": "13.13.5",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
37
|
+
"react-remove-scroll": "2.7.2",
|
|
38
|
+
"tamagui": "1.136.1",
|
|
39
39
|
"uuid": "9.0.0",
|
|
40
|
-
"wcag-contrast": "3.0.0"
|
|
40
|
+
"wcag-contrast": "3.0.0",
|
|
41
|
+
"@luxfi/utilities": "workspace:^"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"@storybook/test": "8.5.2",
|
|
44
|
-
"@hanzogui/animations-moti": "2.0.
|
|
45
|
-
"@hanzogui/core": "2.0.
|
|
45
|
+
"@hanzogui/animations-moti": "2.0.3",
|
|
46
|
+
"@hanzogui/core": "2.0.3",
|
|
46
47
|
"@types/chrome": "0.0.304",
|
|
47
48
|
"@types/fs-extra": "11.0.2",
|
|
48
49
|
"@types/node": "22.13.1",
|
|
49
50
|
"@types/qrcode": "1.5.5",
|
|
50
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
51
|
-
"@luxfi/eslint-config": "
|
|
51
|
+
"@typescript/native-preview": "7.0.0-dev.20260311.1",
|
|
52
|
+
"@luxfi/eslint-config": "workspace:^",
|
|
52
53
|
"@vitejs/plugin-react": "4.7.0",
|
|
53
54
|
"camelcase": "6.3.0",
|
|
54
55
|
"cheerio": "1.0.0-rc.12",
|
|
@@ -59,9 +60,12 @@
|
|
|
59
60
|
"typescript": "5.8.3",
|
|
60
61
|
"uppercamelcase": "3.0.0",
|
|
61
62
|
"vitest": "3.2.1",
|
|
62
|
-
"vitest-presets": "
|
|
63
|
+
"vitest-presets": "workspace:^"
|
|
63
64
|
},
|
|
64
|
-
"files": [
|
|
65
|
+
"files": [
|
|
66
|
+
"types",
|
|
67
|
+
"dist"
|
|
68
|
+
],
|
|
65
69
|
"main": "./src/index.ts",
|
|
66
70
|
"module:jsx": "src",
|
|
67
71
|
"private": false,
|
|
@@ -76,7 +80,6 @@
|
|
|
76
80
|
"lint:eslint": "nx lint:eslint ui",
|
|
77
81
|
"lint:eslint:fix": "nx lint:eslint:fix ui",
|
|
78
82
|
"test": "nx test ui",
|
|
79
|
-
"test:coverage": "nx test:coverage ui",
|
|
80
83
|
"typecheck": "nx typecheck ui",
|
|
81
84
|
"typecheck:tsgo": "nx typecheck:tsgo ui",
|
|
82
85
|
"watch": "nx watch ui"
|
|
@@ -84,6 +87,8 @@
|
|
|
84
87
|
"nx": {
|
|
85
88
|
"includedScripts": []
|
|
86
89
|
},
|
|
87
|
-
"sideEffects": [
|
|
90
|
+
"sideEffects": [
|
|
91
|
+
"*.css"
|
|
92
|
+
],
|
|
88
93
|
"types": "./types/index"
|
|
89
94
|
}
|