@tamagui/list-item 1.43.17 → 1.44.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 +8 -8
- package/types/ListItem.d.ts +10 -148
- package/types/ListItem.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/list-item",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.44.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
"watch": "tamagui-build --watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tamagui/font-size": "1.
|
|
25
|
-
"@tamagui/get-font-sized": "1.
|
|
26
|
-
"@tamagui/get-token": "1.
|
|
27
|
-
"@tamagui/helpers-tamagui": "1.
|
|
28
|
-
"@tamagui/text": "1.
|
|
29
|
-
"@tamagui/web": "1.
|
|
24
|
+
"@tamagui/font-size": "1.44.0",
|
|
25
|
+
"@tamagui/get-font-sized": "1.44.0",
|
|
26
|
+
"@tamagui/get-token": "1.44.0",
|
|
27
|
+
"@tamagui/helpers-tamagui": "1.44.0",
|
|
28
|
+
"@tamagui/text": "1.44.0",
|
|
29
|
+
"@tamagui/web": "1.44.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "*"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@tamagui/build": "1.
|
|
35
|
+
"@tamagui/build": "1.44.0",
|
|
36
36
|
"react": "^18.2.0"
|
|
37
37
|
},
|
|
38
38
|
"publishConfig": {
|
package/types/ListItem.d.ts
CHANGED
|
@@ -146,29 +146,7 @@ export declare const ListItemFrame: import("@tamagui/web").TamaguiComponent<Omit
|
|
|
146
146
|
readonly size?: SizeTokens | undefined;
|
|
147
147
|
readonly active?: boolean | undefined;
|
|
148
148
|
readonly disabled?: boolean | undefined;
|
|
149
|
-
}
|
|
150
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
151
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
152
|
-
readonly fullscreen?: boolean | undefined;
|
|
153
|
-
readonly elevation?: SizeTokens | undefined;
|
|
154
|
-
} & {
|
|
155
|
-
readonly backgrounded?: boolean | undefined;
|
|
156
|
-
readonly radiused?: boolean | undefined;
|
|
157
|
-
readonly hoverTheme?: boolean | undefined;
|
|
158
|
-
readonly pressTheme?: boolean | undefined;
|
|
159
|
-
readonly focusTheme?: boolean | undefined;
|
|
160
|
-
readonly circular?: boolean | undefined;
|
|
161
|
-
readonly padded?: boolean | undefined;
|
|
162
|
-
readonly elevate?: boolean | undefined;
|
|
163
|
-
readonly bordered?: number | boolean | undefined;
|
|
164
|
-
readonly transparent?: boolean | undefined;
|
|
165
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
166
|
-
}, "disabled" | "size" | "unstyled" | "active"> & {
|
|
167
|
-
readonly unstyled?: boolean | undefined;
|
|
168
|
-
readonly size?: SizeTokens | undefined;
|
|
169
|
-
readonly active?: boolean | undefined;
|
|
170
|
-
readonly disabled?: boolean | undefined;
|
|
171
|
-
}>>>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
149
|
+
}>>, import("@tamagui/web").TamaguiElement, Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
172
150
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
173
151
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
|
|
174
152
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -238,14 +216,7 @@ export declare const ListItemText: import("@tamagui/web").TamaguiComponent<Omit<
|
|
|
238
216
|
readonly size?: FontSizeTokens | undefined;
|
|
239
217
|
}, "unstyled"> & {
|
|
240
218
|
readonly unstyled?: boolean | undefined;
|
|
241
|
-
}
|
|
242
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
243
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
244
|
-
readonly unstyled?: boolean | undefined;
|
|
245
|
-
readonly size?: FontSizeTokens | undefined;
|
|
246
|
-
}, "unstyled"> & {
|
|
247
|
-
readonly unstyled?: boolean | undefined;
|
|
248
|
-
}>>>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
219
|
+
}>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
249
220
|
readonly unstyled?: boolean | undefined;
|
|
250
221
|
readonly size?: FontSizeTokens | undefined;
|
|
251
222
|
} & {
|
|
@@ -290,17 +261,7 @@ export declare const ListItemSubtitle: import("@tamagui/web").TamaguiComponent<O
|
|
|
290
261
|
}, "size" | "unstyled"> & {
|
|
291
262
|
readonly unstyled?: boolean | undefined;
|
|
292
263
|
readonly size?: SizeTokens | undefined;
|
|
293
|
-
}
|
|
294
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
295
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
296
|
-
readonly unstyled?: boolean | undefined;
|
|
297
|
-
readonly size?: FontSizeTokens | undefined;
|
|
298
|
-
} & {
|
|
299
|
-
readonly unstyled?: boolean | undefined;
|
|
300
|
-
}, "size" | "unstyled"> & {
|
|
301
|
-
readonly unstyled?: boolean | undefined;
|
|
302
|
-
readonly size?: SizeTokens | undefined;
|
|
303
|
-
}>>>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
264
|
+
}>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
304
265
|
readonly unstyled?: boolean | undefined;
|
|
305
266
|
readonly size?: FontSizeTokens | undefined;
|
|
306
267
|
} & {
|
|
@@ -341,14 +302,7 @@ export declare const ListItemTitle: import("@tamagui/web").TamaguiComponent<(Omi
|
|
|
341
302
|
readonly size?: FontSizeTokens | undefined;
|
|
342
303
|
}, "unstyled"> & {
|
|
343
304
|
readonly unstyled?: boolean | undefined;
|
|
344
|
-
}
|
|
345
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
346
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
347
|
-
readonly unstyled?: boolean | undefined;
|
|
348
|
-
readonly size?: FontSizeTokens | undefined;
|
|
349
|
-
}, "unstyled"> & {
|
|
350
|
-
readonly unstyled?: boolean | undefined;
|
|
351
|
-
}>>>>) | (Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
305
|
+
}>>) | (Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
352
306
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
353
307
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
354
308
|
readonly unstyled?: boolean | undefined;
|
|
@@ -375,16 +329,7 @@ export declare const ListItemTitle: import("@tamagui/web").TamaguiComponent<(Omi
|
|
|
375
329
|
readonly unstyled?: boolean | undefined;
|
|
376
330
|
}, string | number> & {
|
|
377
331
|
[x: string]: undefined;
|
|
378
|
-
}
|
|
379
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
380
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
381
|
-
readonly unstyled?: boolean | undefined;
|
|
382
|
-
readonly size?: FontSizeTokens | undefined;
|
|
383
|
-
} & {
|
|
384
|
-
readonly unstyled?: boolean | undefined;
|
|
385
|
-
}, string | number> & {
|
|
386
|
-
[x: string]: undefined;
|
|
387
|
-
}>>>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
332
|
+
}>>), import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
388
333
|
readonly unstyled?: boolean | undefined;
|
|
389
334
|
readonly size?: FontSizeTokens | undefined;
|
|
390
335
|
} & {
|
|
@@ -862,29 +807,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
862
807
|
readonly size?: SizeTokens | undefined;
|
|
863
808
|
readonly active?: boolean | undefined;
|
|
864
809
|
readonly disabled?: boolean | undefined;
|
|
865
|
-
} &
|
|
866
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
867
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
868
|
-
readonly fullscreen?: boolean | undefined;
|
|
869
|
-
readonly elevation?: SizeTokens | undefined;
|
|
870
|
-
} & {
|
|
871
|
-
readonly backgrounded?: boolean | undefined;
|
|
872
|
-
readonly radiused?: boolean | undefined;
|
|
873
|
-
readonly hoverTheme?: boolean | undefined;
|
|
874
|
-
readonly pressTheme?: boolean | undefined;
|
|
875
|
-
readonly focusTheme?: boolean | undefined;
|
|
876
|
-
readonly circular?: boolean | undefined;
|
|
877
|
-
readonly padded?: boolean | undefined;
|
|
878
|
-
readonly elevate?: boolean | undefined;
|
|
879
|
-
readonly bordered?: number | boolean | undefined;
|
|
880
|
-
readonly transparent?: boolean | undefined;
|
|
881
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
882
|
-
}, "disabled" | "size" | "unstyled" | "active"> & {
|
|
883
|
-
readonly unstyled?: boolean | undefined;
|
|
884
|
-
readonly size?: SizeTokens | undefined;
|
|
885
|
-
readonly active?: boolean | undefined;
|
|
886
|
-
readonly disabled?: boolean | undefined;
|
|
887
|
-
}>>>> & ThemeableProps & {
|
|
810
|
+
}>> & ThemeableProps & {
|
|
888
811
|
/**
|
|
889
812
|
* add icon before, passes color and size automatically if Component
|
|
890
813
|
*/
|
|
@@ -986,29 +909,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
986
909
|
readonly size?: SizeTokens | undefined;
|
|
987
910
|
readonly active?: boolean | undefined;
|
|
988
911
|
readonly disabled?: boolean | undefined;
|
|
989
|
-
}
|
|
990
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
991
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
992
|
-
readonly fullscreen?: boolean | undefined;
|
|
993
|
-
readonly elevation?: SizeTokens | undefined;
|
|
994
|
-
} & {
|
|
995
|
-
readonly backgrounded?: boolean | undefined;
|
|
996
|
-
readonly radiused?: boolean | undefined;
|
|
997
|
-
readonly hoverTheme?: boolean | undefined;
|
|
998
|
-
readonly pressTheme?: boolean | undefined;
|
|
999
|
-
readonly focusTheme?: boolean | undefined;
|
|
1000
|
-
readonly circular?: boolean | undefined;
|
|
1001
|
-
readonly padded?: boolean | undefined;
|
|
1002
|
-
readonly elevate?: boolean | undefined;
|
|
1003
|
-
readonly bordered?: number | boolean | undefined;
|
|
1004
|
-
readonly transparent?: boolean | undefined;
|
|
1005
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
1006
|
-
}, "disabled" | "size" | "unstyled" | "active"> & {
|
|
1007
|
-
readonly unstyled?: boolean | undefined;
|
|
1008
|
-
readonly size?: SizeTokens | undefined;
|
|
1009
|
-
readonly active?: boolean | undefined;
|
|
1010
|
-
readonly disabled?: boolean | undefined;
|
|
1011
|
-
}>>>>, "noTextWrap" | "color" | "fontWeight" | "fontSize" | "fontFamily" | "fontStyle" | "letterSpacing" | "textAlign" | "textProps" | "display" | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "size" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "unstyled" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle">, import("@tamagui/web").TamaguiElement> & {
|
|
912
|
+
}>>, "noTextWrap" | "color" | "fontWeight" | "fontSize" | "fontFamily" | "fontStyle" | "letterSpacing" | "textAlign" | "textProps" | "display" | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "style" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "contain" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "space" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "userSelect" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "transparent" | "circular" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "disabled" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "size" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "unstyled" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace" | "title" | "subTitle">, import("@tamagui/web").TamaguiElement> & {
|
|
1012
913
|
staticConfig: import("@tamagui/web").StaticConfigParsed;
|
|
1013
914
|
styleable: import("@tamagui/web").Styleable<Omit<import("react-native").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1014
915
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
@@ -1076,29 +977,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
1076
977
|
readonly size?: SizeTokens | undefined;
|
|
1077
978
|
readonly active?: boolean | undefined;
|
|
1078
979
|
readonly disabled?: boolean | undefined;
|
|
1079
|
-
}
|
|
1080
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
1081
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
|
|
1082
|
-
readonly fullscreen?: boolean | undefined;
|
|
1083
|
-
readonly elevation?: SizeTokens | undefined;
|
|
1084
|
-
} & {
|
|
1085
|
-
readonly backgrounded?: boolean | undefined;
|
|
1086
|
-
readonly radiused?: boolean | undefined;
|
|
1087
|
-
readonly hoverTheme?: boolean | undefined;
|
|
1088
|
-
readonly pressTheme?: boolean | undefined;
|
|
1089
|
-
readonly focusTheme?: boolean | undefined;
|
|
1090
|
-
readonly circular?: boolean | undefined;
|
|
1091
|
-
readonly padded?: boolean | undefined;
|
|
1092
|
-
readonly elevate?: boolean | undefined;
|
|
1093
|
-
readonly bordered?: number | boolean | undefined;
|
|
1094
|
-
readonly transparent?: boolean | undefined;
|
|
1095
|
-
readonly chromeless?: boolean | "all" | undefined;
|
|
1096
|
-
}, "disabled" | "size" | "unstyled" | "active"> & {
|
|
1097
|
-
readonly unstyled?: boolean | undefined;
|
|
1098
|
-
readonly size?: SizeTokens | undefined;
|
|
1099
|
-
readonly active?: boolean | undefined;
|
|
1100
|
-
readonly disabled?: boolean | undefined;
|
|
1101
|
-
}>>>>, import("@tamagui/web").TamaguiElement>;
|
|
980
|
+
}>>, import("@tamagui/web").TamaguiElement>;
|
|
1102
981
|
} & {
|
|
1103
982
|
Text: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").TextProps, "children" | "style" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & {
|
|
1104
983
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
@@ -1121,14 +1000,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
1121
1000
|
readonly size?: FontSizeTokens | undefined;
|
|
1122
1001
|
}, "unstyled"> & {
|
|
1123
1002
|
readonly unstyled?: boolean | undefined;
|
|
1124
|
-
}
|
|
1125
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
1126
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1127
|
-
readonly unstyled?: boolean | undefined;
|
|
1128
|
-
readonly size?: FontSizeTokens | undefined;
|
|
1129
|
-
}, "unstyled"> & {
|
|
1130
|
-
readonly unstyled?: boolean | undefined;
|
|
1131
|
-
}>>>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
1003
|
+
}>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
1132
1004
|
readonly unstyled?: boolean | undefined;
|
|
1133
1005
|
readonly size?: FontSizeTokens | undefined;
|
|
1134
1006
|
} & {
|
|
@@ -1173,17 +1045,7 @@ export declare const ListItem: import("@tamagui/web").ReactComponentWithRef<Omit
|
|
|
1173
1045
|
}, "size" | "unstyled"> & {
|
|
1174
1046
|
readonly unstyled?: boolean | undefined;
|
|
1175
1047
|
readonly size?: SizeTokens | undefined;
|
|
1176
|
-
}
|
|
1177
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
1178
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
1179
|
-
readonly unstyled?: boolean | undefined;
|
|
1180
|
-
readonly size?: FontSizeTokens | undefined;
|
|
1181
|
-
} & {
|
|
1182
|
-
readonly unstyled?: boolean | undefined;
|
|
1183
|
-
}, "size" | "unstyled"> & {
|
|
1184
|
-
readonly unstyled?: boolean | undefined;
|
|
1185
|
-
readonly size?: SizeTokens | undefined;
|
|
1186
|
-
}>>>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
1048
|
+
}>>, import("@tamagui/web").TamaguiTextElement, import("@tamagui/web").TextPropsBase, {
|
|
1187
1049
|
readonly unstyled?: boolean | undefined;
|
|
1188
1050
|
readonly size?: FontSizeTokens | undefined;
|
|
1189
1051
|
} & {
|
package/types/ListItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAe,gBAAgB,EAAsB,MAAM,eAAe,CAAA;AACjF,OAAO,EACL,cAAc,EACd,QAAQ,EACR,UAAU,EAEV,cAAc,EAMf,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAA;AAEhD,KAAK,iBAAiB,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AAC1D,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAA;AAEzE,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,EAAE,eAAe,GAAG,YAAY,CAAC,GAChF,QAAQ,CAAC,OAAO,aAAa,CAAC,GAC9B,cAAc,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB;;OAEG;IACH;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;CAC7B,CAAA;AAIH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;kCAgBR,UAAU;;;;;;;;;;;;;;;;;;;;;CA0BrB,CAAA;AAEV,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"ListItem.d.ts","sourceRoot":"","sources":["../src/ListItem.tsx"],"names":[],"mappings":"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"}
|