@hanzo/gui 4.3.3 → 4.4.0
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzo/gui",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
5
5
|
"description": "Style and UI for React (web and native) meet an optimizing compiler",
|
|
6
6
|
"repository": {
|
|
@@ -77,29 +77,29 @@
|
|
|
77
77
|
"check-circular-deps": "npx madge --circular ./src/index.ts"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@hanzogui/compose-refs": "
|
|
81
|
-
"@hanzogui/config-default": "
|
|
82
|
-
"@hanzogui/constants": "
|
|
83
|
-
"@hanzogui/core": "
|
|
84
|
-
"@hanzogui/create-context": "
|
|
85
|
-
"@hanzogui/element": "
|
|
86
|
-
"@hanzogui/fake-react-native": "
|
|
87
|
-
"@hanzogui/get-button-sized": "
|
|
88
|
-
"@hanzogui/get-font-sized": "
|
|
89
|
-
"@hanzogui/get-token": "
|
|
90
|
-
"@hanzogui/helpers": "
|
|
91
|
-
"@hanzogui/polyfill-dev": "
|
|
92
|
-
"@hanzogui/react-native-media-driver": "
|
|
93
|
-
"@hanzogui/theme": "
|
|
94
|
-
"@hanzogui/use-controllable-state": "
|
|
95
|
-
"@hanzogui/use-debounce": "
|
|
96
|
-
"@hanzogui/use-force-update": "
|
|
97
|
-
"@hanzogui/use-window-dimensions": "
|
|
98
|
-
"@hanzogui/font-size": "
|
|
99
|
-
"@hanzogui/shorthands": "
|
|
80
|
+
"@hanzogui/compose-refs": "4.4.0",
|
|
81
|
+
"@hanzogui/config-default": "4.4.0",
|
|
82
|
+
"@hanzogui/constants": "4.4.0",
|
|
83
|
+
"@hanzogui/core": "4.4.0",
|
|
84
|
+
"@hanzogui/create-context": "4.4.0",
|
|
85
|
+
"@hanzogui/element": "4.4.0",
|
|
86
|
+
"@hanzogui/fake-react-native": "4.4.0",
|
|
87
|
+
"@hanzogui/get-button-sized": "4.4.0",
|
|
88
|
+
"@hanzogui/get-font-sized": "4.4.0",
|
|
89
|
+
"@hanzogui/get-token": "4.4.0",
|
|
90
|
+
"@hanzogui/helpers": "4.4.0",
|
|
91
|
+
"@hanzogui/polyfill-dev": "4.4.0",
|
|
92
|
+
"@hanzogui/react-native-media-driver": "4.4.0",
|
|
93
|
+
"@hanzogui/theme": "4.4.0",
|
|
94
|
+
"@hanzogui/use-controllable-state": "4.4.0",
|
|
95
|
+
"@hanzogui/use-debounce": "4.4.0",
|
|
96
|
+
"@hanzogui/use-force-update": "4.4.0",
|
|
97
|
+
"@hanzogui/use-window-dimensions": "4.4.0",
|
|
98
|
+
"@hanzogui/font-size": "4.4.0",
|
|
99
|
+
"@hanzogui/shorthands": "4.4.0",
|
|
100
100
|
"@hanzogui/shapes": "3.0.2",
|
|
101
101
|
"@hanzogui/stacks": "3.0.2",
|
|
102
|
-
"@hanzogui/web": "
|
|
102
|
+
"@hanzogui/web": "4.4.0",
|
|
103
103
|
"@hanzogui/spacer": "3.0.2",
|
|
104
104
|
"@hanzogui/animate-presence": "3.0.2",
|
|
105
105
|
"@hanzogui/button": "3.0.3",
|
|
@@ -150,10 +150,10 @@
|
|
|
150
150
|
"@hanzogui/radio-headless": "3.0.2",
|
|
151
151
|
"@hanzogui/switch-headless": "3.0.2",
|
|
152
152
|
"@hanzogui/tabs-headless": "3.0.2",
|
|
153
|
-
"@hanzogui/theme-builder": "
|
|
153
|
+
"@hanzogui/theme-builder": "4.4.0"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@hanzogui/build": "
|
|
156
|
+
"@hanzogui/build": "4.4.0",
|
|
157
157
|
"react": ">=19",
|
|
158
158
|
"react-native": "0.83.2",
|
|
159
159
|
"react-native-web": "^0.21.0"
|
|
@@ -164,4 +164,4 @@
|
|
|
164
164
|
},
|
|
165
165
|
"module:jsx": "dist/jsx",
|
|
166
166
|
"removeSideEffects": true
|
|
167
|
-
}
|
|
167
|
+
}
|