@tamagui/input 1.123.8 → 1.123.10

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