tamagui 1.93.2 → 1.94.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/dist/native.js +27 -90
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +27 -90
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
- package/types/views/Input.d.ts +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.94.0",
|
|
4
4
|
"removeSideEffects": true,
|
|
5
5
|
"alsoPublishAs_disabled": [
|
|
6
6
|
"@tamagui/ui"
|
|
@@ -67,58 +67,58 @@
|
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@tamagui/accordion": "1.
|
|
71
|
-
"@tamagui/adapt": "1.
|
|
72
|
-
"@tamagui/alert-dialog": "1.
|
|
73
|
-
"@tamagui/animate-presence": "1.
|
|
74
|
-
"@tamagui/avatar": "1.
|
|
75
|
-
"@tamagui/button": "1.
|
|
76
|
-
"@tamagui/card": "1.
|
|
77
|
-
"@tamagui/checkbox": "1.
|
|
78
|
-
"@tamagui/compose-refs": "1.
|
|
79
|
-
"@tamagui/constants": "1.
|
|
80
|
-
"@tamagui/core": "1.
|
|
81
|
-
"@tamagui/create-context": "1.
|
|
82
|
-
"@tamagui/dialog": "1.
|
|
83
|
-
"@tamagui/elements": "1.
|
|
84
|
-
"@tamagui/fake-react-native": "1.
|
|
85
|
-
"@tamagui/focusable": "1.
|
|
86
|
-
"@tamagui/font-size": "1.
|
|
87
|
-
"@tamagui/form": "1.
|
|
88
|
-
"@tamagui/get-button-sized": "1.
|
|
89
|
-
"@tamagui/get-font-sized": "1.
|
|
90
|
-
"@tamagui/get-token": "1.
|
|
91
|
-
"@tamagui/group": "1.
|
|
92
|
-
"@tamagui/helpers-tamagui": "1.
|
|
93
|
-
"@tamagui/image": "1.
|
|
94
|
-
"@tamagui/label": "1.
|
|
95
|
-
"@tamagui/linear-gradient": "1.
|
|
96
|
-
"@tamagui/list-item": "1.
|
|
97
|
-
"@tamagui/polyfill-dev": "1.
|
|
98
|
-
"@tamagui/popover": "1.
|
|
99
|
-
"@tamagui/popper": "1.
|
|
100
|
-
"@tamagui/portal": "1.
|
|
101
|
-
"@tamagui/progress": "1.
|
|
102
|
-
"@tamagui/radio-group": "1.
|
|
103
|
-
"@tamagui/react-native-media-driver": "1.
|
|
104
|
-
"@tamagui/scroll-view": "1.
|
|
105
|
-
"@tamagui/select": "1.
|
|
106
|
-
"@tamagui/separator": "1.
|
|
107
|
-
"@tamagui/shapes": "1.
|
|
108
|
-
"@tamagui/sheet": "1.
|
|
109
|
-
"@tamagui/slider": "1.
|
|
110
|
-
"@tamagui/stacks": "1.
|
|
111
|
-
"@tamagui/switch": "1.
|
|
112
|
-
"@tamagui/tabs": "1.
|
|
113
|
-
"@tamagui/text": "1.
|
|
114
|
-
"@tamagui/theme": "1.
|
|
115
|
-
"@tamagui/toggle-group": "1.
|
|
116
|
-
"@tamagui/tooltip": "1.
|
|
117
|
-
"@tamagui/use-controllable-state": "1.
|
|
118
|
-
"@tamagui/use-debounce": "1.
|
|
119
|
-
"@tamagui/use-force-update": "1.
|
|
120
|
-
"@tamagui/use-window-dimensions": "1.
|
|
121
|
-
"@tamagui/visually-hidden": "1.
|
|
70
|
+
"@tamagui/accordion": "1.94.0",
|
|
71
|
+
"@tamagui/adapt": "1.94.0",
|
|
72
|
+
"@tamagui/alert-dialog": "1.94.0",
|
|
73
|
+
"@tamagui/animate-presence": "1.94.0",
|
|
74
|
+
"@tamagui/avatar": "1.94.0",
|
|
75
|
+
"@tamagui/button": "1.94.0",
|
|
76
|
+
"@tamagui/card": "1.94.0",
|
|
77
|
+
"@tamagui/checkbox": "1.94.0",
|
|
78
|
+
"@tamagui/compose-refs": "1.94.0",
|
|
79
|
+
"@tamagui/constants": "1.94.0",
|
|
80
|
+
"@tamagui/core": "1.94.0",
|
|
81
|
+
"@tamagui/create-context": "1.94.0",
|
|
82
|
+
"@tamagui/dialog": "1.94.0",
|
|
83
|
+
"@tamagui/elements": "1.94.0",
|
|
84
|
+
"@tamagui/fake-react-native": "1.94.0",
|
|
85
|
+
"@tamagui/focusable": "1.94.0",
|
|
86
|
+
"@tamagui/font-size": "1.94.0",
|
|
87
|
+
"@tamagui/form": "1.94.0",
|
|
88
|
+
"@tamagui/get-button-sized": "1.94.0",
|
|
89
|
+
"@tamagui/get-font-sized": "1.94.0",
|
|
90
|
+
"@tamagui/get-token": "1.94.0",
|
|
91
|
+
"@tamagui/group": "1.94.0",
|
|
92
|
+
"@tamagui/helpers-tamagui": "1.94.0",
|
|
93
|
+
"@tamagui/image": "1.94.0",
|
|
94
|
+
"@tamagui/label": "1.94.0",
|
|
95
|
+
"@tamagui/linear-gradient": "1.94.0",
|
|
96
|
+
"@tamagui/list-item": "1.94.0",
|
|
97
|
+
"@tamagui/polyfill-dev": "1.94.0",
|
|
98
|
+
"@tamagui/popover": "1.94.0",
|
|
99
|
+
"@tamagui/popper": "1.94.0",
|
|
100
|
+
"@tamagui/portal": "1.94.0",
|
|
101
|
+
"@tamagui/progress": "1.94.0",
|
|
102
|
+
"@tamagui/radio-group": "1.94.0",
|
|
103
|
+
"@tamagui/react-native-media-driver": "1.94.0",
|
|
104
|
+
"@tamagui/scroll-view": "1.94.0",
|
|
105
|
+
"@tamagui/select": "1.94.0",
|
|
106
|
+
"@tamagui/separator": "1.94.0",
|
|
107
|
+
"@tamagui/shapes": "1.94.0",
|
|
108
|
+
"@tamagui/sheet": "1.94.0",
|
|
109
|
+
"@tamagui/slider": "1.94.0",
|
|
110
|
+
"@tamagui/stacks": "1.94.0",
|
|
111
|
+
"@tamagui/switch": "1.94.0",
|
|
112
|
+
"@tamagui/tabs": "1.94.0",
|
|
113
|
+
"@tamagui/text": "1.94.0",
|
|
114
|
+
"@tamagui/theme": "1.94.0",
|
|
115
|
+
"@tamagui/toggle-group": "1.94.0",
|
|
116
|
+
"@tamagui/tooltip": "1.94.0",
|
|
117
|
+
"@tamagui/use-controllable-state": "1.94.0",
|
|
118
|
+
"@tamagui/use-debounce": "1.94.0",
|
|
119
|
+
"@tamagui/use-force-update": "1.94.0",
|
|
120
|
+
"@tamagui/use-window-dimensions": "1.94.0",
|
|
121
|
+
"@tamagui/visually-hidden": "1.94.0"
|
|
122
122
|
},
|
|
123
123
|
"peerDependencies": {
|
|
124
124
|
"react": "*",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"react-native-web": "*"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@tamagui/build": "1.
|
|
129
|
+
"@tamagui/build": "1.94.0",
|
|
130
130
|
"react": "^18.2.0",
|
|
131
131
|
"react-native": "^0.73.4",
|
|
132
132
|
"react-native-web": "^0.19.10"
|
package/types/views/Input.d.ts
CHANGED
|
@@ -88,6 +88,8 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
88
88
|
export declare function useInputProps(props: InputProps, ref: any): {
|
|
89
89
|
placeholderTextColor: any;
|
|
90
90
|
onChangeText: (value: any) => void;
|
|
91
|
+
theme?: string | null | undefined;
|
|
92
|
+
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
91
93
|
children?: any;
|
|
92
94
|
className?: string | undefined;
|
|
93
95
|
onPressIn?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").NativeTouchEvent>) => void) | undefined;
|
|
@@ -158,12 +160,10 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
158
160
|
dangerouslySetInnerHTML?: {
|
|
159
161
|
__html: string;
|
|
160
162
|
} | undefined;
|
|
161
|
-
debug?: import("@tamagui/core").DebugProp | undefined;
|
|
162
163
|
themeShallow?: boolean | undefined;
|
|
163
164
|
themeInverse?: boolean | undefined;
|
|
164
165
|
tag?: "object" | "search" | "small" | "sub" | "sup" | "a" | (string & {}) | "address" | "article" | "aside" | "footer" | "header" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "main" | "nav" | "section" | "blockquote" | "dd" | "div" | "dl" | "dt" | "figcaption" | "figure" | "hr" | "li" | "ol" | "ul" | "p" | "pre" | "abbr" | "b" | "bdi" | "bdo" | "br" | "cite" | "code" | "data" | "dfn" | "em" | "i" | "kbd" | "mark" | "q" | "rp" | "rt" | "rtc" | "ruby" | "s" | "samp" | "span" | "strong" | "time" | "u" | "var" | "wbr" | "area" | "audio" | "img" | "map" | "track" | "video" | "embed" | "param" | "picture" | "source" | "canvas" | "noscript" | "script" | "del" | "ins" | "caption" | "col" | "colgroup" | "table" | "thead" | "tbody" | "td" | "th" | "tr" | "button" | "datalist" | "fieldset" | "form" | "input" | "label" | "legend" | "meter" | "optgroup" | "option" | "output" | "progress" | "select" | "textarea" | "details" | "dialog" | "menu" | "summary" | "template" | undefined;
|
|
165
|
-
|
|
166
|
-
group?: undefined;
|
|
166
|
+
group?: boolean | undefined;
|
|
167
167
|
untilMeasured?: "hide" | "show" | undefined;
|
|
168
168
|
componentName?: string | undefined;
|
|
169
169
|
tabIndex?: string | number | undefined;
|
|
@@ -598,7 +598,7 @@ export declare function useInputProps(props: InputProps, ref: any): {
|
|
|
598
598
|
spaceDirection?: "unset" | import("@tamagui/core").SpaceDirection | undefined;
|
|
599
599
|
separator?: import("react").ReactNode;
|
|
600
600
|
animation?: import("@tamagui/core").AnimationProp | null | undefined;
|
|
601
|
-
animateOnly?: "unset" |
|
|
601
|
+
animateOnly?: string[] | "unset" | undefined;
|
|
602
602
|
animatePresence?: boolean | "unset" | undefined;
|
|
603
603
|
transformOrigin?: "unset" | "center" | "left" | "right" | "bottom" | "top" | (`${number}%` | `${string}%` | `${string}px` | `${number}px`) | "center center" | "center bottom" | "center top" | `center ${number}%` | `center ${string}%` | `center ${string}px` | `center ${number}px` | "left center" | "left bottom" | "left top" | `left ${number}%` | `left ${string}%` | `left ${string}px` | `left ${number}px` | "right center" | "right bottom" | "right top" | `right ${number}%` | `right ${string}%` | `right ${string}px` | `right ${number}px` | `${number}% center` | `${number}% bottom` | `${number}% top` | `${number}% ${number}%` | `${number}% ${string}%` | `${number}% ${string}px` | `${number}% ${number}px` | `${string}% center` | `${string}% bottom` | `${string}% top` | `${string}% ${number}%` | `${string}% ${string}%` | `${string}% ${string}px` | `${string}% ${number}px` | `${string}px center` | `${string}px bottom` | `${string}px top` | `${string}px ${number}%` | `${string}px ${string}%` | `${string}px ${string}px` | `${string}px ${number}px` | `${number}px center` | `${number}px bottom` | `${number}px top` | `${number}px ${number}%` | `${number}px ${string}%` | `${number}px ${string}px` | `${number}px ${number}px` | `center center ${string}px` | `center center ${number}px` | `center bottom ${string}px` | `center bottom ${number}px` | `center top ${string}px` | `center top ${number}px` | `center ${number}% ${string}px` | `center ${number}% ${number}px` | `center ${string}% ${string}px` | `center ${string}% ${number}px` | `center ${string}px ${string}px` | `center ${string}px ${number}px` | `center ${number}px ${string}px` | `center ${number}px ${number}px` | `left center ${string}px` | `left center ${number}px` | `left bottom ${string}px` | `left bottom ${number}px` | `left top ${string}px` | `left top ${number}px` | `left ${number}% ${string}px` | `left ${number}% ${number}px` | `left ${string}% ${string}px` | `left ${string}% ${number}px` | `left ${string}px ${string}px` | `left ${string}px ${number}px` | `left ${number}px ${string}px` | `left ${number}px ${number}px` | `right center ${string}px` | `right center ${number}px` | `right bottom ${string}px` | `right bottom ${number}px` | `right top ${string}px` | `right top ${number}px` | `right ${number}% ${string}px` | `right ${number}% ${number}px` | `right ${string}% ${string}px` | `right ${string}% ${number}px` | `right ${string}px ${string}px` | `right ${string}px ${number}px` | `right ${number}px ${string}px` | `right ${number}px ${number}px` | `${number}% center ${string}px` | `${number}% center ${number}px` | `${number}% bottom ${string}px` | `${number}% bottom ${number}px` | `${number}% top ${string}px` | `${number}% top ${number}px` | `${number}% ${number}% ${string}px` | `${number}% ${number}% ${number}px` | `${number}% ${string}% ${string}px` | `${number}% ${string}% ${number}px` | `${number}% ${string}px ${string}px` | `${number}% ${string}px ${number}px` | `${number}% ${number}px ${string}px` | `${number}% ${number}px ${number}px` | `${string}% center ${string}px` | `${string}% center ${number}px` | `${string}% bottom ${string}px` | `${string}% bottom ${number}px` | `${string}% top ${string}px` | `${string}% top ${number}px` | `${string}% ${number}% ${string}px` | `${string}% ${number}% ${number}px` | `${string}% ${string}% ${string}px` | `${string}% ${string}% ${number}px` | `${string}% ${string}px ${string}px` | `${string}% ${string}px ${number}px` | `${string}% ${number}px ${string}px` | `${string}% ${number}px ${number}px` | `${string}px center ${string}px` | `${string}px center ${number}px` | `${string}px bottom ${string}px` | `${string}px bottom ${number}px` | `${string}px top ${string}px` | `${string}px top ${number}px` | `${string}px ${number}% ${string}px` | `${string}px ${number}% ${number}px` | `${string}px ${string}% ${string}px` | `${string}px ${string}% ${number}px` | `${string}px ${string}px ${string}px` | `${string}px ${string}px ${number}px` | `${string}px ${number}px ${string}px` | `${string}px ${number}px ${number}px` | `${number}px center ${string}px` | `${number}px center ${number}px` | `${number}px bottom ${string}px` | `${number}px bottom ${number}px` | `${number}px top ${string}px` | `${number}px top ${number}px` | `${number}px ${number}% ${string}px` | `${number}px ${number}% ${number}px` | `${number}px ${string}% ${string}px` | `${number}px ${string}% ${number}px` | `${number}px ${string}px ${string}px` | `${number}px ${string}px ${number}px` | `${number}px ${number}px ${string}px` | `${number}px ${number}px ${number}px` | undefined;
|
|
604
604
|
display?: "unset" | "inherit" | "flex" | "none" | "inline" | "block" | "contents" | "inline-flex" | undefined;
|