@tamagui/text 1.73.1 → 1.74.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 +5 -5
- package/types/Headings.d.ts +163 -4238
- package/types/Headings.d.ts.map +1 -1
- package/types/Paragraph.d.ts +7 -182
- package/types/Paragraph.d.ts.map +1 -1
- package/types/SizableText.d.ts +3 -78
- package/types/SizableText.d.ts.map +1 -1
package/types/Headings.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Headings.d.ts","sourceRoot":"","sources":["../src/Headings.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Headings.d.ts","sourceRoot":"","sources":["../src/Headings.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlB,CAAA;AAEF,MAAM,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAA;AAEnD,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA;AAEF,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA;AAEF,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA;AAEF,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA;AAEF,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA;AAEF,eAAO,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIb,CAAA"}
|
package/types/Paragraph.d.ts
CHANGED
|
@@ -1,185 +1,35 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GetProps } from '@tamagui/web';
|
|
3
|
-
export declare const Paragraph: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
4
|
-
target?: string | undefined;
|
|
5
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
6
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
7
|
-
dangerouslySetInnerHTML?: {
|
|
8
|
-
__html: string;
|
|
9
|
-
} | undefined;
|
|
10
|
-
children?: any;
|
|
11
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
12
|
-
disabled?: boolean | undefined;
|
|
13
|
-
className?: string | undefined;
|
|
14
|
-
themeShallow?: boolean | undefined;
|
|
15
|
-
id?: string | undefined;
|
|
16
|
-
tag?: string | undefined;
|
|
17
|
-
theme?: string | null | undefined;
|
|
18
|
-
group?: undefined;
|
|
19
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
20
|
-
componentName?: string | undefined;
|
|
21
|
-
tabIndex?: string | number | undefined;
|
|
22
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
23
|
-
disableOptimization?: boolean | undefined;
|
|
24
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
25
|
-
disableClassName?: boolean | undefined;
|
|
26
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
27
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
28
|
-
} & {
|
|
3
|
+
export declare const Paragraph: import("@tamagui/web").TamaguiComponent<(Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
29
4
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
30
5
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
31
6
|
readonly unstyled?: boolean | undefined;
|
|
32
7
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
33
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
34
|
-
target?: string | undefined;
|
|
35
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
36
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
37
|
-
dangerouslySetInnerHTML?: {
|
|
38
|
-
__html: string;
|
|
39
|
-
} | undefined;
|
|
40
|
-
children?: any;
|
|
41
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
42
|
-
disabled?: boolean | undefined;
|
|
43
|
-
className?: string | undefined;
|
|
44
|
-
themeShallow?: boolean | undefined;
|
|
45
|
-
id?: string | undefined;
|
|
46
|
-
tag?: string | undefined;
|
|
47
|
-
theme?: string | null | undefined;
|
|
48
|
-
group?: undefined;
|
|
49
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
50
|
-
componentName?: string | undefined;
|
|
51
|
-
tabIndex?: string | number | undefined;
|
|
52
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
53
|
-
disableOptimization?: boolean | undefined;
|
|
54
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
55
|
-
disableClassName?: boolean | undefined;
|
|
56
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
57
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
58
|
-
} & {
|
|
8
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
59
9
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
60
10
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
61
11
|
readonly unstyled?: boolean | undefined;
|
|
62
12
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
63
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
64
|
-
target?: string | undefined;
|
|
65
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
66
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
67
|
-
dangerouslySetInnerHTML?: {
|
|
68
|
-
__html: string;
|
|
69
|
-
} | undefined;
|
|
70
|
-
children?: any;
|
|
71
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
72
|
-
disabled?: boolean | undefined;
|
|
73
|
-
className?: string | undefined;
|
|
74
|
-
themeShallow?: boolean | undefined;
|
|
75
|
-
id?: string | undefined;
|
|
76
|
-
tag?: string | undefined;
|
|
77
|
-
theme?: string | null | undefined;
|
|
78
|
-
group?: undefined;
|
|
79
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
80
|
-
componentName?: string | undefined;
|
|
81
|
-
tabIndex?: string | number | undefined;
|
|
82
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
83
|
-
disableOptimization?: boolean | undefined;
|
|
84
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
85
|
-
disableClassName?: boolean | undefined;
|
|
86
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
87
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
88
|
-
} & {
|
|
13
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
89
14
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
90
15
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
91
16
|
readonly unstyled?: boolean | undefined;
|
|
92
17
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
93
|
-
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
94
|
-
target?: string | undefined;
|
|
95
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
96
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
97
|
-
dangerouslySetInnerHTML?: {
|
|
98
|
-
__html: string;
|
|
99
|
-
} | undefined;
|
|
100
|
-
children?: any;
|
|
101
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
102
|
-
disabled?: boolean | undefined;
|
|
103
|
-
className?: string | undefined;
|
|
104
|
-
themeShallow?: boolean | undefined;
|
|
105
|
-
id?: string | undefined;
|
|
106
|
-
tag?: string | undefined;
|
|
107
|
-
theme?: string | null | undefined;
|
|
108
|
-
group?: undefined;
|
|
109
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
110
|
-
componentName?: string | undefined;
|
|
111
|
-
tabIndex?: string | number | undefined;
|
|
112
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
113
|
-
disableOptimization?: boolean | undefined;
|
|
114
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
115
|
-
disableClassName?: boolean | undefined;
|
|
116
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
117
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
118
|
-
} & {
|
|
18
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
119
19
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
120
20
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
121
21
|
readonly unstyled?: boolean | undefined;
|
|
122
22
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
123
23
|
}, string | number> & {
|
|
124
24
|
[x: string]: undefined;
|
|
125
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
126
|
-
target?: string | undefined;
|
|
127
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
128
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
129
|
-
dangerouslySetInnerHTML?: {
|
|
130
|
-
__html: string;
|
|
131
|
-
} | undefined;
|
|
132
|
-
children?: any;
|
|
133
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
134
|
-
disabled?: boolean | undefined;
|
|
135
|
-
className?: string | undefined;
|
|
136
|
-
themeShallow?: boolean | undefined;
|
|
137
|
-
id?: string | undefined;
|
|
138
|
-
tag?: string | undefined;
|
|
139
|
-
theme?: string | null | undefined;
|
|
140
|
-
group?: undefined;
|
|
141
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
142
|
-
componentName?: string | undefined;
|
|
143
|
-
tabIndex?: string | number | undefined;
|
|
144
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
145
|
-
disableOptimization?: boolean | undefined;
|
|
146
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
147
|
-
disableClassName?: boolean | undefined;
|
|
148
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
149
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
150
|
-
} & {
|
|
25
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
151
26
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
152
27
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
153
28
|
readonly unstyled?: boolean | undefined;
|
|
154
29
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
155
30
|
}, string | number> & {
|
|
156
31
|
[x: string]: undefined;
|
|
157
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
158
|
-
target?: string | undefined;
|
|
159
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
160
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
161
|
-
dangerouslySetInnerHTML?: {
|
|
162
|
-
__html: string;
|
|
163
|
-
} | undefined;
|
|
164
|
-
children?: any;
|
|
165
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
166
|
-
disabled?: boolean | undefined;
|
|
167
|
-
className?: string | undefined;
|
|
168
|
-
themeShallow?: boolean | undefined;
|
|
169
|
-
id?: string | undefined;
|
|
170
|
-
tag?: string | undefined;
|
|
171
|
-
theme?: string | null | undefined;
|
|
172
|
-
group?: undefined;
|
|
173
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
174
|
-
componentName?: string | undefined;
|
|
175
|
-
tabIndex?: string | number | undefined;
|
|
176
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
177
|
-
disableOptimization?: boolean | undefined;
|
|
178
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
179
|
-
disableClassName?: boolean | undefined;
|
|
180
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
181
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
182
|
-
} & {
|
|
32
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
183
33
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
184
34
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
185
35
|
readonly unstyled?: boolean | undefined;
|
|
@@ -196,32 +46,7 @@ export declare const Paragraph: import("@tamagui/web").TamaguiComponent<(Omit<im
|
|
|
196
46
|
[x: string]: undefined;
|
|
197
47
|
}), {
|
|
198
48
|
displayName: string | undefined;
|
|
199
|
-
__baseProps: Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
200
|
-
target?: string | undefined;
|
|
201
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
202
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
203
|
-
dangerouslySetInnerHTML?: {
|
|
204
|
-
__html: string;
|
|
205
|
-
} | undefined;
|
|
206
|
-
children?: any;
|
|
207
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
208
|
-
disabled?: boolean | undefined;
|
|
209
|
-
className?: string | undefined;
|
|
210
|
-
themeShallow?: boolean | undefined;
|
|
211
|
-
id?: string | undefined;
|
|
212
|
-
tag?: string | undefined;
|
|
213
|
-
theme?: string | null | undefined;
|
|
214
|
-
group?: undefined;
|
|
215
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
216
|
-
componentName?: string | undefined;
|
|
217
|
-
tabIndex?: string | number | undefined;
|
|
218
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
219
|
-
disableOptimization?: boolean | undefined;
|
|
220
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
221
|
-
disableClassName?: boolean | undefined;
|
|
222
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
223
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
224
|
-
} & {
|
|
49
|
+
__baseProps: Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
225
50
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
226
51
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>;
|
|
227
52
|
__variantProps: {
|
package/types/Paragraph.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../src/Paragraph.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Paragraph.d.ts","sourceRoot":"","sources":["../src/Paragraph.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAU,MAAM,cAAc,CAAA;AAI/C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMpB,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAA"}
|
package/types/SizableText.d.ts
CHANGED
|
@@ -1,91 +1,16 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GetProps } from '@tamagui/web';
|
|
3
|
-
export declare const SizableText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
4
|
-
target?: string | undefined;
|
|
5
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
6
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
7
|
-
dangerouslySetInnerHTML?: {
|
|
8
|
-
__html: string;
|
|
9
|
-
} | undefined;
|
|
10
|
-
children?: any;
|
|
11
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
12
|
-
disabled?: boolean | undefined;
|
|
13
|
-
className?: string | undefined;
|
|
14
|
-
themeShallow?: boolean | undefined;
|
|
15
|
-
id?: string | undefined;
|
|
16
|
-
tag?: string | undefined;
|
|
17
|
-
theme?: string | null | undefined;
|
|
18
|
-
group?: undefined;
|
|
19
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
20
|
-
componentName?: string | undefined;
|
|
21
|
-
tabIndex?: string | number | undefined;
|
|
22
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
23
|
-
disableOptimization?: boolean | undefined;
|
|
24
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
25
|
-
disableClassName?: boolean | undefined;
|
|
26
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
27
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
28
|
-
} & {
|
|
3
|
+
export declare const SizableText: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
29
4
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
30
5
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
31
6
|
readonly unstyled?: boolean | undefined;
|
|
32
7
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
33
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
34
|
-
target?: string | undefined;
|
|
35
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
36
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
37
|
-
dangerouslySetInnerHTML?: {
|
|
38
|
-
__html: string;
|
|
39
|
-
} | undefined;
|
|
40
|
-
children?: any;
|
|
41
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
42
|
-
disabled?: boolean | undefined;
|
|
43
|
-
className?: string | undefined;
|
|
44
|
-
themeShallow?: boolean | undefined;
|
|
45
|
-
id?: string | undefined;
|
|
46
|
-
tag?: string | undefined;
|
|
47
|
-
theme?: string | null | undefined;
|
|
48
|
-
group?: undefined;
|
|
49
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
50
|
-
componentName?: string | undefined;
|
|
51
|
-
tabIndex?: string | number | undefined;
|
|
52
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
53
|
-
disableOptimization?: boolean | undefined;
|
|
54
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
55
|
-
disableClassName?: boolean | undefined;
|
|
56
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
57
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
58
|
-
} & {
|
|
8
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
59
9
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
60
10
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
61
11
|
readonly unstyled?: boolean | undefined;
|
|
62
12
|
readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
|
|
63
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & {
|
|
64
|
-
target?: string | undefined;
|
|
65
|
-
hitSlop?: number | import("react-native").Insets | null | undefined;
|
|
66
|
-
asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
|
|
67
|
-
dangerouslySetInnerHTML?: {
|
|
68
|
-
__html: string;
|
|
69
|
-
} | undefined;
|
|
70
|
-
children?: any;
|
|
71
|
-
debug?: import("@tamagui/web").DebugProp | undefined;
|
|
72
|
-
disabled?: boolean | undefined;
|
|
73
|
-
className?: string | undefined;
|
|
74
|
-
themeShallow?: boolean | undefined;
|
|
75
|
-
id?: string | undefined;
|
|
76
|
-
tag?: string | undefined;
|
|
77
|
-
theme?: string | null | undefined;
|
|
78
|
-
group?: undefined;
|
|
79
|
-
untilMeasured?: "hide" | "show" | undefined;
|
|
80
|
-
componentName?: string | undefined;
|
|
81
|
-
tabIndex?: string | number | undefined;
|
|
82
|
-
role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
|
|
83
|
-
disableOptimization?: boolean | undefined;
|
|
84
|
-
forceStyle?: "hover" | "press" | "focus" | undefined;
|
|
85
|
-
disableClassName?: boolean | undefined;
|
|
86
|
-
onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
|
|
87
|
-
onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
|
|
88
|
-
} & {
|
|
13
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
89
14
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
90
15
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
91
16
|
readonly unstyled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SizableText.d.ts","sourceRoot":"","sources":["../src/SizableText.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAA;AAsBrD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"SizableText.d.ts","sourceRoot":"","sources":["../src/SizableText.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAgB,MAAM,cAAc,CAAA;AAsBrD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;EAStB,CAAA;AAEF,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA"}
|