@tamagui/input 1.123.6 → 1.123.7
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 +11 -11
- package/types/Input.d.ts +1 -1
- package/types/Input.native.d.ts +1 -1
- package/types/TextArea.d.ts +1 -1
- package/types/shared.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/input",
|
|
3
|
-
"version": "1.123.
|
|
3
|
+
"version": "1.123.7",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/core": "1.123.
|
|
40
|
-
"@tamagui/focusable": "1.123.
|
|
41
|
-
"@tamagui/font-size": "1.123.
|
|
42
|
-
"@tamagui/get-button-sized": "1.123.
|
|
43
|
-
"@tamagui/helpers": "1.123.
|
|
44
|
-
"@tamagui/helpers-tamagui": "1.123.
|
|
45
|
-
"@tamagui/stacks": "1.123.
|
|
46
|
-
"@tamagui/text": "1.123.
|
|
47
|
-
"@tamagui/web": "1.123.
|
|
39
|
+
"@tamagui/core": "1.123.7",
|
|
40
|
+
"@tamagui/focusable": "1.123.7",
|
|
41
|
+
"@tamagui/font-size": "1.123.7",
|
|
42
|
+
"@tamagui/get-button-sized": "1.123.7",
|
|
43
|
+
"@tamagui/helpers": "1.123.7",
|
|
44
|
+
"@tamagui/helpers-tamagui": "1.123.7",
|
|
45
|
+
"@tamagui/stacks": "1.123.7",
|
|
46
|
+
"@tamagui/text": "1.123.7",
|
|
47
|
+
"@tamagui/web": "1.123.7"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@tamagui/build": "1.123.
|
|
50
|
+
"@tamagui/build": "1.123.7",
|
|
51
51
|
"react": "*",
|
|
52
52
|
"vitest": "^3.0.2"
|
|
53
53
|
},
|
package/types/Input.d.ts
CHANGED
|
@@ -191,6 +191,7 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
191
191
|
transformStyle?: boolean | undefined;
|
|
192
192
|
boxShadow: boolean;
|
|
193
193
|
filter: boolean;
|
|
194
|
+
perspective: boolean;
|
|
194
195
|
animationIterationCount: boolean;
|
|
195
196
|
aspectRatio: boolean;
|
|
196
197
|
borderImageOutset: boolean;
|
|
@@ -228,7 +229,6 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
228
229
|
shadowOpacity: boolean;
|
|
229
230
|
x: boolean;
|
|
230
231
|
y: boolean;
|
|
231
|
-
perspective: boolean;
|
|
232
232
|
skewX: boolean;
|
|
233
233
|
skewY: boolean;
|
|
234
234
|
matrix: boolean;
|
package/types/Input.native.d.ts
CHANGED
|
@@ -187,6 +187,7 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
187
187
|
transformStyle?: boolean | undefined;
|
|
188
188
|
boxShadow: boolean;
|
|
189
189
|
filter: boolean;
|
|
190
|
+
perspective: boolean;
|
|
190
191
|
animationIterationCount: boolean;
|
|
191
192
|
aspectRatio: boolean;
|
|
192
193
|
borderImageOutset: boolean;
|
|
@@ -224,7 +225,6 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
224
225
|
shadowOpacity: boolean;
|
|
225
226
|
x: boolean;
|
|
226
227
|
y: boolean;
|
|
227
|
-
perspective: boolean;
|
|
228
228
|
skewX: boolean;
|
|
229
229
|
skewY: boolean;
|
|
230
230
|
matrix: boolean;
|
package/types/TextArea.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ export declare const TextArea: import("@tamagui/web").TamaguiComponent<import("@
|
|
|
173
173
|
transformStyle?: boolean | undefined;
|
|
174
174
|
boxShadow: boolean;
|
|
175
175
|
filter: boolean;
|
|
176
|
+
perspective: boolean;
|
|
176
177
|
animationIterationCount: boolean;
|
|
177
178
|
aspectRatio: boolean;
|
|
178
179
|
borderImageOutset: boolean;
|
|
@@ -210,7 +211,6 @@ export declare const TextArea: import("@tamagui/web").TamaguiComponent<import("@
|
|
|
210
211
|
shadowOpacity: boolean;
|
|
211
212
|
x: boolean;
|
|
212
213
|
y: boolean;
|
|
213
|
-
perspective: boolean;
|
|
214
214
|
skewX: boolean;
|
|
215
215
|
skewY: boolean;
|
|
216
216
|
matrix: boolean;
|
package/types/shared.d.ts
CHANGED
|
@@ -200,6 +200,7 @@ export declare const styledBody: ({
|
|
|
200
200
|
transformStyle?: boolean | undefined;
|
|
201
201
|
boxShadow: boolean;
|
|
202
202
|
filter: boolean;
|
|
203
|
+
perspective: boolean;
|
|
203
204
|
animationIterationCount: boolean;
|
|
204
205
|
aspectRatio: boolean;
|
|
205
206
|
borderImageOutset: boolean;
|
|
@@ -237,7 +238,6 @@ export declare const styledBody: ({
|
|
|
237
238
|
shadowOpacity: boolean;
|
|
238
239
|
x: boolean;
|
|
239
240
|
y: boolean;
|
|
240
|
-
perspective: boolean;
|
|
241
241
|
skewX: boolean;
|
|
242
242
|
skewY: boolean;
|
|
243
243
|
matrix: boolean;
|