@tamagui/input 1.117.2 → 1.118.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 +11 -11
- package/types/Input.d.ts +2 -2
- package/types/Input.native.d.ts +2 -2
- package/types/TextArea.d.ts +2 -2
- package/types/shared.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/input",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.118.1",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/core": "1.
|
|
40
|
-
"@tamagui/focusable": "1.
|
|
41
|
-
"@tamagui/font-size": "1.
|
|
42
|
-
"@tamagui/get-button-sized": "1.
|
|
43
|
-
"@tamagui/helpers": "1.
|
|
44
|
-
"@tamagui/helpers-tamagui": "1.
|
|
45
|
-
"@tamagui/stacks": "1.
|
|
46
|
-
"@tamagui/text": "1.
|
|
47
|
-
"@tamagui/web": "1.
|
|
39
|
+
"@tamagui/core": "1.118.1",
|
|
40
|
+
"@tamagui/focusable": "1.118.1",
|
|
41
|
+
"@tamagui/font-size": "1.118.1",
|
|
42
|
+
"@tamagui/get-button-sized": "1.118.1",
|
|
43
|
+
"@tamagui/helpers": "1.118.1",
|
|
44
|
+
"@tamagui/helpers-tamagui": "1.118.1",
|
|
45
|
+
"@tamagui/stacks": "1.118.1",
|
|
46
|
+
"@tamagui/text": "1.118.1",
|
|
47
|
+
"@tamagui/web": "1.118.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@tamagui/build": "1.
|
|
50
|
+
"@tamagui/build": "1.118.1",
|
|
51
51
|
"react": "*",
|
|
52
52
|
"vitest": "^2.1.3"
|
|
53
53
|
},
|
package/types/Input.d.ts
CHANGED
|
@@ -144,14 +144,12 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
144
144
|
borderLeftStyle?: boolean | undefined;
|
|
145
145
|
borderRightStyle?: boolean | undefined;
|
|
146
146
|
borderTopStyle?: boolean | undefined;
|
|
147
|
-
boxShadow?: boolean | undefined;
|
|
148
147
|
boxSizing?: boolean | undefined;
|
|
149
148
|
caretColor?: boolean | undefined;
|
|
150
149
|
clipPath?: boolean | undefined;
|
|
151
150
|
contain?: boolean | undefined;
|
|
152
151
|
containerType?: boolean | undefined;
|
|
153
152
|
content?: boolean | undefined;
|
|
154
|
-
filter?: boolean | undefined;
|
|
155
153
|
float?: boolean | undefined;
|
|
156
154
|
mask?: boolean | undefined;
|
|
157
155
|
maskBorder?: boolean | undefined;
|
|
@@ -185,6 +183,8 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
185
183
|
textEmphasis?: boolean | undefined;
|
|
186
184
|
touchAction?: boolean | undefined;
|
|
187
185
|
transformStyle?: boolean | undefined;
|
|
186
|
+
boxShadow: boolean;
|
|
187
|
+
filter: boolean;
|
|
188
188
|
animationIterationCount: boolean;
|
|
189
189
|
aspectRatio: boolean;
|
|
190
190
|
borderImageOutset: boolean;
|
package/types/Input.native.d.ts
CHANGED
|
@@ -145,14 +145,12 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
145
145
|
borderLeftStyle?: boolean | undefined;
|
|
146
146
|
borderRightStyle?: boolean | undefined;
|
|
147
147
|
borderTopStyle?: boolean | undefined;
|
|
148
|
-
boxShadow?: boolean | undefined;
|
|
149
148
|
boxSizing?: boolean | undefined;
|
|
150
149
|
caretColor?: boolean | undefined;
|
|
151
150
|
clipPath?: boolean | undefined;
|
|
152
151
|
contain?: boolean | undefined;
|
|
153
152
|
containerType?: boolean | undefined;
|
|
154
153
|
content?: boolean | undefined;
|
|
155
|
-
filter?: boolean | undefined;
|
|
156
154
|
float?: boolean | undefined;
|
|
157
155
|
mask?: boolean | undefined;
|
|
158
156
|
maskBorder?: boolean | undefined;
|
|
@@ -186,6 +184,8 @@ export declare const Input: import("@tamagui/core").TamaguiComponent<Omit<import
|
|
|
186
184
|
textEmphasis?: boolean | undefined;
|
|
187
185
|
touchAction?: boolean | undefined;
|
|
188
186
|
transformStyle?: boolean | undefined;
|
|
187
|
+
boxShadow: boolean;
|
|
188
|
+
filter: boolean;
|
|
189
189
|
animationIterationCount: boolean;
|
|
190
190
|
aspectRatio: boolean;
|
|
191
191
|
borderImageOutset: boolean;
|
package/types/TextArea.d.ts
CHANGED
|
@@ -127,14 +127,12 @@ export declare const TextArea: import("@tamagui/web").TamaguiComponent<import("@
|
|
|
127
127
|
borderLeftStyle?: boolean | undefined;
|
|
128
128
|
borderRightStyle?: boolean | undefined;
|
|
129
129
|
borderTopStyle?: boolean | undefined;
|
|
130
|
-
boxShadow?: boolean | undefined;
|
|
131
130
|
boxSizing?: boolean | undefined;
|
|
132
131
|
caretColor?: boolean | undefined;
|
|
133
132
|
clipPath?: boolean | undefined;
|
|
134
133
|
contain?: boolean | undefined;
|
|
135
134
|
containerType?: boolean | undefined;
|
|
136
135
|
content?: boolean | undefined;
|
|
137
|
-
filter?: boolean | undefined;
|
|
138
136
|
float?: boolean | undefined;
|
|
139
137
|
mask?: boolean | undefined;
|
|
140
138
|
maskBorder?: boolean | undefined;
|
|
@@ -168,6 +166,8 @@ export declare const TextArea: import("@tamagui/web").TamaguiComponent<import("@
|
|
|
168
166
|
textEmphasis?: boolean | undefined;
|
|
169
167
|
touchAction?: boolean | undefined;
|
|
170
168
|
transformStyle?: boolean | undefined;
|
|
169
|
+
boxShadow: boolean;
|
|
170
|
+
filter: boolean;
|
|
171
171
|
animationIterationCount: boolean;
|
|
172
172
|
aspectRatio: boolean;
|
|
173
173
|
borderImageOutset: boolean;
|
package/types/shared.d.ts
CHANGED
|
@@ -158,14 +158,12 @@ export declare const styledBody: ({
|
|
|
158
158
|
borderLeftStyle?: boolean | undefined;
|
|
159
159
|
borderRightStyle?: boolean | undefined;
|
|
160
160
|
borderTopStyle?: boolean | undefined;
|
|
161
|
-
boxShadow?: boolean | undefined;
|
|
162
161
|
boxSizing?: boolean | undefined;
|
|
163
162
|
caretColor?: boolean | undefined;
|
|
164
163
|
clipPath?: boolean | undefined;
|
|
165
164
|
contain?: boolean | undefined;
|
|
166
165
|
containerType?: boolean | undefined;
|
|
167
166
|
content?: boolean | undefined;
|
|
168
|
-
filter?: boolean | undefined;
|
|
169
167
|
float?: boolean | undefined;
|
|
170
168
|
mask?: boolean | undefined;
|
|
171
169
|
maskBorder?: boolean | undefined;
|
|
@@ -199,6 +197,8 @@ export declare const styledBody: ({
|
|
|
199
197
|
textEmphasis?: boolean | undefined;
|
|
200
198
|
touchAction?: boolean | undefined;
|
|
201
199
|
transformStyle?: boolean | undefined;
|
|
200
|
+
boxShadow: boolean;
|
|
201
|
+
filter: boolean;
|
|
202
202
|
animationIterationCount: boolean;
|
|
203
203
|
aspectRatio: boolean;
|
|
204
204
|
borderImageOutset: boolean;
|